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

Apache::ASP error re: subroutines

2001-05-22 Thread Andrew Koebrick
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 Is there something funky in the Apache:

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

Apache::ASP error

2001-04-18 Thread Rick Glunt
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_h

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

Apache::ASP & [error] need AuthName

2001-01-21 Thread Pavel P. Zabortsev
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   There is some part from config:   SetHandler perl-script  PerlHandler Apache::ASP

Re: Apache::ASP error

2000-09-27 Thread Rod Butcher
ay, September 27, 2000 7:52 PM Subject: Apache::ASP error > I installed Apache::ASP. When test with a simple asp > page. I got an internal server error and the error_log > says: > > [Wed Sep 27 02:11:07 2000] [error] Can't locate > Apache/ASP.pm in @INC (@INC contains: G

Apache::ASP error

2000-09-27 Thread Phong Le Quoc
I installed Apache::ASP. When test with a simple asp page. I got an internal server error and the error_log says: [Wed Sep 27 02:11:07 2000] [error] Can't locate Apache/ASP.pm in @INC (@INC contains: G:/Program Files/Apache Group/Perl/5.6.0/lib/MSWin32-x86 G:/Program Files/Apache Group/Perl/5.6

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: > >

Apache::ASP Error

2000-07-23 Thread Hans Fuchs
Hello, I installed Apache::ASP. When test with a simple asp page. I got an internal server error and the error_log says: [Sun Jul 23 15:54:44 2000] [error] [asp] [14779] [error] Can't modify constant item in scalar assignment at (eval 11) line 66, at EOF <--> , /usr/lib/perl5/site_perl