same as http://drupal.org/node/1166796 but I don't know where to list it. (new at all this so please advise where this belongs)
After updating to:
Chaos tool suite 7.x-1.x-dev (2011-May-16)
Panels 7.x-3.x-dev (2011-May-10)
Token 7.x-1.x-dev (2011-May-20)
I cannot add or edit Panel content.
get:
Notice: Undefined index: name in ctools_token_content_type_content_types() (line 45 of XXX/html/sites/all/modules/ctools/plugins/content_types/token/token.inc).
Also report show immediately prior another notice:
Notice: Undefined variable: form in page_manager_page_subtask_argument_ajax() (line 1059 of xxx/html/sites/all/modules/ctools/page_manager/plugins/tasks/page.admin.inc)
Comments
Comment #1
davidsanger commentedActually it is not a Notice. It comes up as:
ERROR
Notice: Undefined index: name in ctools_token_content_type_content_types() (line 45 of
Comment #2
davidsanger commentedComment #3
Anonymous (not verified) commentedI have this similar error on the Argument settings tab in a Panel.
At:
/admin/structure/pages/nojs/operation/page-my_panel/handlers/page_my_panel_panel_context/content
On that line 1059 in ctools/page_manager/plugins/tasks/page.admin.inc:
The $form indeed has not been set there at that point.
Solution is:
FIND
CHANGE TO (SWAP THE LINES)
Comment #4
Letharion commented[#1166796: Undefined index Error in Panels when going to panel/content page] Has a fix.