server issue
Permalink
Need assistance fixing php.ini settings see error athttp://www.zonline.net/
Will pay rounded to full hour(s)
Will pay rounded to full hour(s)
add this line to your php.ini file
display_errors off
In your php.ini file change the line that has
to instead be:
And to be quite honest, for production sites you should disable displaying errors altogether and use the line
If you need additional help with this please feel free to PM me.
error_reporting = E_ALL
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.
Rony