Re: Class::DBI + mod_perl? "Can't locate object method 'search' ...

2005-04-10 Thread David J Radunz
On Sat, 2005-04-09 at 14:35 -0700, Mark McWiggins wrote: > Hi All, > > "Plan to throw one away" (see *The Mythical Man-Month* by Brooks), > indeed: I've just about finished a more-complex > than-I-thought web + database application and then too late thought > "gosh, nice if there were something

Re: MySQL server has gone away?

2005-04-10 Thread Bas Schulte
Hi Philip, On zondag, apr 10, 2005, at 22:42 Europe/Amsterdam, Philip M. Gollucci wrote: The auto_reconnect behavior was changed in DBD::mysql or DBI recently (< 6 months ago)... I forget from/to.. Read the Changes of each. There's some info in DBD::mysql. Further investigation tells me this m

Web Content Compression FAQ - new update

2005-04-10 Thread Slava Bizyayev
Hi everyone, Here a new version of FAQ is attached in pod format. I need someone to update a website with it. I would additionally ask to add the first pharagraph of the FAQ directly to http://perl.apache.org/docs/tutorials/index.html in order to unify the structure with the other tutorials. As a

Re: Problem installing Apache::Status for mp1 from cpan

2005-04-10 Thread Stas Bekman
Mike Cardwell wrote: Hi, I'm using mod_perl 1 on a Debian Sarge system. I just went to install Apache::Status with a: perl -MCPAN -e 'install Apache::Status' Here's what I got: = Reading Makefile.PL args from @ARGV mod_perl/1.29

Re: MySQL server has gone away?

2005-04-10 Thread Bas Schulte
Hi Harm, On zondag, apr 10, 2005, at 10:53 Europe/Amsterdam, harm wrote: DBD::mysql::st execute failed: MySQL server has gone away at /opt/ttgp/dev/webapp/ttgp/smsclient/perl/sms line 111. This happens after several hours of idle time in the webserver. looks like a connection timeout. Try: $dbh->{'

Problem installing Apache::Status for mp1 from cpan

2005-04-10 Thread Mike Cardwell
Hi, I'm using mod_perl 1 on a Debian Sarge system. I just went to install Apache::Status with a: perl -MCPAN -e 'install Apache::Status' Here's what I got: = Reading Makefile.PL args from @ARGV mod_perl/1.29 installation detect

Re: MySQL server has gone away?

2005-04-10 Thread harm
On Sun, Apr 10, 2005 at 10:25:58AM +0200, Bas Schulte wrote: > Hi all, > > I've been using Apache/mod_perl/MySQL combined with Apache::DBI for > years, and it has been working like a charm. However, while preparing > for a new release of the system I built, I'm getting this: > > DBD::mysql::st

MySQL server has gone away?

2005-04-10 Thread Bas Schulte
Hi all, I've been using Apache/mod_perl/MySQL combined with Apache::DBI for years, and it has been working like a charm. However, while preparing for a new release of the system I built, I'm getting this: DBD::mysql::st execute failed: MySQL server has gone away at /opt/ttgp/dev/webapp/ttgp/sms

Re: [PATCH[ Apache::DBI part 2

2005-04-10 Thread Philip M. Gollucci
Philip M. Gollucci wrote: This only gets it to appear in the Apache::Status menu. I believe I'll have a patch to use Apache2::ServerRecUtil in the rest shortly. --- DBI.pm Sun Apr 10 03:08:50 2005 +++ DBI.pm.new Sun Apr 10 03:10:56 2005 @@ -31,11 +31,19 @@ sub connect_on_init { # provide a ha