Re: mod_perl problems - require file

2006-12-13 Thread aj2taylo
Thankgs for all the help guys. Through some digging, I found some new files that were calling "require moduleX.methods", which seem to be the culprit. Thanks again! Perrin Harkins wrote: > > aj2taylo wrote: >> Correct, moduleX.methods has sub routines define

Re: mod_perl problems - require file

2006-12-13 Thread aj2taylo
tware based? aj2taylo wrote: > > Thanks for the link, I'll investigate that further. > > Correct, moduleX.methods has sub routines defined, but is not itself a > package. This is all part of a legacy system, and moduleX.pm is used as a > form handler, so moduleX.methods exi

Re: mod_perl problems - require file

2006-12-13 Thread aj2taylo
rtain functions from the form handling functions). This architectural approach has worked fine for years, and as stated before, there were no changes to moduleX.methods or changes to the top of moduleX.pm (where the require stmt is). Perrin Harkins wrote: > > aj2taylo wrote: >> ERR:

mod_perl problems - require file

2006-12-12 Thread aj2taylo
Hello, Recently I started discovering problems with epl file returning errors, in the format: ERR: 24: Line 1: Error in Perl code: Can't locate object method "subRoutineA" via package "moduleX" (perhaps you forgot to load "moduleX") at path/moduleX.pm line 123. The module "moduleX.pm" has a req