String of non-fatal MySQL errors on wp-install
-
On running wp-install at https://www.smowton.f2s.com/clara/wp-admin/wp-install.php…
(Host: Freedom2Surf. Database server: Mine. PHP: 4.2.2. MySQL: 5.0.16.)
Here are the 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-12-06 09:34:07’, ‘2005-12-06 09:34:07’, ‘Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!’, ‘Hello world!’, ‘0’, ‘hello-world’, ‘2005-12-06 09:34:07’, ‘2005-12-06 09:34:07’)Warning: Invalid argument supplied for foreach() in /web/sites/213/smowton/www.smowton.f2s.com/wordpress/wp-admin/upgrade-functions.php on line 30
When subsequently logging into the admin dashboard, I get an apparently working page preceded by
Warning: Invalid argument supplied for foreach() in /web/sites/213/smowton/www.smowton.f2s.com/wordpress/wp-includes/functions.php on line 1161
When logging into the blog proper, I get what you see at https://www.smowton.f2s.com/clara, including the error
Warning: Invalid argument supplied for foreach() in /web/sites/213/smowton/www.smowton.f2s.com/wordpress/wp-includes/template-functions-category.php on line 311
No categories
As well as a remarkable absence of the default test post it looks like the script was trying to install!
Thanks for any help you can give
chris
- The topic ‘String of non-fatal MySQL errors on wp-install’ is closed to new replies.