hi,
I have upgraded my WP today to 2.3.1 from 2.2.2
I had deleted all files except .htaccess, wp-content,config.php
I don't have wp-images folder & no additional langauages
I got this error msg after I had upgraded:
[code]
WordPress database error: [Table 'site_blot.wp_post2cat' doesn't exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM wp_posts p LEFT JOIN wp_post2cat pc ON p.ID = pc.post_id LEFT JOIN wp_categories c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID
Warning: Cannot modify header information - headers already sent by (output started at /home/site/public_html/blog/wp-includes/wp-db.php:160) in /home/site/public_html/blog/wp-includes/pluggable.php on line 391
[/code]
though the forums runs after running upgrade.php file.
When I make new post this error pops up & doesn't show me the usual next post waiting page.
let me know how to proceed
thanks