Posted by Jerry Stuckle on 05/07/06 23:41
mydejamail@yahoo.co.uk wrote:
> My PHP setup is not updating the error_log, I have checked all the
> error logging related settings and they have all been set.
>
> The script is also crashing inexplicably. Whenever I call a specific
> function, the script just crashes after it is run.
>
> It has nothing to do with the exact line. Skipping certain lines
> changes nothing. It still crashes.
>
> It seems the error causing condition is somewhere deeper inside HP
>
> Any ideas?
>
Check your Apache error log - is the error taking Apache down, also? That might
be why you're not getting an error logged.
Do you have error notifications as E_ALL? And are you displaying errors?
And finally, check phpinfo() - are you using the php.ini file you think you are,
with the error and log settings you think you have?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|