[freeside] ASP error
Jesse Estevez
jestevez at cvalley.net
Tue Feb 5 09:53:34 PST 2002
Thanks for the very quick help. I didn't read close enough.
I had global.asa and handler.pl in asp-global/htetc and moved them to
asp-global, things seem now to have sprung to life.
* Run make aspdocs
* Copy aspdocs/ to your web server's document space.
* Create a Global directory, such as
/usr/local/etc/freeside/asp-global/
* Copy htetc/global.asa to the Global directory.
* Configure Apache for the Global directory and to execute .cgi files
using Apache::ASP. For example
You might change the line "Copy htetc/global.asa to the Global directory"
to read "Copy global.asa (htetc/global.asa) to the Global directory:
(asp-global/global.asa)"
Then the quick readers (myself) won't get lost.
Now, I'm still not out the woods, because I'm stilling getting another
error on the new customer page, but I'll dig a little bit more before I
ask.
thanks
~Jesse
---------
Jesse Estevez
Internet Systems Administrator
Phone 660-277-7736
Cell 660-670-6122
Page 800-622-1332 8991
Chariton Valley Internet Services
PO Box 144
Huntsville, Missouri 65259
USA
On Tue, 5 Feb 2002, ivan wrote:
> What version of Apache::ASP ?
>
> My guess is you didn't install the supplied htetc/global.asa, or you
> didn't enable it, as per httemplate/docs/install.html:
>
> - Create a Global directory, such as /usr/local/etc/freeside/asp-global/
> - Copy htetc/global.asa to the Global directory.
> - Configure Apache for the Global directory and to execute .cgi files
> using Apache::ASP. For example:
>
> <Directory /usr/local/apache/htdocs/freeside-asp>
> <Files ~ (\.cgi)>
> AddHandler perl-script .cgi
> PerlHandler Apache::ASP
> </Files>
> <Perl>
> $MLDBM::RemoveTaint = 1;
> </Perl>
> PerlSetVar Global /usr/local/etc/freeside/asp-global/
> PerlSetVar Debug 2
> </Directory>
>
>
> On Tue, Feb 05, 2002 at 11:05:45AM -0600, Jesse Estevez wrote:
> > Hello all,
> >
> > Any ideas about the below error message?
> >
> > freeside-1.4.0pre7
> > Apache::ASP
> > Perl 5.6.1
> > SuSE Linux 7.2
> > Postgres 7.0.3 (freeside user installed, verified, tables created)
> > DBI1.201
> > DBD-Pg-1.01
> > mod perl 1.26
> >
> > the installation is online at bucci.cvalley.net with username jestevez and
> > password foobar.
> >
> >
> > [Tue Feb 5 10:24:20 2002] [error] [asp] [19063] [error] Undefined
> > subroutine
> > &Apache::ASP::Compiles::_usr_local_etc_freeside_asp_global_global_asax843763ca3832f86999b70608c92509a2::menubar
> > called at config-view.cgi line 1. <--> ,
> > /usr/local/lib/perl5/site_perl/5.6.1/Apache/ASP.pm line 1556
> >
> > Thanks,
> >
> > Jesse
> >
> >
> > ---------
> >
> > Jesse Estevez
> > Internet Systems Administrator
> >
> > Phone 660-277-7736
> > Cell 660-670-6122
> > Page 800-622-1332 8991
> >
> > Chariton Valley Internet Services
> > PO Box 144
> > Huntsville, Missouri 65259
> > USA
> >
> >
> >
> >
> >
> >
> >
>
> --
> _ivan
>
More information about the freeside-users
mailing list