Jump to content

[SOLVED] Exception capture is broken


simpli

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.