[freeside] ASP error
ivan
ivan at 420.am
Tue Feb 5 09:16:20 PST 2002
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