Recent content by mj.

  1. M

    jodohost error logs

    Thanks that worked great. In my files I put: require_once("../cgi-bin/error.php") I modified some example code to get error.php: <?php // set the error reporting level for this script error_reporting(E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE); // error handler function...
  2. M

    jodohost error logs

    How do I view the error logs for my site hosted on jodohost? I'm finding it time cosuming figuring out which php line of code has an error every time I have a page with an error. Thanks, Michael
Back
Top