Can't call method prepare on an undefined value

2007-07-22 Thread Dustin D.
was, most of the time, everything was working fine. But it seemed like every few minutes, there would be a burst of the following errors: Can't call method prepare on an undefined value at modules//MySQLBroker.pm line 1059.\n What's strange is, when this error would pop up, it would flood 5-10

Re: Can't call method prepare on an undefined value

2007-07-22 Thread Foo JH
configuration out to my production environment, and immediately began tail -f on the logs. What I noticed was, most of the time, everything was working fine. But it seemed like every few minutes, there would be a burst of the following errors: Can't call method prepare on an undefined value

Re: Can't call method prepare on an undefined value

2007-07-22 Thread Dondi Stroma
. To: modperl@perl.apache.org Sent: Sunday, July 22, 2007 11:38 AM Subject: Can't call method prepare on an undefined value I'm having countless problems with mod_perl and not even sure where to start. I thought I had mod_perl up and running in my development environment, so I pushed the new

Re: Can't call method prepare on an undefined value

2007-07-22 Thread Perrin Harkins
was working fine. But it seemed like every few minutes, there would be a burst of the following errors: Can't call method prepare on an undefined value at modules//MySQLBroker.pm line 1059.\n Did you see these in your development environment? How did you make the code live? Did you restart