I'm trying to upload a test CSV file with a few users (3 columns: email;password;role and the first row has columns names) but I always receive this error (even with the right configuration of ; as column separator):

OException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sinedit_cms.profile_fields' doesn't exist: SELECT * FROM {profile_fields}; Array ( ) en _user_import_profile() (línea 926 de /home/sinedit/www/site/sites/all/modules/user_import/user_import.admin.inc).

Note: I'm not sure about the roles name format or if emails and passwords can be duplicated, I guess no so I just added a number (Ej. myemail0@server.com)

Comments

nsidecolab’s picture

I have the same issue.

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'alsdcom_alsd.profile_fields' doesn't exist: SELECT * FROM {profile_fields}; Array ( ) in _user_import_profile() (line 926 of /home/alsdcom/public_html/sites/all/modules/user_import/user_import.admin.inc).

I see a table "profile_field" (not plural in my DB.

robert castelo’s picture

Fixed in 7.x-1.0-beta2

Note that I haven't tried User Import with the D7 Profile module, so please test thoroughly before trying to use this beta on a production site.

robert castelo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.