Re: Blank Pages ( Revisited )

2002-03-13 Thread Ronald J Kimball
On Wed, Mar 13, 2002 at 06:07:01AM +, [EMAIL PROTECTED] wrote: > In the past someone posted a problem with mod_perl and DbI giving blank > pages from a SQL query. I did some digging around and found some info but I > need someone to fill in the holes for me a little. > >

Re: Blank Pages ( Revisited )

2002-03-13 Thread Henry McGuinness
> However, when I do a "random" query I get some blank > pages. I traced this to > the DBI Log using the "DBH->Trace(2, /tmp/DBI.log)". > I found that sometimes > the "execute()" returns "0E0". Does anybody knows > why?? If I r

Re: Blank Pages ( Revisited )

2002-03-13 Thread William R. Mussatto
On Wed, 13 Mar 2002 [EMAIL PROTECTED] wrote: > Date: Wed, 13 Mar 2002 06:07:01 GMT > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Blank Pages ( Revisited ) > > In the past someone posted a problem with mod_perl and DbI giving blank >

Re: Blank Pages ( Revisited ) [Semi-OT]

2002-03-13 Thread Andy Lester
> > However, when I do a "random" query I get some blank pages. I traced this to > > the DBI Log using the "DBH->Trace(2, /tmp/DBI.log)". I found that sometimes > > the "execute()" returns "0E0". Does anybody knows why?? > > It

Re: Blank Pages ( Revisited ) [Semi-OT]

2002-03-13 Thread Ron Savage
On Wed, 13 Mar 2002 10:29:51 + (GMT), Ged Haywood wrote: >Hi there, > >On Wed, 13 Mar 2002 [EMAIL PROTECTED] wrote: > >>However, when I do a "random" query I get some blank pages. I >>traced this to >>the DBI Log using the "DBH->Trace(2, /tmp/DB

Re: Blank Pages ( Revisited ) [Semi-OT]

2002-03-13 Thread Ged Haywood
Hi there, On Wed, 13 Mar 2002 [EMAIL PROTECTED] wrote: > However, when I do a "random" query I get some blank pages. I traced this to > the DBI Log using the "DBH->Trace(2, /tmp/DBI.log)". I found that sometimes > the "execute()" returns "0E0

Blank Pages ( Revisited )

2002-03-12 Thread max . calvo
In the past someone posted a problem with mod_perl and DbI giving blank pages from a SQL query. I did some digging around and found some info but I need someone to fill in the holes for me a little. I created a DB Table "webtest". In the table, I filled it with the contents of /usr/

Re: Blank pages

2002-03-04 Thread max . calvo
Ged Haywood writes: > Hi there, > > On Fri, 1 Mar 2002, Axel Andersson wrote: > >> I run a mod_perl/mysql site, which works fine most of the time. Some >> pages, however, come out completely blank. Reload.. and hey presto, > [snip] >> Well, it's a longshot, but thanks anyway. > > Another lon

Re: Blank pages

2002-03-04 Thread Perrin Harkins
John E. Leon Guerrero wrote: > in my case, we had a number of scripts that would change > STDOUT in some fashion (usually so they could set $|) but then die due to > some error before resetting STDOUT back. Interesting. One safety measure to prevent this would be to install a cleanup handler th

RE: Blank pages

2002-03-04 Thread John E. Leon Guerrero
Leon Guerrero > -Original Message- > From: Axel Andersson [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 01, 2002 5:40 AM > To: [EMAIL PROTECTED] > Subject: Blank pages > > > Hi, > I run a mod_perl/mysql site, which works fine most of the time. Some > pages,

Re: Blank pages

2002-03-01 Thread Ged Haywood
Hi there, On Fri, 1 Mar 2002, Axel Andersson wrote: > I run a mod_perl/mysql site, which works fine most of the time. Some > pages, however, come out completely blank. Reload.. and hey presto, [snip] > Well, it's a longshot, but thanks anyway. Another long shot, do you always specify full paths

Blank pages

2002-03-01 Thread Axel Andersson
Hi, I run a mod_perl/mysql site, which works fine most of the time. Some pages, however, come out completely blank. Reload.. and hey presto, it works. Now, I realize this could be practically anything, so I'm just asking if anyone has come across something similar. I use Apache::DBI 0.88 for data