[TYPO3-english] PHP 5.4

Wiesław Golsz golsz at interia.pl
Wed May 22 15:03:34 CEST 2013


Thank you very much Stefan,

I did change (add) inlocalconf.php,

$TYPO3_CONF_VARS['SYS']['errorHandlerErrors'] = '30466';
$TYPO3_CONF_VARS['SYS']['exceptionalErrors'] = '20480';

and now I see only Strict Standards: ...

Kind Regards, Wieslaw

/Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338//
//
//Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338//
//
//Strict Standards: Declaration of
t3lib_userAuthGroup::checkLogFailures() should be compatible with
t3lib_userAuth::checkLogFailures() in
/home/www/domain.com/t3lib/class.t3lib_userauthgroup.php on line 1925//
//
//Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338//
//
//Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338//
//
//Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338//
//
//Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338//
//
//Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338//
//
//Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338//
//
//Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338//
//
//Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338//
//
//Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338//
//
//Strict Standards: Accessing static property
t3lib_PageRenderer::$jsFiles as non static in
/home/www/domain.com/t3lib/class.t3lib_pagerenderer.php on line 180//
//
//Strict Standards: Accessing static property
t3lib_PageRenderer::$jsFooterFiles as non static in
/home/www/domain.com/t3lib/class.t3lib_pagerenderer.php on line 181//
//
//Strict Standards: Accessing static property
t3lib_PageRenderer::$jsLibs as non static in
/home/www/domain.com/t3lib/class.t3lib_pagerenderer.php on line 184//
//
//Strict Standards: Accessing static property
t3lib_PageRenderer::$cssFiles as non static in
/home/www/domain.com/t3lib/class.t3lib_pagerenderer.php on line 185//
//
//Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338//
//
//Strict Standards: Non-static method t3lib_div::getClassName() should
not be called statically in
/home/www/domain.com/t3lib/class.t3lib_div.php on line 5338/

WG

On 2013-05-22 14:31, Stefan Reichelt wrote:
> Hello Wiesław,
>
> On 22/05/2013 13:25, Wiesław Golsz wrote:
>> /Fix your error bitmask or reset to back to the TYPO3 default (by
>> deleting the line in localconfiguration.php)/
> In newer TYPO3 versions (6.x and above I think?) these harmless PHP
> warnings (which are E_STRICT errors and are included in E_ALL since PHP
> 5.4) are excluded by default from TYPO3.
>
> In 4.5 you can either change the values through the install tool or
> add it manually to the localconf.php, for example:
> $TYPO3_CONF_VARS['SYS']['errorHandlerErrors'] = '30466';
> $TYPO3_CONF_VARS['SYS']['exceptionalErrors'] = '20480';
>
> 30466 and 20480 are the default values in 6.x and exclude E_STRICT
> (among a few others).
>
>
> Kind regards
> Stefan
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list