PDA

View Full Version : Tips for troubleshooting "An error Occurred" message


cirathorn
01-29-2009, 12:33 AM
Is there a trick to troubleshooting the following message:

[an error occurred while processing this directive]

My Google search returned back results from all over the place.

KevinADC
01-29-2009, 12:42 AM
That is an error that an SSI include returns when something goes wrong. You can look in the http servers error log to try and determine what the problem is.

cirathorn
01-29-2009, 01:09 AM
Damn, I was really hoping it was my side, and not server side.

Thank you