Closed (fixed)
Project:
Punchclock
Version:
7.x-1.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2012 at 23:33 UTC
Updated:
25 Jul 2012 at 02:11 UTC
The install failed.
Got this
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] => 10
[:db_insert_placeholder_1] => edit own field_punch_activity
[:db_insert_placeholder_2] =>
)
in user_role_grant_permissions() (Zeile 3034 von
/data/all/001/drupal-7.14.2-stage/modules/user/user.module).
Comments
Comment #1
SolomonGifford commentedIf you clear cache you can get past the error - you'll have to set the permissions manually. Looking into it...
Comment #2
SolomonGifford commentedI disabled the auto assigning of permissions until http://drupal.org/node/1063204 is fixed. At least I think that issue is the problem.
Check out the latest release.