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

[email protected] (Richard Quadling)
Newsgroups php.general
Message-ID <CAKUjMCXPAGstuCh_TMj71S3GSpL-10gc4j=v7dkLvy+gE5CnMg@mail.gmail.com>
On 6 July 2013 19:50, Brian Smither <[email protected]> wrote:

> >It looks like you are running the thread-safe version with
> >FastCGI, which I understand to be counter to the recommendations.
>
> Thank you for the comment.
>
> I switched to PHP5.4.17-NTS-VC9, but the application still crashes. And
> still no clue as to why.
>
> So, still looking for that magic method to get PHP to report what's
> happening on a 500 Internal Server Error when it's (presumably? not
> sure...) not the server's fault.


Have you got all your extensions updated? Enable display_startup_errors.
Try running the command line PHP ...

php -r "echo 1;"

With your config. Just to see if there is anything ultra obvious missing.

-- 
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.