wordpress - Everytime a new wp multisite is created blank admin screen -
everytime create new site in multisite wordpress installation wp-admin screen blank why?
white screens php errors. try debug , see are. see https://codex.wordpress.org/wp_debug
add
define( 'wp_debug', true ); define( 'wp_debug_log', true ); define( 'wp_debug_display', false);
in wp-config.php , debug.log file in wp-content.
change "display" line true
define( 'wp_debug_display', true);
to dump them browser log them.
Comments
Post a Comment