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

2013-07-06 Thread Richard Quadling
On 6 July 2013 21:45, Brian Smither wrote: > >Have you got all your extensions updated? > > I would think so. Just to state the required disclaimers: > phpinfo.php with works. > Liberally peppering a tracer routine throughout the application shows it > is getting executed up until one spot. But

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

2013-07-06 Thread Richard Quadling
On 6 July 2013 19:50, Brian Smither 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

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

2013-07-05 Thread Ken Robinson
Check the permissions on the files/directories involved. I get this on Linux when the files/directories are too open. Ken At 05:38 PM 7/5/2013, Brian Smither wrote: I have an application running under PHP-5.4.17-TS-VC9 (and .14 as of yesterday) with Aprelium's Abyss X1 v2.8 web server in FastC