How to disable E_STRICT for a 1.9.2 install

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
toddster
New Member
New Member
Posts: 5
Joined: Sat Oct 15, 2016 2:54 pm

How to disable E_STRICT for a 1.9.2 install

Post 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
User avatar
Rolf
Dev Team Member
Dev Team Member
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: How to disable E_STRICT for a 1.9.2 install

Post by Rolf »

Put in config.php:

error_reporting(E_ERROR & ~E_DEPRECATED & ~E_NOTICE);
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
toddster
New Member
New Member
Posts: 5
Joined: Sat Oct 15, 2016 2:54 pm

Re: How to disable E_STRICT for a 1.9.2 install

Post by toddster »

Rolf,
Tried this in my config.php but no joy...still seeing E_STRICT as enabled.

toddster
Post Reply

Return to “The Lounge”