Page 1 of 1

Having trouble disabling E_STRICT

Posted: Thu Nov 03, 2016 11:59 pm
by toddster
Having trouble disabling E_STRICT for a 1.9.2 install (old, I know but need this for a restore from an old backup).

PHP 5.6.23
Linux 2.6.32-673.26.1.lve1.4.15.el6.x86_64 On x86_64

Have tried adding the following to php.ini in etc/
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

with no luck.

Any ideas? Can't get past screen 2 of the install.

toddster

Re: Having trouble disabling E_STRICT

Posted: Fri Nov 04, 2016 12:57 pm
by Rolf
Add to the config.php file

error_reporting(E_ERROR & ~E_DEPRECATED & ~E_NOTICE);