How to debug a blank page?
Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /nfs/c01/h04/mnt/38315/domains/joao.pt/html/wp-includes/functions.php on line 2905 WordPress often is not really accurate with giving your information. You can change that: Set error_reporting( -1 ); and define( ‘WP_DEBUG’, true );. More info in that Gist. This will avoid the white screen of death. If you … Read more