wcrosbie
Forum Replies Created
-
Thanks. I re-ran /wp-admin/upgrade.php and all is now fine.
Briefly, I’ve just installed WP 1.5 as part of upgrading to WP 2.0.2
Intallation worked okay, but when I tried a test post I got the following errors:WordPress database error: [Unknown column ‘menu_order’ in ‘field list’]
INSERT INTO wp_posts (ID, post_author, post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, post_modified, post_modified_gmt, post_parent, menu_order) VALUES (‘511’, ‘1’, ‘2006-05-17 19:17:16’, ‘2006-05-17 09:17:16’, ‘test_only by Warren Crosbie’, ‘Test’, ”, ‘publish’, ‘open’, ‘open’, ”, ‘test’, ”, ‘2006-05-17 19:17:16’, ‘2006-05-17 09:17:16’, ‘0’, ‘0’)Warning: Cannot modify header information – headers already sent by (output started at /Users/myname/Sites/wp/wp-includes/wp-db.php:98) in /Users/myname/Sites/wp/wp-admin/post.php on line 170
WordPress database error: [Unknown column ‘guid’ in ‘field list’]
UPDATE wp_posts SET guid = ‘http://domain/~myname/wp/?p=’ WHERE ID = ‘511’Forum: Fixing WordPress
In reply to: (get_settings(‘siteurl’) from wp-settings.php1st I tried wp-includes from backed up WP 1.2.2 no change.
Then tried wp-includes from WP ver 2.O – error message follows
Warning: main(/…/wp-includes/template-functions.php): failed to open stream: No such file or directory in /…/wp-settings.php on line 41What does this mean?