When I create a new blog via the admin panel, I get this error:
WordPress database error: [Table 'wordpressmu.wp_8_options' doesn't exist]
SELECT option_value FROM wp_8_options WHERE option_name = 'wp_8_user_roles' LIMIT 1
WordPress database error: [Table 'wordpressmu.wp_8_options' doesn't exist]
SELECT option_value FROM wp_8_options WHERE option_name = 'blogname' LIMIT 1
WordPress database error: [Table 'wordpressmu.wp_8_options' doesn't exist]
SELECT option_value FROM wp_8_options WHERE option_name = 'siteurl' LIMIT 1
WordPress database error: [Table 'wordpressmu.wp_8_options' doesn't exist]
SELECT option_value FROM wp_8_options WHERE option_name = 'post_count' LIMIT 1
Warning: Cannot modify header information - headers already sent by (output started at /data/wordpressmu/wp-includes/wp-db.php:135) in /data/wordpressmu/wp-includes/pluggable.php on line 334
I have looked through various support tickets, etc., and made the changes to the files, but still this occurs.
Also, when deleting a blog, I get the following error:
WordPress database error: [Table 'wordpressmu.wp_7_options' doesn't exist]
SELECT option_value FROM wp_7_options WHERE option_name = 'wp_7_user_roles' LIMIT 1
Warning: Cannot modify header information - headers already sent by (output started at /data/wordpressmu/wp-includes/wp-db.php:135) in /data/wordpressmu/wp-includes/pluggable.php on line 334