Installation BLANK ERROR on WordPress MultiSite !!!!!!!
-
I’m running on WordPress MultiSite.
BLANK SCREEN after installation and network active.
CAUSE : wrong path of line 13 in robots-meta.php
require_once('yst_plugin_tools.php');
It SHOULD be modified as below.
require_once( plugin_dir_path( __FILE__ ) . '/yst_plugin_tools.php' );
and then It works.
- The topic ‘Installation BLANK ERROR on WordPress MultiSite !!!!!!!’ is closed to new replies.