Re: Apache::ASP error re: subroutines

2001-05-22 Thread Joshua Chamas
Andrew Koebrick wrote: > > Howdy, > > I am attempting to move a few subroutines from my Apache::ASP pages into a central >module, but get the error: > > Undefined subroutine &Apache::ASP::Demo::date_swap called at (eval 6) line 67. , >/usr/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 1506 Pe

Re: Apache::ASP error

2001-04-18 Thread Joshua Chamas
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::A

Re: Apache::ASP & [error] need AuthName

2001-01-21 Thread Joshua Chamas
> "Pavel P. Zabortsev" wrote: > > Hello, > I'm using apache-1.3.12 at RedHat 7.0 box. > Sometime I've installed Apache::ASP 2.07 and as result got strange error: > [Sun Jan 21 22:28:01 2001] [error] [client 127.0.0.1] need AuthName: /index.shtml > I'll have this bug fixed in Apache::ASP 2.09.

Re: Apache::ASP & [error] need AuthName

2001-01-21 Thread Andrew Ho
Pavel, PZ>Sometime I've installed Apache::ASP 2.07 and as result got strange error: PZ>[Sun Jan 21 22:28:01 2001] [error] [client 127.0.0.1] need AuthName: /index.shtml This is a bug; you can make it go away by just adding an "AuthName null" or similar that configuration option next to PerlHandl

Re: Apache::ASP error

2000-09-27 Thread Rod Butcher
Souds like you need to include the library where ASP.pm is located in your PATH. Shold be something like G:\Program Files\Apache Group\Perl\site\5.6.0\lib\Apache Rod - Original Message - From: "Phong Le Quoc" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 27, 2000 7

Re: Apache::ASP Error

2000-07-23 Thread Joshua Chamas
Dmitry is right, if you need more help, you should set Debug to 2 and set the error output as well as your the relevant part of your script. --Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks >> fre

Re: Apache::ASP Error

2000-07-23 Thread Dmitry Beransky
The error is in your simple asp page on line 66. Most likely you forgot to put '$' in front of a variable. Dmitry On Sun, 23 Jul 2000, Hans Fuchs wrote: > Hello, > > I installed Apache::ASP. When test with a simple asp page. I got an > internal server error and the error_log says: > >