Skip to content

Instantly share code, notes, and snippets.

@xexu
Last active October 13, 2015 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xexu/4267211 to your computer and use it in GitHub Desktop.
Save xexu/4267211 to your computer and use it in GitHub Desktop.
Just add this code on top of the file if the page goes blank to show errors
error_reporting(E_ALL);
ini_set("display_errors", "on");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment