J
jplotzke
Guest
I'm trying to get SSI to work with ASP, but am only getting 500 errors.
I'm trying this code:
The file does exist. However, I get a 500 error when you go to that page (I can view the included file OK... so there's no script errors there)
However, in the server error log, I get:
What does this mean?
Any help would be greatly appreciated! Thanks in advance!
~Jeff
I'm trying this code:
Code:
<!--#include file="./common/header.shtml"-->
The file does exist. However, I get a 500 error when you go to that page (I can view the included file OK... so there's no script errors there)
However, in the server error log, I get:
Code:
[Tue Oct 10 14:36:10 2006] [error] [client xx.xxx.xxx.xxx]
Can't locate object method "log_error" via package "Apache::RequestRec"
at /usr/lib/perl5/site_perl/5.8.5/Apache/ASP.pm line 1709.\n
What does this mean?
Any help would be greatly appreciated! Thanks in advance!
~Jeff