Problem with Apache::Session::DBI

2000-10-26 Thread Alberto Mateos
in the logs is: [error] Can't locate object method "populate" via package "Apache::Session::DBI" at /usr/lib/perl5/site_perl/5.005/Apache/Session.pm line 368. Alberto.

Problems with Apache::Session::DBI

2000-10-25 Thread Alberto Mateos
Hi! I get this message in my error_log with using Apache::Session::DBI: [Wed Oct 25 17:37:24 2000] [error] Can't locate object method "populate" via package "Apache::Session::DBI" at /usr/lib/perl5/site_perl/5.005/Apache/Session.pm line 368. This occurs after I execu

Re: Problems with Apache::Session::DBI

2000-10-25 Thread G.W. Haywood
Hi there, On Wed, 25 Oct 2000, Alberto Mateos wrote: I've re-installed apache and mod_perl but apache don't works (Interval server error). That's "InterNal server error" and it probably means Apache is working fine, but your Perl/DBI stuff has a problem. I'd remove the DBI stuff and make

Re: Apache::Session : DBI-Too many connections

2000-07-31 Thread remco
of possible connections as well, even with only a handfull of server-child-processes. You can monitor this from within mysql. - Original Message - From: Frédéric Schwien To: [EMAIL PROTECTED] Sent: Saturday, July 29, 2000 10:31 AM Subject: Apache::Session : DBI-Too many connections Hi

Apache::Session : DBI-Too many connections

2000-07-29 Thread Frédéric Schwien
Hi , I am using Perl 5.6.0 whith MySql 3.22.32 , Apache 1.3.12 , modperl 1.24 . On our Production Server , Apache error logs are showing sometimes : [Thu Jun 8 14:53:34 2000] [error] DBI-connect failed: Too many connections at /usr/local/lib/perl5/site_perl/5.6.0/Apache/Session/

Re: Apache::Session : DBI-Too many connections

2000-07-29 Thread Bryan McGuire
just need to increase its max_connections parameter to a bigger number. - Original Message - From: Frédéric Schwien To: [EMAIL PROTECTED] Sent: Saturday, July 29, 2000 10:31 AM Subject: Apache::Session : DBI-Too many connections Hi , I am using Perl 5.6.0 whith MySql 3.22.32 , Apache

Re: Apache::Session::DBI

2000-03-30 Thread Jeffrey W. Baker
On Thu, 30 Mar 2000 [EMAIL PROTECTED] wrote: Hi, I'm trying to use Apache::Session::DBI. I got the hang of it and started using it but I get the following error: [Thu Mar 30 04:41:41 2000] [error] Can't call method "store" on unblessed reference at lib/web/webmaster.p

Re: Apache::Session::DBI problems

2000-01-25 Thread Mark Jewiss
Hello, On Wed, 19 Jan 2000, Kip Cranford wrote: I don't suppose it could be as simple as having a full disk? What does "df -k" report... I'm afraid not, no. Plenty of space is left on the drives. Regards, Mark. -- Mark Jewiss Knowledge Matters Limited http://www.knowledge.com

Apache::Session::DBI problems

2000-01-19 Thread Mark Jewiss
Hello, I'm trying to run a simple script using Apache::Session for the first time, and am having a few problems. Can't see anything relating to this in the documentation or the archives, so here goes... Whenever I run a script, everything works until I try to create a new session id, where I

Apache::Session::DBI on Solaris 2.6 woes

2000-01-04 Thread Chris Carline
Hi there, For the last 2 months, I've been using Apache::Session::DBI on a Solaris 2.6 box (with the semaphorelocker nsems value set to 16) to store session information on a busy web site. Unfortunately, things seem to have gone awry, specifically with the tie: tie %SESSION, 'Apache::Session

Apache::Session::DBI and PostgreSQL

1999-10-17 Thread Miguel A.L. Paraz
Hi all, I'm trying out Apache::Session for the first time, with this bit of code adapted from the manual: #!/usr/bin/perl -w use strict; #use Apache::Session::File; use Apache::Session::DBI; my %session; #make a fresh session for a first-time visitor #tie %session, "Apache::Session: