Upgrade – Step 1 – Long error message about wp_options and database
-
You can see the page – https://starberry.turtelina.net/wp-admin/upgrade.php?step=1
This is the error:
Database error: [Unknown column ‘autoload’ in ‘field list’]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES (‘default_email_category’, ‘1’, ‘Posts by email go to this category’, ‘yes’)Database error: [Unknown column ‘autoload’ in ‘field list’]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES (‘recently_edited’, ”, ”, ‘yes’)Database error: [Unknown column ‘autoload’ in ‘field list’]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES (‘use_linksupdate’, ‘0’, ”, ‘yes’)Database error: [Unknown column ‘autoload’ in ‘field list’]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES (‘template’, ‘default’, ”, ‘yes’)Database error: [Unknown column ‘autoload’ in ‘field list’]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES (‘stylesheet’, ‘default’, ”, ‘yes’)Database error: [Unknown column ‘autoload’ in ‘field list’]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES (‘comment_whitelist’, ‘1’, ”, ‘yes’)Database error: [Unknown column ‘autoload’ in ‘field list’]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES (‘page_uris’, ”, ”, ‘yes’)Database error: [Unknown column ‘autoload’ in ‘field list’]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES (‘blacklist_keys’, ”, ”, ‘yes’)Database error: [Unknown column ‘autoload’ in ‘field list’]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES (‘comment_registration’, ‘0’, ”, ‘yes’)Database error: [Unknown column ‘autoload’ in ‘field list’]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES (‘open_proxy_check’, ‘1’, ”, ‘yes’)Database error: [Unknown column ‘autoload’ in ‘field list’]
INSERT INTO wp_options (option_name, option_value, option_description, autoload) VALUES (‘html_type’, ‘text/html’, ”, ‘yes’)Database error: [Unknown column ‘autoload’ in ‘field list’]
UPDATE wp_options SETautoload
= ‘no’ WHERE option_name = ‘moderation_keys’Database error: [Unknown column ‘autoload’ in ‘field list’]
UPDATE wp_options SETautoload
= ‘no’ WHERE option_name = ‘recently_edited’Database error: [Unknown column ‘autoload’ in ‘field list’]
UPDATE wp_options SETautoload
= ‘no’ WHERE option_name = ‘blacklist_keys’Database error: [Unknown column ‘guid’ in ‘field list’]
SELECT ID, post_title, post_content, post_excerpt, guid, post_date, post_name, post_status, post_author FROM wp_postsDatabase error: [Unknown column ‘comment_type’ in ‘field list’]
UPDATE wp_comments SET comment_type=’trackback’, comment_content = REPLACE(comment_content, ”, ”) WHERE comment_content LIKE ‘%’Database error: [Unknown column ‘comment_type’ in ‘field list’]
UPDATE wp_comments SET comment_type=’pingback’, comment_content = REPLACE(comment_content, ”, ”) WHERE comment_content LIKE ‘%’I was upgrading from 1.2 to 1.5, what do I do?! I have tried uploading the files again, any ideas what this error could be?
- The topic ‘Upgrade – Step 1 – Long error message about wp_options and database’ is closed to new replies.