I was previously using beta1, but couldn't get my connector presets to correctly save into a feature.
i saw that work had been done recently on this (thank you!) and so upgraded to dev. but now i see this error upon enabling the feature:
Notice: Undefined index: connect with oauthconnector_facebook in user_role_grant_permissions() (line 3074 of /Applications/AMPPS/www/wt7/modules/user/user.module).
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] => 1 [:db_insert_placeholder_1] => connect with oauthconnector_facebook [:db_insert_placeholder_2] => ) in user_role_grant_permissions() (line 3076 of /Applications/AMPPS/www/wt7/modules/user/user.module).
unfortunately debugging this is still beyond me, but i hope the bug report is of use!
Comments
Comment #1
jsacksick commentedI'm pretty sure this issue is not coming from the oauthconnector module, I believe your feature misses a dependency. You probably exported permissions of a non enabled yet module, In any case, we need more information to be able to debug it.