RE: mod_perl and inheritance

2002-07-15 Thread PURMONEN, Joni
ONEN, 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 > >

RE: mod_perl and inheritance

2002-07-09 Thread Bob Showalter
> -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

RE: mod_perl and inheritance

2002-07-09 Thread PURMONEN, Joni
> 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,

RE: mod_perl and inheritance

2002-07-09 Thread Bob Showalter
> -Original Message- > From: PURMONEN, Joni [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 09, 2002 9:21 AM > To: '[EMAIL PROTECTED]' > Subject: mod_perl and inheritance > > > Hello all, > > I just moved my perfectly functioning script from no

mod_perl and inheritance

2002-07-09 Thread PURMONEN, Joni
Hello all, I just moved my perfectly functioning script from normal CGI area to mod_perl area and the whole thing stopped working. This is the first time when I am using multiple classes and inheritance in mod_perl and it seems like the inheritance is the culprit. I tried to search the web for