I would like the regular error page with info when I'm running under debug. I have a finalize_error method set up similar to the one from the mailing list archives, but I don't understand yet the magic of return vs. next() and what will happen if I want to skip my version under debug. Barry Hoggard