You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Rick Glunt <rj...@lumaxlighting.com> on 2001/04/18 16:28:57 UTC

Apache::ASP error

I have Apache::ASP setup and running.  The sample site works and very simple
asp pages I created work, however, I have a page that is generating the
following error in the Apache error log and will not display on my browser:

[error] Undefined subroutine
&Apache::ASP::Compiles::_usr_local_apache_htdocs_www_aspdomain___global_asa:
:Form called at (eval 24) line 1. <--> ,
/usr/local/lib/perl5/site_perl/5.005/Apache/ASP.pm line 1506.

How can I track down what is causing the problem?

Thanks,

Rick


Re: Apache::ASP error

Posted by Joshua Chamas <jo...@chamas.com>.
Rick Glunt wrote:
> 
> I have Apache::ASP setup and running.  The sample site works and very simple
> asp pages I created work, however, I have a page that is generating the
> following error in the Apache error log and will not display on my browser:
> 
> [error] Undefined subroutine
> &Apache::ASP::Compiles::_usr_local_apache_htdocs_www_aspdomain___global_asa:
> :Form called at (eval 24) line 1. <--> ,
> /usr/local/lib/perl5/site_perl/5.005/Apache/ASP.pm line 1506.
> 

It looks like there is a function called Form that is being
called that does not exist. Make sure that you are trying to 
execute perl script only, Apache::ASP does not support VBScript.  
Also, if you would like more debug info, set PerlSetVar Debug 2, 
and you will see the script ASP is trying to compile in your browser.

--Josh

_________________________________________________________________
Joshua Chamas			        Chamas Enterprises Inc.
NodeWorks >> free web link monitoring	Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051