Page 1 of 1

Display_errors OFF or ON for CMSMS?

Posted: Thu Jan 03, 2013 11:38 am
by Joseph777
Hi,

What do you recommend for CMSMS?
Display_errors OFF or ON (PHP)?

Re: Display_errors OFF or ON for CMSMS?

Posted: Thu Jan 03, 2013 3:21 pm
by calguy1000
display_errors should be OFF for a production site to stop random warnings from irritating your site visitors or editors.

However, be prepared to turn it ON for development, or if experiencing a problem.