in reply to mod_perl debugging help

You're giving us almost nothing to go on here, but I'm guessing it's this. That page is where you should start when debugging mod_perl problems.

Replies are listed 'Best First'.
Re^2: mod_perl debugging help
by MiggyMan (Sexton) on Jun 23, 2006 at 13:58 UTC
    That site was where i started :)

    I did however not note the bit about mod perls quirk with the ordering of module use so that end i moved the base FormGenerator to FormGenerator::Base (everything is now FormGenerator::*BLAH*) however that didnt help either :(

    Back to the proverbial drawing board.
      If you can't show us the actual error message or the code, we aren't going to be able to help you much.
        The error message I can and have shown, that's the crux of things, there's nothing at all usefull about it and i've exhausted all the other normal causes of it!

        What I really need is a means of getting more information out of mod perl as to *why* it's failing how it is. :(

        As for the code, this is a wotk project so the code isnt for public consumption, I know this isnt very helpfull but im afraid that's simply how it is!