I have an error in my application but I cannot debug it because the exception capturing seems to be broken. Before, when there was a problem I would get a whole trace that would help me pinpoint where the error occured. Now all I get is
message ?>
Exception information:
Message: exception->getMessage() ?>
Stack trace:
exception->getTraceAsString() ?>
Request Parameters:
request->getParams()) ?>
I started nothing this when I installed Marc Liyanage's Php5 package. Could something have been broken when I installed the package? Everything is working well but it's kinda hard to debug when you can't get a screen dump.
Any help will be grealy appreciated.
Thank you,
JR

