On 6 July 2013 21:45, Brian Smither <bhsmit...@gmail.com> wrote:

> >Have you got all your extensions updated?
>
> I would think so. Just to state the required disclaimers:
> phpinfo.php with <? phpinfo() ?> works.
> Liberally peppering a tracer routine throughout the application shows it
> is getting executed up until one spot. But there is nothing obviously wrong
> with the code. Nothing!
>
> That's why I need the guaranteed message delivery on why PHP does not like
> the code.
>
>
Turn on all your error reporting/logging. Add a try/catch if appropriate.
Turn off any unhandled exception processing.

Load in XDebug and get a trace going, what is the code doing prior to
failure?


-- 
Richard Quadling
Twitter : @RQuadling

Reply via email to