I was told that this was compatible with 4.7...but I get these errors...is there a fix?
user warning: Table 'bladetape.user_import' doesn't exist query: INSERT INTO user_import (iid, filename, oldfilename, filepath, started, pointer, total, processed, valid, first_line, contact, username_space, send_email, field_match, roles, setting) VALUES (NULL, 'sample.csv', 'sample.csv', 'sites/default/modules/user_import/sample.csv', '1163224581', '0', '0', '0', '0', '0', '1', '1', '0', 'a:6:{i:0;a:3:{s:11:\"field_match\";s:1:\"0\";s:8:\"username\";s:1:\"1\";s:10:\"abbreviate\";i:0;}i:1;a:3:{s:11:\"field_match\";s:1:\"0\";s:8:\"username\";s:1:\"2\";s:10:\"abbreviate\";i:0;}i:2;a:3:{s:11:\"field_match\";s:8:\"password\";s:8:\"username\";s:1:\"0\";s:10:\"abbreviate\";i:0;}i:3;a:3:{s:11:\"field_match\" in /home/httpd/vhosts/bladetape.ca/httpdocs/includes/database.mysql.inc on line 120.
user warning: Table 'bladetape.user_import' doesn't exist query: SELECT * FROM user_import WHERE iid = '7840' LIMIT 1 in /home/httpd/vhosts/bladetape.ca/httpdocs/includes/database.mysql.inc on line 120.
user warning: Table 'bladetape.user_import_errors' doesn't exist query: INSERT INTO user_import_errors (iid, data, error) VALUES ('7840', 'a:2:{i:9;s:3:\"Fax\";s:5:\"email\";s:5:\"Email\";}', 'invalid email') in /home/httpd/vhosts/bladetape.ca/httpdocs/includes/database.mysql.inc on line 120.
user warning: Table 'bladetape.user_import' doesn't exist query: UPDATE user_import SET filename = 'sample.csv', oldfilename = 'sample.csv', filepath = 'sites/default/modules/user_import/sample.csv', pointer = '237', processed = '4', valid= '3', first_line = '0', contact = '1', username_space = '1', send_email = '0', field_match = 'a:6:{i:0;a:3:{s:11:\"field_match\";s:1:\"0\";s:8:\"username\";s:1:\"1\";s:10:\"abbreviate\";i:0;}i:1;a:3:{s:11:\"field_match\";s:1:\"0\";s:8:\"username\";s:1:\"2\";s:10:\"abbreviate\";i:0;}i:2;a:3:{s:11:\"field_match\";s:8:\"password\";s:8:\"username\";s:1:\"0\";s:10:\"abbreviate\";i:0;}i:3;a:3:{s:11:\"field_match\";s:1:\"0\";s:8:\"username\";s:1:\"0\";s:10:\"abbreviate\&q in /home/httpd/vhosts/bladetape.ca/httpdocs/includes/database.mysql.inc on line 120.
user warning: Table 'bladetape.user_import' doesn't exist query: SELECT * FROM user_import WHERE setting != 'template' ORDER BY started DESC in /home/httpd/vhosts/bladetape.ca/httpdocs/includes/database.mysql.inc on line 120.
Comments
Comment #1
robert castelo commentedYou need to create the database tables.
Comment #2
mdowsett commentedshould it not be created upon installation of that module? How do I create them manually? I am used to modules doing it automatically or thru phpMyAdmin.
Comment #3
dokumori commented1. Go to PhpMyAdmin, select your drupal database and open Query Window
2. Open a file called user_import.mysql found in User_import module archive
3. Select all the scripts, copy, then paste it to Query Window
4. Press Go button. If you do not see any strange message, the table should created successfully.
Comment #4
robert castelo commentedFixed in User Import 4.7.x-1.0 version.
Comment #5
(not verified) commented