in reply to mod_perl debugging help

Are you sure your apache conf is working as you expect? If not, try one of the mod_perl testscripts (maybe the ones demonstrating the global variable problem)

http://modperlbook.org/html/index.html

Replies are listed 'Best First'.
Re^2: mod_perl debugging help
by MiggyMan (Sexton) on Jun 22, 2006 at 19:30 UTC
    Yep, it's the same config as few other bits I have running, also I have multiple instances of this code (one per db table, less cgi varaible passing that way), no matter which instance I go to I get the same inconsistant behaviour, I can sit here and hit refresh and every so often i'll get a 500, same data being requested every time :(

    As for globals, I dont have any (or need any) i've made 100% certian that every variable is defined and that they're done so where needed.

    Oh and I do get one error message, the usual "Undefined subroutine" job, but nothign at all usefull :(

    Oh and the mod_perl book was a good idea, but it's sat next to me as i've already been through it :)