xampp - How do I find what causes a blank white screen in WordPress? -
am trying build test environment wordpress project using xamp.
apache listening on localhost:8080 mysql 3306 root no password
changes did in wp-config dbname wp-db dbhost locallhost:8080 dbuser root
wordpress root folder in c:/xamp/htdocs/wordpress
before changing dbhost local host localhost:8080 getting "error establishing connection database" jus getting full white screen.
please advise. million in advance.
white screens php errors. try debug , see php errors getting. may have error in wp-config.php or missing core wordpress file or folder.
add
define( 'wp_debug', true ); define( 'wp_debug_log', true );
in wp-config.php , debug.log file in wp-content.
add line
define( 'wp_debug_display', true);
to wp-config.php log , dump them browser.
Comments
Post a Comment