Topic: PHP error reporting (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=31455" title="Pages that link to Topic: PHP error reporting (Page 1 of 1)" rel="nofollow" >Topic: PHP error reporting <span class="small">(Page 1 of 1)</span>\

 
DL-44
Lunatic (VI) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 11-05-2009 19:43

So, I don't know what's going on with my php error reporting on one of the sites I am working on.

I have set

code:
ini_set('display_errors',1);
error_reporting(E_ALL);



in my code because I have not been seeing any error messages (when I know that there should be).
But I am still not seeing the error messages...

Everything that I am reading says that should do what I need...but...it's not. I get nothing.

What else can I do to get the error messages to display?

Tyberius Prime
Maniac (V) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 11-06-2009 09:35

There is one further directive which's name currently eludes me,
that redirects error output to either the webserver log or a file.
I'd check that.

php.net seems to indicate it's called log_errors

so long,

->Tyberius Prime

DL-44
Lunatic (VI) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 11-06-2009 13:21

thanks TP, I'll check that out.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu