My php errors wont show

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
soul814
Forum Newbie
Posts: 16
Joined: Sat Apr 09, 2005 5:15 pm
Contact:

My php errors wont show

Post by soul814 »

Any ideas why my php errors wont show? If i do an error w/ my code it shows a blank screen the errors doesnt display. =( Any ideas? I set up my own offline server.
Deemo
Forum Contributor
Posts: 418
Joined: Sun Jan 18, 2004 11:48 am
Location: Washington DC

Post by Deemo »

thats pretty weird because i get the same thing: viewtopic.php?t=32411

didnt help much though
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: My php errors wont show

Post by Chris Corbyn »

soul814 wrote:Any ideas why my php errors wont show? If i do an error w/ my code it shows a blank screen the errors doesnt display. =( Any ideas? I set up my own offline server.
Do you have display_errors set to on and error_reporting set to E_ALL?
soul814
Forum Newbie
Posts: 16
Joined: Sat Apr 09, 2005 5:15 pm
Contact:

Post by soul814 »

ummm thanks =) i didnt turn it on
Post Reply