I'm trying to move a working ASP website off a Windows 2000 server. I've installed the Apache::ASP, Apache::ASP:Extra, mod_perl, etc....
When I try to access the page, the following appears in the Apache error_log file: [Fri Apr 5 09:36:58 2002] [error] [asp] [25197] [error] Can't locate object method "call" via package "PrintDate" at body2.asp line 84. <--> , /usr/lib/perl5/site_perl/Apache/ASP.pm line 1556 [Fri Apr 5 09:37:01 2002] [error] [asp] [25199] [debug] Bareword found where operator expected at rndTitle.asp line 6, near ""9" then" <--> [Fri Apr 5 09:37:01 2002] [error] [asp] [25199] [debug] (Missing operator before then?) <--> [Fri Apr 5 09:37:01 2002] [error] [asp] [25199] [debug] elseif should be elsif at rndTitle.asp line 8. <--> [Fri Apr 5 09:37:01 2002] [error] [asp] [25199] [debug] Bareword found where operator expected at rndTitle.asp line 8, near ""7" then" <--> [Fri Apr 5 09:37:01 2002] [error] [asp] [25199] [debug] (Missing operator before then?) <--> [Fri Apr 5 09:37:01 2002] [error] [asp] [25199] [debug] elseif should be elsif at rndTitle.asp line 10. <--> [Fri Apr 5 09:37:01 2002] [error] [asp] [25199] [debug] Bareword found where operator expected at rndTitle.asp line 10, near ""8" then" <--> [Fri Apr 5 09:37:01 2002] [error] [asp] [25199] [debug] (Missing operator before then?) <--> [Fri Apr 5 09:37:01 2002] [error] [asp] [25199] [error] syntax error at rndTitle.asp line 6, near ""9" then" <--> syntax error at rndTitle.asp line 8, near ""7" then" <--> syntax error at rndTitle.asp line 10, near ""8" then" <--> syntax error at rndTitle.asp line 12, at EOF <--> (Might be a runaway multi-line '' string starting on line 11) <--> BEGIN not safe after errors--compilation aborted at rndTitle.asp line 12. <--> , /usr/lib/perl5/site_perl/Apache/ASP.pm line 2135 Any ideas what might be causing this? Is the terminoligy different for ASP running on Linux vs Windows? Why would it want elsif instead of elseif, etc...? Thanks Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]