Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
field_ui.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Anonymous (not verified)
Created:
15 Mar 2012 at 20:47 UTC
Updated:
29 Dec 2021 at 12:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
star-szrDid you try clearing your cache? It sounds a bit like Field UI was looking for a field that was no longer there.
If you can provide the steps to reproduce this error from a clean install that would be very helpful.
Comment #2
reg commentedI get this every time I create a new content type even with no 3rd part modules on the latest version, 7.21 .
To reproduce, create a new content type and this is with all cache turned off.
I can offer a little more information as as I have a stack trace which I'm attaching as a graphic.
Somehow I uploaded the wrong screen shot. Please ignore and use the one in the following comment.
Comment #3
reg commentedCorrect screen shot.
Comment #4
edgar saumell commentedI did a clean install of 7.22
Steps to repeat:
Clearing caches does not solve it.
Doing a search of '_field_ui_bundle_admin_path' on d.o. gives a lot of related issues. This one (same problem with forum module) has some patches: #1351506: Disabling or uninstalling a node-type module (e.g. Forum), or removing a node type, results in "undefined index" notices and a workaround https://drupal.org/node/1351506#comment-5428118
In my case I got rid of this notices running
delete from field_config_instance where bundle = 'blog' || bundle = 'comment_node_blog';on the database and then clearing caches.Comment #6
avpadernoComment #7
avpaderno(The correct status is probably this one, since the issue summary needs to be updated.)