Hi All,

I am having an issue with upgrading User Protect module from 6.x-1.5 => 7.x-1.1 (before this i upgraded core and other contributed modules). After running update.php I see "Failed" with the following message:

Failed: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null: INSERT INTO {role_permission} (rid, permission, module) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2); Array ( [:db_insert_placeholder_0] => 3 [:db_insert_placeholder_1] => edit own account [:db_insert_placeholder_2] => ) in user_role_grant_permissions() (line 3113 of \modules\user\user.module).

It fails when trying to add "Edit Own Account" permission for all users.

Any advise will be helpful.

Thanks!