[TYPO3-dev] Extbase Reflexion: Parameter is not optional Issue since PHP upgrade

Andreas Kiessling kiessling at pluspol.info
Thu Aug 30 19:28:05 CEST 2012


Hi,

Am 30.08.12 18:58, schrieb g4-lisz at tonarchiv.ch:
> Hi there,
> 
> since i upgraded my PHP version from 5.3.13 to  5.3.16 i get the
> following error message:
> 
> Core: Exception handler (WEB): Uncaught TYPO3 Exception: Parameter is
> not optional | ReflectionException thrown in file
> /var/www/typo3_src-4.6.7/typo3/sysext/extbase/Classes/Reflection/Service.php
> in line 459
> 
> Extbase version is 1.4.3 on T3 V 4.6.7.
> 
> How can I solve this?
> 
> Cheers,
> Till

Two options:
a) downgrade to 5.3.15 or lower and wait for 5.3.17
https://bugs.php.net/bug.php?id=62715

b) Is there a backtrace, on which method the error is thrown? If it is a
fluid viewhelper, the order is not important and you can just switch
them around, so all mandatory params come first

HTH,
Andreas



More information about the TYPO3-dev mailing list