error_log is not working, script crashes without warning

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mydejamail@yahoo.co.uk

    error_log is not working, script crashes without warning


    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?

  • Jerry Stuckle

    #2
    Re: error_log is not working, script crashes without warning

    mydejamail@yaho o.co.uk wrote:[color=blue]
    > 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?
    >[/color]

    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@attgl obal.net
    =============== ===

    Comment

    Working...