everything was installed as per the instructions. the wildcard was set up and the httpd.conf was editted to add *.domain.tld (with the actual domain, of course). but when you try to set up an account the subdomain blog never works (cannot display page). and when you try to delete an account it gives you the errors
WordPress database error: [Table 'pjmblogs_wpmu.wp_2_options' doesn't exist]
SELECT option_value FROM wp_2_options WHERE option_name = 'wp_2_user_roles' LIMIT 1
WordPress database error: [Table 'pjmblogs_wpmu.wp_2_options' doesn't exist]
SELECT option_value FROM wp_2_options WHERE option_name = 'blogname' LIMIT 1
WordPress database error: [Table 'pjmblogs_wpmu.wp_2_options' doesn't exist]
SELECT option_value FROM wp_2_options WHERE option_name = 'siteurl' LIMIT 1
WordPress database error: [Table 'pjmblogs_wpmu.wp_2_options' doesn't exist]
SELECT option_value FROM wp_2_options WHERE option_name = 'post_count' LIMIT 1"
" WordPress database error: [Table 'pjmblogs_wpmu.wp_3_options' doesn't exist]
SELECT option_value FROM wp_3_options WHERE option_name = 'wp_3_user_roles' LIMIT 1
WordPress database error: [Table 'pjmblogs_wpmu.wp_3_options' doesn't exist]
SELECT option_value FROM wp_3_options WHERE option_name = 'blogname' LIMIT 1
WordPress database error: [Table 'pjmblogs_wpmu.wp_3_options' doesn't exist]
SELECT option_value FROM wp_3_options WHERE option_name = 'siteurl' LIMIT 1
WordPress database error: [Table 'pjmblogs_wpmu.wp_3_options' doesn't exist]
SELECT option_value FROM wp_3_options WHERE option_name = 'post_count' LIMIT 1"
when i logged into phpadmin i had the WP_3 tables but no wp_2
i'm so.. confused