Advertisement
rodro1

500 error or server error debug code

Feb 11th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. error_reporting(-1); // reports all errors
  2. ini_set("display_errors", "1"); // shows all errors
  3. ini_set("log_errors", 1);
  4. ini_set("error_log", "/tmp/php-error.log");
  5.  
  6. // save into top of index.php file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement