Skip to content

Instantly share code, notes, and snippets.

@goliver79
Created June 18, 2015 11:14
Show Gist options
  • Save goliver79/7919db40741391f3a300 to your computer and use it in GitHub Desktop.
Save goliver79/7919db40741391f3a300 to your computer and use it in GitHub Desktop.
[WORDPRESS] When Wordpress don't load
<?php
// upload this file in the same directory where wordpress index.php is.
// load this file in a browser.
ini_set('display_errors','1');
ini_set('display_startup_errors','1');
error_reporting (E_ALL);
include('index.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment