When I try to import, I get 2 types of errors
well, first one is the warning that says
Warning: Invalid argument supplied for foreach() in /home/adadsat0/public_html/wp-admin/import/wordpress.php on line 101
.
Since that's a warning, not too much worried.
BUT
if a category is already found in the DB, then a DB error is displayed [everytime] and surprisingly NO CATEGORIES were imported. All were blank with category IDs!
WordPress database error: [Duplicate entry '241' for key 1]
UPDATE wp_4_categories SET cat_ID = '241' WHERE cat_id = '809'
Any help?