|
Posted by Siv Hansen on 09/15/07 12:26
I'm currently working with a server with error reporting level 0,
which is good if this was purely a production server. It's not. I have
fourty students trying to learn php programming on this server and
displaying errors will be a good thing in a learning situation.
Is there any way to override the error reporing level set by the
server admin? I do not have access to php.ini and server admin will
never agree upon changing error reporting level for the server.
I tried error_reporting(E_ALL) and ini_set('display_errors', 1)
without success.
What to do?
Navigation:
[Reply to this message]
|