After uninstalling the module I get these error messages:

Notice: Undefined index: comment_node_faq in _field_ui_bundle_admin_path() (line 325 of /home/sites/.../public_html/modules/field_ui/field_ui.module).

Notice: Undefined index: comment_node_faq in field_permissions_overview() (line 357 of /home/sites/.../public_html/sites/all/modules/field_permissions/field_permissions.admin.inc).

Notice: Undefined index: faq in _field_ui_bundle_admin_path() (line 325 of /home/sites/.../public_html/modules/field_ui/field_ui.module).

Notice: Undefined index: faq in field_permissions_overview() (line 357 of /home/sites/.../public_html/sites/all/modules/field_permissions/field_permissions.admin.inc).

Could be caused by the uninstaller? Thank you.

CommentFileSizeAuthor
#6 field_config_instance.png24.28 KBexiled_hammer

Comments

greta_drupal’s picture

Getting that too, all of a sudden. Haven't had the module enabled/installed for some time.

drupalove’s picture

@greta_drupal I think I got the error because I renamed the content type from Frequently Asked Questions to FAQ, or similar, and then uninstalled it. I don't remember how exactly I solved it, probably re-installed it and gave the content type its original name. Sorry if that doesn't help.
I no longer have it installed and decided not to use it because I only needed one page of FAQs while the module offers taxonomies, it must be very useful for other purposes.

greta_drupal’s picture

Thanks for the reply.

Yep, it is a great module. I use it often. Has the collapsible question functionality built in, which is very nice.

stella’s picture

Status: Active » Postponed (maintainer needs more info)

I think renaming the content type was the issue, that and maybe caches needed to be cleared? Was it the same scenario you had @greta_drupal?

greta_drupal’s picture

I'm afraid that I don't recall. Been awhile since I disabled/uninstalled the module. Although, the error just became apparent recently.

When I get a few minutes, I'll reinstall and test; then report back.

exiled_hammer’s picture

StatusFileSize
new24.28 KB

Same error message on "admin/reports/fields" when I disabled 7.x-1.0-rc2, message remained after the module was uninstalled.

Checking the database after uninstalling I found the following entries in table "field_config_instance" see below:

table

Deleting the entries and clearing the cache solved the problem for me as I hadn't created any content.

Is this a FAQ issue or how core handles a content type deletion?

play4quarters’s picture

Thanks exiled_hammer!

This resolved the same issue for me.

Much appreciated!