Active
Project:
Features
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2013 at 15:36 UTC
Updated:
24 Jul 2015 at 13:42 UTC
Jump to comment: Most recent
I am getting this notice on features recreate page and also i am getting db log
Notice: Undefined index: title in user_permission_features_export_options() (line 57 of H:\wamp\www\xyz\profiles\pqr\modules\features\includes\features.user.inc).
Can some on help me pleas
Comments
Comment #1
alfaguru commentedJust in case anyone else is experiencing this issue and looking for a solution, the underlying cause is an incorrect implementation of hook_permission() in some module, in which a permission is defined without a title. It's not a Features issue.