On Wed, Dec 31, 2008 at 1:12 PM, <ceo@xxxxxxxxx> wrote: > > I'm afraid I wasn't clear enough. > > I thought the "catch" block was not actually 'catching' anything, since I'm > seeing an error message with the line of code that is causing the Fault. oic. yeah xdebug will do things like that, you may want to experiment w/ the xdebug settings in php.ini; if you cant get it cleared up that way, you may just have to disable it to test this piece of code. you might also look at which settings you can toggle via .htaccess. what im getting at is see if you can have an instance of the site w/ your settings (possibly disable xdebug) and other instances for your colleagues where they can enable it if they like. Turns out, XDebug is kindly splatting out the exception even though it's > being caught. > > Sorry for the noise. Now that I know what is happening, I'm feeling silly > for asking. i wouldnt worry about it; i dont think theres a spot in the xdebug docs where they discuss how it can screw up some things you might want to leave alone :D -nathan