Hello-
The website I'm working on is running on a server that has all error reporting turned off and I need to turn it back on for some work I'm doing on site. I've tried the following according to the information I've found on php.net:
error_reporting(E_ALL);
but it won't work.
If someone could help me it would be greatly appreciated.
Thanks,
Jonathan
The website I'm working on is running on a server that has all error reporting turned off and I need to turn it back on for some work I'm doing on site. I've tried the following according to the information I've found on php.net:
error_reporting(E_ALL);
but it won't work.
If someone could help me it would be greatly appreciated.
Thanks,
Jonathan