[TYPO3-dev] Why isn't the constructor called for the domain model?

Klaus B klaus at netcreators.com
Wed Apr 15 22:49:54 CEST 2015


Yes, extbase 6.2 does not run on PHP 5.6.

"PHP Warning: Erroneous data format for unserializing 'Netcreators\NcExtbaseLib\Domain\Model\IntermediateObject' in /some/path/typo3/sysext/extbase/Classes/Object/Container/Container.php"

The 'unzerialize' call will need to be replaced by the use of php.net/manual/de/reflectionclass.newinstancewithoutconstructor.php .



More information about the TYPO3-dev mailing list