simpli Posted June 7, 2009 Share Posted June 7, 2009 Hi, 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. When I call zf from the command line (to create a controller or an action) I get the following message Warning: PHP Startup: Unable to load dynamic library './pdo.so' - (null) in Unknown on line 0 Do you think the two problems are related? How can I get a full stack? It's impossible for me to debug without. Thanks JR Quote Link to comment https://forums.phpfreaks.com/topic/161286-solved-exception-capture-is-broken/ Share on other sites More sharing options...
trq Posted June 8, 2009 Share Posted June 8, 2009 Looks like your exception handler may be having issue with short tags or something if its spitting out code. Can we see your script? As for the other (pdo) error. I would say that is unrelated. Whatever php5 package it is your talking about would seem to have a broken pdo extension. Quote Link to comment https://forums.phpfreaks.com/topic/161286-solved-exception-capture-is-broken/#findComment-851241 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.