te using Apache::ASP. I am running up against
> a problem that has left me scratching my head. The site works fine on
> the development server. However, on the production server, my error_log
> fills with these messages:
>
> [Mon Nov 10 19:44:59 2008] [error] [asp] [7796] [error] U
On Wed, Nov 12, 2008 at 09:18:21AM -0800, Skylos wrote:
> Apache::Asp caches subroutine compiles within processes.
>
> Kill all running apache processes to delete their cache. (you don't
> strictly have to restart to do this (killing workers and letting apache
> restart them works too) but its ea
ad. The site works fine on
> the development server. However, on the production server, my error_log
> fills with these messages:
>
> [Mon Nov 10 19:44:59 2008] [error] [asp] [7796] [error] Undefined
> subroutine
> &Apache::ASP::Compiles::__ASP__srv_http_www_e_ample_com__
Warren Young wrote:
> Roberto C. Sánchez wrote:
> >
> > [Mon Nov 10 19:44:59 2008] [error] [asp] [7796] [error] Undefined subroutine
> &Apache::ASP::Compiles::__ASP__srv_http_www_e_ample_com__x::get_image_data
> called at /srv/http/www.example.com/templates/masthead.t
Roberto C. Sánchez wrote:
[Mon Nov 10 19:44:59 2008] [error] [asp] [7796] [error] Undefined subroutine
&Apache::ASP::Compiles::__ASP__srv_http_www_e_ample_com__x::get_image_data called at
/srv/http/www.example.com/templates/masthead.tmpl line 2. <--> ,
/usr/share/perl5/Apache/A
] [7796] [error] Undefined subroutine
&Apache::ASP::Compiles::__ASP__srv_http_www_e_ample_com__x::get_image_data
called at /srv/http/www.example.com/templates/masthead.tmpl line 2. <--> ,
/usr/share/perl5/Apache/ASP.pm line 1521
(I have attached the complete error log output, with debuggi
Søren Tauber Lassen wrote:
files.pl:
Rename it to files.pm, and put it in the same directory as your
global.asa. Say "use files" at the top of global.asa. Restart the web
server.
sub loadFileText
Within files.pm, say "require Exporter;" and read the documentation on
the Exporter module to fi
Hi,
Below I have
listet relevant code of two perl files I'm working on.
The problem is that
"sub loadFileText" in files.pl, cannot be seen from the file menus.pl,
but "sub load_file" can.
For some reason,
which I can't seem to find, the code generates th
Ellers wrote:
>
> However the scripts are falling over very erratically. With debug level 2 I get
>extensive messages about an undefined subroutine in a
> (custom) module - except it is _definitely_ there. I've checked exports and they're
>all ok - and it works, SOMEt
> Main question:
>- will a static build of Apache/mod_perl (most likely) fix problems where a
>compile of an ASP script works one minute and fails the
> next?
mod_perl as module causes mysterious failures, some of those you
described I experienced myself and so did others.
That's why deb
Hello all
I'm fairly experienced at Perl and CGI but I am new to ASP. I really like it overall -
its great being able to edit a dynamic page in a GUI editor!
However the scripts are falling over very erratically. With debug level 2 I get
extensive messages about an undefined subroutine
Dariusz Pietrzak wrote:
>
> > Sounds like the kind of bug that would occur to a DSO build
> > of mod_perl + apache, use of Apache::StatINC or use of Apache::Reload.
> The next day problem dissapeared so I am having problems with locating the
> cause now - maybe there was sth wrong with the system
> Sounds like the kind of bug that would occur to a DSO build
> of mod_perl + apache, use of Apache::StatINC or use of Apache::Reload.
The next day problem dissapeared so I am having problems with locating the
cause now - maybe there was sth wrong with the system, I couldn't locate
it though.
T
Dariusz Pietrzak wrote:
>
> Ehlo,
> I need help with tracking down this error, it occurs randomly -
> everything works fine.. then I get 'internal server...' with error
> mentioned above.. refresh.. and everything works fine again.
> this is very fresh install of debian woody, and I haven't run
Ehlo,
I need help with tracking down this error, it occurs randomly -
everything works fine.. then I get 'internal server...' with error
mentioned above.. refresh.. and everything works fine again.
this is very fresh install of debian woody, and I haven't run apache::asp
on new machine for a lon
Joshua Chamas wrote:
[EMAIL PROTECTED]">
Steve Fosdick wrote:
We have an application using Apache::ASP which worked fine when therewere just a few people using it but since user number have increased wehave started to get "Internal Server Error" return to clients in a fewodd cases and
Steve Fosdick wrote:
>
> The affected pages are served from a named virtual host and I have
> $Apache::Registry::NameWithVirtualHost = 1; in the config file.
>
I don't think this will end up mattering, since by default
the package name created to compile perl scripts into is
Global directory n
e:
>
> [Sat Nov 24 20:48:34 2001] [error] [asp] [7228] [error] Undefined
> subroutine
> &Apache::ASP::Compiles::_home_indigo_releases_r2_2_app_global_asa::db_seqnext
> called at (eval 132) line 27. <--> , /usr/share/perl5/Apache/ASP.pm line
> 1471
>
> appearing
>
> [Sat Nov 24 20:48:34 2001] [error] [asp] [7228] [error] Undefined
> subroutine
> &Apache::ASP::Compiles::_home_indigo_releases_r2_2_app_global_asa::db_seqnext
> called at (eval 132) line 27. <--> , /usr/share/perl5/Apache/ASP.pm
> line 1471
>
> appearing in
asp] [7228] [error] Undefined
subroutine
&Apache::ASP::Compiles::_home_indigo_releases_r2_2_app_global_asa::db_seqnext
called at (eval 132) line 27. <--> , /usr/share/perl5/Apache/ASP.pm line
1471
appearing in the error log. This is currently with Apache::ASP 2.21
(debian package - the
Humberto Bomfim wrote:
>
> Srs,
>
> I'm installing the mod_perl module in apache. The installation was
> sucessfull but when is called the test.asp file, the error_log of apache
> return this error:
>
> [Wed Nov 21 14:39:09 2001] [error] Undefined subroutine
&g
Srs,
I'm installing the mod_perl module in apache. The installation was
sucessfull but when is called the test.asp file, the error_log of apache
return this error:
[Wed Nov 21 14:39:09 2001] [error] Undefined subroutine
&Apache::ASP::handler called.
What do I do?
22 matches
Mail list logo