[Neos] neos exception warning after changing php version

Karsten Dambekalns karsten at typo3.org
Tue Nov 4 08:44:05 CET 2014


Hi Dominic.

On 03.11.2014, at 16:01, Dominic Garms <djgarms at gmail.com> wrote:
> I recently swop my php version and now my local neos site is not running anymore:
> 
> ( ! ) Fatal error: Uncaught exception 'TYPO3\Flow\Error\Exception' with message 'Warning: Missing argument 1 for TYPO3\Flow\Core\Bootstrap::__construct(), called in /Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Object/ObjectManager.php on line 476 and defined in /Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Bootstrap.php line 87' in /Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Error/ErrorHandler.php on line 77

I had one report of the same symptom recently. Can you give me details about your PHP setup? Version, APC used, igbinary used, FCGI/Apache, … as much as possible. Thanks!

> I tried to suppress the warning with my php.ini setup:
> error_reporting = E_ALL & ~(E_STRICT|E_NOTICE)

You cannot suppress this error with a setting, since it is a fatal error.


Regards,
Karsten


More information about the Neos mailing list