Semi-Colon Inserted into code, but the same error
happens.
Any
other ideas??
The
only thing I see is no semi-colon ending the line. But I would think
that would raise a syntax error rather than the hideous beast I see down
there. If you do in fact have a semi-colon in your code, please
disregard this.
Thom
When running a simple ASP script to test the
new ASP install on Apache 2 I get an internal server error and in logs
contained a long error message, that I do not
understand.
Anyone help would be appreciated as I do not
have any idea what is wrong or why this simple code will not work, I will
paste the ASP code and the full error message below:
-------
ASP Script
-------
<%
$Response->Write("HELLO WORLD!!")
%>
------
Error Message in error_log of Apache Error Log
Directory
------
[Sun Oct 13 17:22:45 2002] [error] [client 192.168.0.5] Can't locate
object method "register_cleanup" via package "Apache::RequestRec" at
/usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 344.
Apache::ASP::new('Apache::ASP','Apache::RequestRec=SCALAR(0x815ad14)')
called at /usr/lib/perl5/site_perl/5.8.0/Apache/ASP.pm line 164
Apache::ASP::handler('Apache::RequestRec=SCALAR(0x815ad14)') called at -e
line 0
eval {...} called at -e line 0
|