I'm still getting the error at this end.
500 Server Error
The web server encountered an error or misconfiguration and was unable to complete your request. If this error persists, please contact the webmaster, and inform them of the time the error occurred, and anything you might have done that may have caused the error.
The 500 Server Error is in red and the rest of it is black text on a pale yellow background (all Verdana).
I don't know if this will help any (or if this is what I'm staring at, since the error message looks very similar to the default Apache program error message, other than the layout), but can you install custom 500 error pages on that site's server? I do it every so often, and I've configured mine to send me an email any time something goofy goes wrong.
I use ASP, though, not PHP, so I can use the Error collection provided with it.
Here's a sample of how mine appears:
http://www.hibiscusflorals.com/intentionalerror.asp
Having seen that site (and commented on the cart...thanks, by the way) before, you'll notice how it looks and feels like the rest of the site. But the message is a bit friendlier, and the user can still navigate the rest of the site.
Here's what the email looks like from my end:
An Error has occurred while processing /intentionalerror.asp on
www.hibiscusflorals.com.
Error Details:
Page:
www.hibiscusflorals.com/intentionalerror.asp
Line: 36
Description: Unterminated string constant
Category: Microsoft VBScript compilation
Querystring:
SQL Query:
Number: -2146827255
Date: 7/16/2005
Time: 2:59:27 PM
Form Information
As you can see, I've gotten almost everything I could possibly need to isolate and solve the error. The only thing I haven't quite figured out how to do yet is to do a variable dump. Form dump, no problem, but not a variable dump.
EDIT: most of this is for the benefit of those who may not know what I'm talking about. MarcieZoob, I suspect you got the point long before I added the detail to it.