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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -