Hi
I'm not getting any php error reporting from a server so I did phpinfo() and it says that
display_errors = off
error_reporting = 6135
log_errors = off
track_errors = off
does this mean that there's absolutely no way for me to get the php errors ?
I can't access php.ini so is there a way for me to force the server to display errors on screen ?
thanks