Undefined subroutine - what to try next?

2001-04-17 Thread Chris Searle
OK. This starts with what looks to be a FAQ: Undefined subroutine PicLib::handler called. I've found the entry in the FAQ that answers "What can cause a subroutine or variable to be sporadically undefined?" and so I've tried to check that all my code is packaged correctly. Al

mod_perl-1.24 (perl 5.6): Undefined subroutine CGI::thead

2001-02-28 Thread Ulrich Windl
Hello, this is an old problem that is still current: Occasionally my CGI script fails because of Undefined subroutine CGI::thead If I reload the page it works again, but maybe it's because a different Apache process is used. Environment: Apache/1.3.14 (Unix) (SuSE/Linux) mod_ssl/2.7.1 OpenSSL

Re: TransHandler causes Undefined subroutine #::handler called.

2001-02-21 Thread G.W. Haywood
Hi there, On Tue, 20 Feb 2001, Russell Lundberg wrote: Apache 1.3.12 (EVERYTHING=1), mod_perl 1.24, Perl 5.005_2, Solaris 5.7. package Apache::Download; use Apache; sub handler { return DECLINED; } 1; [error] null: Undefined subroutine #::handler called. What's the file's name, where

Re: TransHandler causes Undefined subroutine #::handler called.

2001-02-21 Thread Ask Bjoern Hansen
On Tue, 20 Feb 2001, Russell Lundberg wrote: I'm having problems with the PerlTransHandler handler. Every request generates the following error: [error] null: Undefined subroutine #::handler called. Here is the TransHandler: package Apache::Download; use Apache; sub

[Fwd: TransHandler causes Undefined subroutine #::handler called.]

2001-02-21 Thread Russell Lundberg
che 1.3.12 (EVERYTHING=1), mod_perl 1.24, Perl 5.005_2, Solaris 5.7. package Apache::Download; use Apache; sub handler { return DECLINED; } 1; [error] null: Undefined subroutine #::handler called. What's the file's name, where is it, what's in your configuration, do you have any other file

[Fwd: TransHandler causes Undefined subroutine #::handler called.]

2001-02-21 Thread Russell Lundberg
. Every request generates the following error: [error] null: Undefined subroutine #::handler called. Here is the TransHandler: package Apache::Download; use Apache; sub handler { return DECLINED; } You need to show us the relevant part of your

Re: Apache::ASP and Undefined subroutine #::handler called.

2001-02-11 Thread Joshua Chamas
l 23) line 2. [Sat Feb 10 14:52:05 2001] [error] Undefined subroutine #::handler called. OK, still no clue here, try Debug -2, which is system level debugging, and can you please provide your script that does this, and the error log from a fresh apache stop/start. Also you might try making sure

Re: Apache::ASP and Undefined subroutine #::handler called.

2001-02-10 Thread Joshua Chamas
. But, funny things happened. ... [Fri Feb 9 19:11:04 2001] [error] Undefined subroutine #::handler called. Now I can live with the error message, after all, this is not mission critical. However, it puts a nasty error dump at the end of the page, see http://systemcrash.org

RE: Apache::ASP and Undefined subroutine #::handler called.

2001-02-10 Thread Eric Bellotti
52:05 2001] [error] Undefined subroutine #::handler called. And as you can see (at the URL), the error message is no more descriptive than it was before. I'm on openbsd 2.8 GENERIC apache_1.3.17 mod_perl-1.25 mod_ssl-2.8.0-1.3.17 There's another behavior I ran into with my new httpd that may be related

Apache::ASP and Undefined subroutine #::handler called.

2001-02-09 Thread Eric Bellotti
19:11:04 2001] [error] Undefined subroutine #::handler called. Now I can live with the error message, after all, this is not mission critical. However, it puts a nasty error dump at the end of the page, see http://systemcrash.org/categories.asp Please note that although I wrote the app, I

Undefined subroutine

2000-12-28 Thread Barry Veinotte
Hi folks, I am trying to get a program to run under mod_perl using Apache::Registry and am getting the following error: Undefined subroutine Apache::ROOT::cgi_2dbin::ads1::ads_2epl::handler called at /usr/lib/perl5/site_perl/5.005/i386-linux/Apache/Registry.pm line 135. I am working with Red

RE: Undefined subroutine

