Bug #52005

TYPO3\Flow\Error\Exception thrown in file ErrorHandler.php

Added by Christian Eßl almost 2 years ago.

Status:New Start date:2013-09-14
Priority:Could have Due date:
Assigned To:- % Done:

0%

Category:- Error Handler Report -
Target version:-
PHP Version: Complexity:
Has patch:No Affected Flow version:Flow 2.0.0

Description

The following exception is thrown if I try to call the tearDown()-method of the PersistenceManager:

Notice: Undefined index: path in /path_to_flow/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/TYPO3_Flow_Persistence_Doctrine_PersistenceManager.php line 309
17 TYPO3\Flow\Error\ErrorHandler::handleError(8, "Undefined index: path", "/hpath_to_flow/…3_Flow_Persistence_Doctrine_PersistenceManager.php", 309, array|0|)

16 TYPO3\Flow\Persistence\Doctrine\PersistenceManager_Original::tearDown()

It appears that the setting "$this->settings['backendOptions']['path']" does not exist and has been replaced by $this->settings['backendOptions']['host'].

Also available in: Atom PDF