Actually i have located the problem. It has to do with Apache::DBI and how
the handle is taken care of in the classes I've used. I have cleaned out the
obvious mistakes, like making the handle as a class variable (which would
lead into conflicts with each httpd process needing it's own handle) etc.

Haven't been able to make the script work properly yet as apache throws
errors immediately when I pass the database handle between the classes.

Cheers,

Joni

-----Original Message-----
From: Bob Showalter [mailto:[EMAIL PROTECTED]]
Sent: 09 July 2002 15:00
To: 'PURMONEN, Joni'; '[EMAIL PROTECTED]'
Subject: RE: mod_perl and inheritance


> -----Original Message-----
> From: PURMONEN, Joni [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 09, 2002 9:55 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: mod_perl and inheritance
> 
> 
> > Need to see the script and the error messages. Is 
> Apache::Registry the
> handler?
> 
> Yes it is. 
> 
> The error messages just complain about not being able to 
> locate a given
> method, which should be inherited (and is inherited if I move 
> the script to
> CGI area).
> 
> the script runs to couple thousand lines, so I rather not 
> mail it around.
> All obvious typos etc. mistakes have been eliminated though, 
> I promise :)

Can you construct a short sample script that exhibits the problem?
And post the exact error messages that it generates?


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to