My blog id is #2 and here are the errors I get when I run the file :
All right sparky, this is where the actual import takes place! Do you feel lucky today? :p
Importing User records …
10 User record(s) imported!
Importing Category records …
Importing Links from Blog #4
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘(cat_ID, cat_name) VALUES (19, ‘Research Sites’)’ at line 1]
INSERT INTO (cat_ID, cat_name) VALUES (19, ‘Research Sites’)
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘(cat_ID, cat_name) VALUES (20, ‘Care Sites’)’ at line 1]
INSERT INTO (cat_ID, cat_name) VALUES (20, ‘Care Sites’)
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘(cat_ID, cat_name) VALUES (21, ‘Photo Sites’)’ at line 1]
INSERT INTO (cat_ID, cat_name) VALUES (21, ‘Photo Sites’)
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘(cat_ID, cat_name) VALUES (22, ‘Misc Land Hermit Crab Sites’)’ at line 1]
INSERT INTO (cat_ID, cat_name) VALUES (22, ‘Misc Land Hermit Crab Sites’)
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/purpleme/public_html/hermitcrabassociation/wp-admin/import-b2evolution-wp2.php on line 96
Done. Imported 0 links in 4 link categories.2 category record(s) imported!
Importing Entry records …
Invalid query: Unknown column ‘post_category’ in ‘on clause’
SQL : SELECT * FROM evo_posts
INNER JOIN evo_categories
ON cat_ID = post_category WHERE cat_blog_ID IN (2)