On 01/03/2011 11:46 PM, David Lidstone wrote:
Hi

First up, I apologise as this must have been posted before, but the server is so slow I can't search, or even read messages often. I'm using Thunderbird - any tips on how to access news.php.net faster!?

In Apache, I can set "ErrorDocument 404 /myerrorpage.php" and it works. Doing the same but with a 500 error for a PHP script, it doesn't. I just get the PHP error printed on the screen. What I've seen on the net implies to me that PHP does not fully interact with Apache when it generates an error, and therefore this approach will not work. Is this correct?

I just want to redirect to a PHP page on 500 error and run a small script. Any suggestions?

Many thanks,
David


Basically, it is not a 500 error.
It's an error produced by the php itself.
The file which was run by php had some error, so php outputs that error to the client. This is actually a successful request when you see from the apache's eye.

--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.com/nilesh.gr
Twitter: http://twitter.com/nileshgr
Website: http://www.itech7.com
VPS Hosting: http://www.itech7.com/a/vps


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to