[TYPO3-mvc] Call to a member function registerReconstitutedObject() on a non-object

Felix Oertel mehl at foertel.com
Mon May 10 14:10:31 CEST 2010


Hi

Am 10.05.10 09:48, schrieb Sebastian Schreiber:
> Dear List,
> I got the this error:
> Call to a member function registerReconstitutedObject() on a non-object
>
> $dataMapper = Tx_Extbase_Dispatcher::getPersistenceManager()->getBackend()->getDataMapper();

somehow the persistenceSession does not get injected into the DataMapper 
right. This happens in Dispatcher.php somewhere around line 284 (nor 
sure, because I have some own patches applied). Just search for 
"$dataMapper->injectSession($persistenceSession);" ... this should be a 
good point to start debugging.

regards, foertel


More information about the TYPO3-project-typo3v4mvc mailing list