You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Hans Fuchs <ha...@enova.ch> on 2000/07/23 15:57:04 UTC

Apache::ASP Error

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/5.005/Apache/ASP.pm line 1740

  What can I do?

Best,
   Hans

-- 
Gesendet an modperl@apache.org am 23.07.2000 mit The Bat 1.42f
Homepage: http://www.enova.ch - EMail: hans@enova.ch
Public Key: http://www.enova.ch/gucky/gucky.htm

"Funkybeats for ever!"

Anhang: <none>



Re: Apache::ASP Error

Posted by Joshua Chamas <jo...@chamas.com>.
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 >> free web link monitoring	Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

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:
> 
>   [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/5.005/Apache/ASP.pm line 1740
> 
>   What can I do?
> 
> Best,
>    Hans
>

Re: Apache::ASP Error

Posted by Dmitry Beransky <db...@biomail.ucsd.edu>.
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:
> 
>   [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/5.005/Apache/ASP.pm line 1740