server issue

Permalink
Need assistance fixing php.ini settings see error athttp://www.zonline.net/

Will pay rounded to full hour(s)

311Media
 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
PM me the FTP and C5 login details. I'd like to have it a look.

Rony
amrod replied on at Permalink Reply
amrod
add this line to your php.ini file

display_errors off
exchangecore replied on at Permalink Reply
exchangecore
In your php.ini file change the line that has

to instead be:
error_reporting = E_ALL & ~E_STRICT



And to be quite honest, for production sites you should disable displaying errors altogether and use the line
display_errors = Off


If you need additional help with this please feel free to PM me.