Only Panels enabled, all other sub-panel-modules disabled.

on /admin/reports/fields

Got

Notice: Undefined index: comment_node_panel in _field_ui_bundle_admin_path() (line 320 of /modules/field_ui/field_ui.module).
Notice: Undefined index: comment_node_panel in field_ui_fields_list() (line 35 of /modules/field_ui/field_ui.admin.inc).

Comments

skyredwang’s picture

More info, the testing was also on Drupal core 7.x-dev (2011-Oct-07) and Chaos tool suite (ctools) 7.x-1.x-dev (2011-Oct-06)

drupalycious’s picture

Hello,

I have the same issue, even after disabling panel.
I work on Drupal core 7.8 with Chaos tool suite 7.x-1.0-rc1.

Anyone with an idea how to fix it?

Thank you

matthewv789’s picture

I had the same problem, which occurred when trying to add fields after creating a content type. I have CTools enabled, but am not using Panels.

I am, however, using Display Suite, and when I went to the DS Layouts tab for the content type and selected a layout (none is the default, so there's nowhere to assign fields for display), the error seemed to disappear.

Letharion’s picture

Status: Active » Postponed (maintainer needs more info)

I don't understand why this is in the Panels queue?

skyredwang’s picture

Project: Panels » Chaos Tool Suite (ctools)
Version: 7.x-3.x-dev » 7.x-1.x-dev
Status: Postponed (maintainer needs more info) » Active

Moved to CTools, since some people also see the warning without panels, but with ctools.

ju1i3’s picture

I'm getting about a dozen pairs of these error messages, some examples:

Notice: Undefined index: product in _field_ui_bundle_admin_path() (line 320 of /home/sites/public_html/modules/field_ui/field_ui.module).
Notice: Undefined index: product in field_ui_fields_list() (line 35 of /home/sites/public_html/modules/field_ui/field_ui.admin.inc).

Notice: Undefined index: Array in _field_ui_bundle_admin_path() (line 320 of /home/sites//public_html/modules/field_ui/field_ui.module).
Notice: Undefined index: Array in field_ui_fields_list() (line 35 of /home/sites/public_html/modules/field_ui/field_ui.admin.inc).

I no longer have a content type of "product".

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not sure why this is in the CTools queue either?

I see problems that look like they're purely Field API. It's in the CTools queue but the only explanation is having CTools enabled. I hope it's obvious why just having CTools enabled isn't enough to blame CTools for the problem. Is there a deeper explanation why this is a CTools problem and not core?

Gastonia’s picture

Sorry to add to the queue when the culprit is not known, but I had the same issue. I do have ctools installed, but in my experience, it is not related to ctools. Here is how the error occured with me, and how I fixed it.

I installed Libraries, Views 3, Views slideshow, Views slideshow cycle, and I uploaded the jquery cycle files to the libraries folder under sites/all as instructed by views slideshow.

Everything worked great before this, but immediately after when I tried to create a new content type specifically for my slideshow content I received the same error.

I then unchecked 'views slideshow cycle' from the module list, and the problem went away. I reenabled the module, and there was still no error, so for me that fixed it.

In other words, if you can think of any recent modules you installed, try disabling them and reenabling them and see if that works for you.

njcheng’s picture

Just wanted to add some related threads with reports of the same error message in hopes that it helps maintainers figure out where the real problem lies. It seems to be affecting many modules in many contexts when a content or field is deleted:

http://drupal.org/node/1334522
http://drupal.org/node/686938
http://drupal.org/node/1351506
http://drupal.org/node/1332872
http://drupal.org/node/1327038
http://drupal.org/node/1357792

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
Hetta’s picture

alan d.’s picture

Core issue :/