Re: Not displaying erros
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Wed, 01 Oct 2008 14:35:42 -0400
Tree*Rat wrote:
Ok I have posted this before and did not get the answer I was looking for so i will explain it again.
Whenever there is a syntax error, or parse error etc in php it does not display the error. ie
Warning: main(./includes/file.php):failed to open stream ....... blah blah blah
I dont get these errors at all ( even though they are there! ) all i get is either nothing or a server 500 error. What the problem? .ini issue?
please help
ta
Ensure the php.ini file in your development system has:
display_errors=on
error_reporting=E_ALL
(and ensure you are editing the correct php.ini file).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: Not displaying erros
- From: FutureShock
- Re: Not displaying erros
- References:
- Not displaying erros
- From: Tree*Rat
- Not displaying erros
- Prev by Date: Re: Debugging
- Next by Date: Language Switching
- Previous by thread: Not displaying erros
- Next by thread: Re: Not displaying erros
- Index(es):
Relevant Pages
|