php_value error_reporting in htaccess

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Mantlet
Forum Members
Forum Members
Posts: 114
Joined: Fri Apr 28, 2006 9:42 am

php_value error_reporting in htaccess

Post by Mantlet »

Hey All,

When trying to install CMSMS to a new server, it gave an error saying E_DEPRECATED was enabled. I altered the htaccess file and solved it by turning of almost all error reporting. Which value do I need to use to have all the normal error reporting enabled, but E_STRICT and E_DEPRECATED disabled?

I currently have set this:

php_flag display_errors off
php_value error_reporting 1

I need to add some of these numbers together:

http://www.php.net/manual/en/errorfunc.constants.php

Is there any best setting?
Locked

Return to “[locked] Installation, Setup and Upgrade”