Search results

  1. J

    404 instead of MySQL error

    I'm working on a script and noticed that every time there is a MySQL error, I'm redirected to a 404 page. This isn't very productive if I need the error message to fix the problem. How do I retrieve MySQL error logs? Is this a mod_security problem?
  2. J

    MySQLi Error 404

    I'm currently working on some PHP scripts and am having trouble that I haven't been able to find an answer to. $conn = new mysqli($servername, $username, $password, $dbname); ... echo $conn->error Whenever I use $conn->error, I get redirected to my custom 404 page. It doesn't change the...
  3. J

    Server x03 down?

    I am not able to access my website located on x03. http://jordanbrinkman.com
Top