[TYPO3-ect] [tx_lib] is it a bug ?
Fabien Udriot
fudriot at omic.ch
Tue Jul 10 01:47:36 CEST 2007
Probably a file that has not be update to subversion :
With PHP5
Warning: Call-time pass-by-reference has been deprecated - argument
passed by value; If you would like to pass it by reference, modify the
declaration of [runtime function name](). If you would like to enable
call-time pass-by-reference, you can set allow_call_time_pass_reference
to true in your INI file. However, future versions may not support this
any longer. in
/Users/fudriot/Sites/reseau-solidarite.ch/typo3conf/ext/lib/class.tx_lib_controller.php
on line 429
Warning: Call-time pass-by-reference has been deprecated - argument
passed by value; If you would like to pass it by reference, modify the
declaration of [runtime function name](). If you would like to enable
call-time pass-by-reference, you can set allow_call_time_pass_reference
to true in your INI file. However, future versions may not support this
any longer. in
/Users/fudriot/Sites/reseau-solidarite.ch/typo3conf/ext/lib/class.tx_lib_controller.php
on line 430
Warning: Call-time pass-by-reference has been deprecated - argument
passed by value; If you would like to pass it by reference, modify the
declaration of [runtime function name](). If you would like to enable
call-time pass-by-reference, you can set allow_call_time_pass_reference
to true in your INI file. However, future versions may not support this
any longer. in
/Users/fudriot/Sites/reseau-solidarite.ch/typo3conf/ext/lib/class.tx_lib_controller.php
on line 431
Warning: Invalid argument supplied for foreach() in
/Users/fudriot/Sites/reseau-solidarite.ch/typo3conf/ext/lib/class.tx_lib_validator.php
on line 90
Elmar Hinz a écrit :
>> Very practical, in PHP :
>>
>> $this->configurations->get('maximalItemsToDisplay');
>
> Yes. Within the controller.
>
>
> Typically:
>
> $this->controller->configurations->get('maximalItemsToDisplay');
>
>
> PHP5:
>
> $this->controller->configurations['maximalItemsToDisplay'];
>
> Please update your lib from SVN. Some things have changed.
>
>
> Regards
>
> Elmar
>
>
>
>
>
>
>
>
>
>
>
>
More information about the TYPO3-team-extension-coordination
mailing list