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

Reply via email to