2000-12-28 Thread Barry Veinotte
of getting things running properly with 5.003? Barry -Original Message- From: Barry Veinotte [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 28, 2000 2:44 PM To: [EMAIL PROTECTED] Subject: Undefined subroutine Hi folks, I am trying to get a program to run under mod_perl using

Re: Undefined subroutine

2000-12-28 Thread ___cliff rayman___
it's telling you to search the guide at: http://perl.apache.org/guide/ check out in particular: http://thingy.kcilink.com/modperlguide/troubleshooting/Undefined_subroutine_Apache_RO.html Barry Veinotte wrote: Undefined subroutine Apache::ROOT::cgi_2dbin::ads1::ads_2epl::handler called

undefined subroutine.....called at /dev/null line 21

2000-10-14 Thread Christopher Lee
Hi, Im running apache1.3.12/modperl1.24 (static compiled) on redhat6 and I'm getting some strange errors like above, I also get: - Database handler destroyed withouth explicit disconnect at /dev/null line 21 - and I get both errors without the /dev/null bit on the end! I'm sure this

apache-1.3.12 mod_perl-1.24: Still Undefined subroutine CGI::thead

2000-10-05 Thread Ulrich Windl
I have already reported this bug before for an older version of apache and mod_perl, but the problem is still there. The CGI version is that of perl-5.005. My Perl CGI script occasionally produces the above error (Undefined subroutine CGI::thead). Restarting or reloading Apache will fix

Undefined subroutine error (only now and then)

2000-09-28 Thread Paulo Narciso Filho
I'm using Apache and mod_perl to develop a dynamic web site. When I execute a specific script for the first time (after restarting Apache, for instance), it always works. If I reload the page, I (sometimes) get the following message in my apache error log: [error] Undefined subroutine Apache

RE: Undefined subroutine error (only now and then)

2000-09-28 Thread Geoffrey Young
-Original Message- From: Paulo Narciso Filho [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 28, 2000 12:23 PM To: [EMAIL PROTECTED] Subject: Undefined subroutine error (only now and then) I'm using Apache and mod_perl to develop a dynamic web site. When I execute

RE: Undefined subroutine error (only now and then)

2000-09-28 Thread Michael
The subroutine is there (it executes in the first time). If I keep trying to reload the page, sometimes it works, sometimes it doesn't. The same error happens to other scripts, with different subroutines being called, but never happens if I run them from the command line (with the

Undefined subroutine Apache::Foo::handler

2000-09-06 Thread Roee Rubin
Hello, I am receiving the following error (viewed by the error log) when I attempt to view the page Undefined subroutine Apache::Foo::handler I have also attempted precompile the package ( perl -c Foo.pm) and recieve the following error: Can't locate Apache/File.pm in @INC .. or Can't

Undefined subroutine Apache::RegistryNG-handler::handler

2000-07-02 Thread Bill Moseley
it happen, so I'm having a hard time tracking it down: Undefined subroutine Apache::RegistryNG-handler::handler called at /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/Apache.pm line 183. The line number is not always the same on this error message. Followed by that message -- often a few

Re: Apache::ASP [undefined subroutine]

2000-02-06 Thread Joshua Chamas
Wouter de Jong wrote: [I have full support from my hosting company to set this Apache::ASP module up] Apache::ASP version 0.18 Server : Apache/1.3.11 (Unix) mod_perl/1.21 PHP/3.0.14 mod_frontpage/3.0.4.3 mod_ssl/2.5.0 OpenSSL/0.9.4 Problem : Error msg -- Undefined subroutine Apache

Re: Apache::ASP [undefined subroutine]

2000-02-06 Thread Wouter de Jong
- Original Message - From: Joshua Chamas [EMAIL PROTECTED] To: Wouter de Jong [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, February 06, 2000 10:21 PM Subject: Re: Apache::ASP [undefined subroutine] Congrats, your Apache::ASP installation works! But the problem is that you

Re: Apache::ASP [undefined subroutine]

2000-02-06 Thread Wouter de Jong
Yes, its VBScript, even worse its accessing an Access file through a native Win32 ADO/ODBC driver. You won't be able to do this on unix. For database connectivity, you will want to use the DBI interface DBD::* drivers. Ohw :( Thank you for the quick support !!! :)) -- Joshua

Apache::ASP [undefined subroutine]

2000-02-05 Thread Wouter de Jong
[I have full support from my hosting company to set this Apache::ASP module up] Apache::ASP version 0.18 Server : Apache/1.3.11 (Unix) mod_perl/1.21 PHP/3.0.14 mod_frontpage/3.0.4.3 mod_ssl/2.5.0 OpenSSL/0.9.4 Problem : Error msg -- Undefined subroutine Apache::ASP::Demo::ServerVariables called