Fatal Error (White Screen of Death) on creating new blog
-
WP Multisite 5.8.2.
Hello!
When trying to create a new blog-site in my network I get a white screen. Activating debugging mode, I get this:
Fatal error: Uncaught mysqli_sql_exception: Table 'MYDB.MYWPPREFIX_23_options' doesn't exist in /mywppath/wp-includes/wp-db.php:2056 Stack trace: #0 /mywppath/wp-includes/wp-db.php(2056): mysqli_query(Object(mysqli), 'SELECT option_v...') #1 /mywppath/wp-includes/wp-db.php(1945): wpdb->_do_query('SELECT option_v...') #2 /mywppath/wp-includes/wp-db.php(2615): wpdb->query('SELECT option_v...') #3 /mywppath/wp-includes/option.php(192): wpdb->get_row('SELECT option_v...') #4 /mywppath/wp-content/plugins/multisite-post-duplicator/addons/restrictSites-mpd-addon.php(324): get_option('mdp_settings') #5 /mywppath/wp-includes/class-wp-hook.php(305): change_tax_terms_table(23) #6 /mywppath/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters('', Array) #7 /mywppath/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #8 /mywppath/wp-includes/ms-blogs.php(563): do_action('switch_blog', 23, 1, 'switch') #9 /mywppath/wp-includes/ms-site.php(912): switch_to_blog(23) #10 /mywppath/wp-includes/ms-site.php(642): wp_is_site_initialized(23) #11 /mywppath/wp-includes/class-wp-hook.php(303): wp_initialize_site(Object(WP_Site), Array) #12 /mywppath/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters('', Array) #13 /mywppath/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #14 /mywppath/wp-includes/ms-site.php(105): do_action('wp_initialize_s...', Object(WP_Site), Array) #15 /mywppath/wp-includes/ms-functions.php(1398): wp_insert_site(Array) #16 /mywppath/wp-admin/network/site-new.php(140): wpmu_create_blog('sandbox.mywpmulti...', '/mynewblogsubdir...', 'MyNewBlogName', 16, Array, 1) #17 {main} thrown in /mywppath/wp-includes/wp-db.php on line 2056
In the debugging message before, I couldn’t detect anything else than warning and deprecates.
I’ve looked into MYWPPREFIX_blogs, there I can see the record with the ID 23 and all fields set correctly, as far as I can see.
Any action I do next results again in the fatal error of the missing _options-table.
I’ve tried to get in troubleshooting-mode, but this doesn’t have any effect (I think, this mode doesn’t effect network administration…?)
I’ve tried to deactivate Wordfence, but this doesn’t have any effect.
Can anybody help? Thank you!
- The topic ‘Fatal Error (White Screen of Death) on creating new blog’ is closed to new replies.