Re: [PHP] Guaranteed Way to Get Error Message Wanted

[email protected] (Richard Quadling)
Newsgroups php.general
Message-ID <CAKUjMCU6HQ6hiHXDyHoPhoaKktcORAHXc7Es4oeseAE0NJc4uQ@mail.gmail.com>
On 6 July 2013 21:45, Brian Smither <[email protected]> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.