Closed (duplicate)
Project:
Widgets
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2012 at 19:32 UTC
Updated:
31 Jul 2015 at 15:40 UTC
Jump to comment: Most recent
When I try to delete a custom widget definition from admin/structure/widgets/definitions, the definition is not deleted and I get the following PHP Notice:
Notice: Undefined index: data in drupal_process_attached() (line 4466 of /home/clients/websites/w_deasy/public_html/deasy/includes/common.inc).
-mike
Comments
Comment #1
Christopher Riley commentedHaving the same issue
Comment #2
magtak commentedsame
Comment #3
pjmcghee commentedgetting this same error as well. did anyone figure out a workaround?
Comment #4
FuXXz commentedSame for me
Error message if i delete sets
Notice: Undefined index: widgets_set in widgets_set_delete_form_submit() (line 516 of sites/all/modules/widgets/widgets.admin.inc).
Error if i delete definitions
Notice: Undefined index: data in drupal_process_attached() (line 4501 of /includes/common.inc).
Error if you reverse a set
Notice: Undefined index: widgets_set in widgets_set_revert_form_submit() (line 542 of /sites/all/modules/widgets/widgets.admin.inc).
Notice: Undefined index: widgets_set in widgets_set_revert_form_submit() (line 543 of /sites/all/modules/widgets/widgets.admin.inc).
Why the ModulPage says Maintenance status: Actively maintained and Development status: Under active development? Simply set it to not maintained, so the dupal users can choose to use it or not.
Comment #5
joachim commentedSee #2202939: Cannot delete previously created widget set.