Forum Moderators: coopster

Message Too Old, No Replies

No errors?

Not getting any php errors

         

NooK

1:59 pm on Aug 30, 2007 (gmt 0)

10+ Year Member



I am not getting any php errors at all (For example if I try to include a file that doesnt exist it simply doesnt include that file without any errors shown, and for requires it simply halts webpage execution).

What can be wrong? Can something be wrong on the php installation?

I have tries setting

error_reporting(6143);

but no deal I am going mad here as I cannot see any errors when I make a typo or forget to type in a semi-colon in the end of a sentence and spend hours trying to figure out what is wrong.

Best Regards

NooK

dreamcatcher

2:02 pm on Aug 30, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



In your PHP.ini file, do you have display errors set to off?

dc

eelixduppy

2:54 pm on Aug 30, 2007 (gmt 0)



If this is a production server the odds are that your errors are being logged to an error log somewhere on your server, and it should stay that way. I would start with your server's errors log. The location of the error log should be in your phpinfo, as well, if you cannot find it.

NooK

2:47 pm on Aug 31, 2007 (gmt 0)

10+ Year Member



Thank you guys. I have mailed the webmaster to check the php.ini to see if error were turned off. I have got no answer back from him but the errors are back so I can only assume it was that and he fixed it.

Best Regards

NooK