You are not logged in.

#1 2007-09-04 18:41:53

tjololo
Member
Registered: 2007-05-10
Posts: 20

no error messages in php

Hi!
I have an old computer witch I have installed apache, php and mysql. Every thing is working except from one thing (so far). I have tested that php works, but my problem is that I don't get any error messages back from the server if there is an error in my code. Can anybody please help me with getting my sweet, sweet errors:P

Offline

#2 2007-09-04 18:46:21

briest
Member
From: Katowice, PL
Registered: 2006-05-04
Posts: 468

Re: no error messages in php

Well, I'd look for an answer in Error Handling and Logging Functions chapter of PHP manual wink

Offline

#3 2007-09-05 22:09:23

tjololo
Member
Registered: 2007-05-10
Posts: 20

Re: no error messages in php

thnks, after some time twisting my brain I got my errors:)

Offline

#4 2007-09-08 02:10:55

miro
Member
From: Bulgaria
Registered: 2003-07-26
Posts: 10
Website

Re: no error messages in php

Nowadays default error logging/display described in php.ini is redirected only to syslog/log files. To enable displaying errors in browser set display_errors to On in your php.ini file. Also take a look at error_reporting.

Offline

Board footer

Powered by FluxBB