I can't find this error anywhere so it's probably just my setup, but I can't get a successful import of users. The first error I get when I get to the main screen (beofre creating a new import):
user warning: Table 'ufd6.node_import_tasks' doesn't exist query: SELECT * FROM node_import_tasks ORDER BY created ASC in E:\Xampp\htdocs\history\sites\all\modules\node_import\node_import.inc on line 928.
At Step 4 I get:
user warning: Table 'ufd6.node_import_tasks' doesn't exist query: SELECT map FROM node_import_tasks WHERE type = 'user' AND LOWER(headers) = 'a:4:{i:0;s:8:\"username\";i:1;s:5:\"email\";i:2;s:8:\"password\";i:3;s:6:\"status\";}' ORDER BY created DESC LIMIT 1 in E:\Xampp\htdocs\history\sites\all\modules\node_import\node_import.inc on line 1418.
After the final step (8), I get another similar error complaining about the table not found. Shouldn't this table be created on install? What am I doing wrong?
Comments
Comment #1
Robrecht Jacques commentedYes, the table should have been created on install. Uninstall node_import by first disabling it and then unstalling it at admin/build/modules and admin/build/modules/uninstall. Then reinstall it. Please tell me if that solved the issue.
Comment #2
jcl324Thanks - it worked! I had first installed rc3 and that didn't work and then tried to go to the dev version. I apparently didn't do the uninstall part through admin.
So now I can proceed to use this version for a demo talk I'm giving at our Florida Drupal Camp here in Orlando. We have over a hundred people registered! Go Drupal!
http://drupalflorida.eventbrite.com/
Comment #3
jcl324Sorry, I meant to mark this as fixed.