hi,
My server environment is windows2003,apache 2.0.59,php 4.4.2,mysql 4.1.16
when i going to Add a new blog on site-admin
it display a error following:
WordPress database error: [Table 'mwblog.wp_4_options' doesn't exist]
SELECT option_value FROM wp_4_options WHERE option_name = 'blogname' LIMIT 1
WordPress database error: [Table 'mwblog.wp_4_options' doesn't exist]
SELECT option_value FROM wp_4_options WHERE option_name = 'siteurl' LIMIT 1
WordPress database error: [Table 'mwblog.wp_4_options' doesn't exist]
SELECT option_value FROM wp_4_options WHERE option_name = 'post_count' LIMIT 1
Warning: Cannot modify header information - headers already sent by (output started at C:\apacheweb\blog\wp-includes\wp-db.php:111) in C:\apacheweb\blog\wp-includes\pluggable.php on line 281
The new blog have been created, but it can not use and display, and i try to use signup process to signup a new blog, the new blog also can not use after activate.
it display a 404 page following:
Not Found
The requested URL /blog/demo/ was not found on this server.
what is the problem of it and how can i solve it ?
thank you