Hi,

during the update from Drupal 6 to Drupal 7 the profile table names were changed to profile_value and profile_field... the profile.inc uses profile_values and profile_fields.

Was there something wrong with my update or should it be corrected in the profile.inc (in user_module/supported)?

Regards

adriana

CommentFileSizeAuthor
#1 profile.inc_.diff1018 bytesranoble
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ranoble’s picture

FileSize
1018 bytes

Same problem here. Here's the error message

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dbname.profile_values' doesn't exist: SELECT value FROM {profile_values} WHERE fid = :fid AND uid = :uid LIMIT 0, 1; Array ( [:fid] => 1 [:uid] => 8789 ) in profile_user_import_save_profile() (line 62 of /srv/www/htdocs/sites/all/modules/user_import/supported/profile.inc).

profile.inc should be corrected. Attachment is the diff between my before and after profile.inc files.

gisle’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)
Parent issue: » #2392355: profile_values doesn't exist