WordPress database error: [Field ‘link_notes’ doesn’t have a default value]
-
Hi i’m trying to install wp, but at the second step i get these errors:
WordPress database error: [Field ‘link_notes’ doesn’t have a default value]
INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘https://blog.carthik.net/index.php’, ‘Carthik’, 1, ‘https://blog.carthik.net/feed/’);WordPress database error: [Field ‘link_notes’ doesn’t have a default value]
INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘https://blogs.linux.ie/xeer/’, ‘Donncha’, 1, ‘https://blogs.linux.ie/xeer/feed/’);WordPress database error: [Field ‘link_notes’ doesn’t have a default value]
INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘https://zengun.org/weblog/’, ‘Michel’, 1, ‘https://zengun.org/weblog/feed/’);WordPress database error: [Field ‘link_notes’ doesn’t have a default value]
INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘https://boren.nu/’, ‘Ryan’, 1, ‘https://boren.nu/feed/’);WordPress database error: [Field ‘link_notes’ doesn’t have a default value]
INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘https://photomatt.net/’, ‘Matt’, 1, ‘https://xml.photomatt.net/feed/’);WordPress database error: [Field ‘link_notes’ doesn’t have a default value]
INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘https://zed1.com/journalized/’, ‘Mike’, 1, ‘https://zed1.com/journalized/feed/’);WordPress database error: [Field ‘link_notes’ doesn’t have a default value]
INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘https://www.alexking.org/’, ‘Alex’, 1, ‘https://www.alexking.org/blog/wp-rss2.php’);WordPress database error: [Field ‘link_notes’ doesn’t have a default value]
INSERT INTO wp_links (link_url, link_name, link_category, link_rss) VALUES (‘https://dougal.gunters.org/’, ‘Dougal’, 1, ‘https://dougal.gunters.org/feed/’);WordPress database error: [Field ‘category_description’ doesn’t have a default value]
INSERT INTO wp_categories (cat_ID, cat_name, category_nicename) VALUES (‘0’, ‘Uncategorized’, ‘uncategorized’)WordPress database error: [Field ‘post_excerpt’ doesn’t have a default value]
INSERT INTO wp_posts (post_author, post_date, post_date_gmt, post_content, post_title, post_category, post_name, post_modified, post_modified_gmt) VALUES (‘1’, ‘2005-10-03 21:32:49’, ‘2005-10-03 19:32:49’, ‘Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!’, ‘Hello world!’, ‘0’, ‘hello-world’, ‘2005-10-03 21:32:49’, ‘2005-10-03 19:32:49’)Dunno what to do … i searched around to solve this problem but i couldn’t find a thing.
MySQL5 and apache(2) (with mod_rewrite) and php5 are working. I used them with mt. But i wish to switch to wp.
Thanks a lot
- The topic ‘WordPress database error: [Field ‘link_notes’ doesn’t have a default value]’ is closed to new replies.