Closed (fixed)
Project:
Open Outreach
Version:
7.x-1.0-beta5
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2011 at 15:23 UTC
Updated:
2 Feb 2012 at 21:20 UTC
Hi,
I have tried a number of times to install Open Outreach.
It looks cool.
~
However, the install fails with the following error;
Notice: Undefined index: view advanced help index in user_role_grant_permissions() (line 3028 of /path/to/modules/user/user.module).
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null
~
Please advise.
Thanks.
Comments
Comment #1
nedjoLooks like we may be assigning a perm for the advanced help module but not enabling the module. I'll look into this. I haven't see this error though. Which version did you install?
Comment #2
nedjoWe're enabling advanced_help through declaring it in a 'recommends' array, which triggers enabling via the subprofiles module. Looks like, under some conditions, this enabling comes too late (after user perms are registered).
Comment #3
nedjoComment #4
nedjoAttempted fix applied in http://drupalcode.org/project/openoutreach.git/commit/2aa3039.
Comment #5
nedjoSeems to be resolved.