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.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | field_config_instance.png | 24.28 KB | exiled_hammer |
Comments
Comment #1
greta_drupal commentedGetting that too, all of a sudden. Haven't had the module enabled/installed for some time.
Comment #2
drupalove commented@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.
Comment #3
greta_drupal commentedThanks for the reply.
Yep, it is a great module. I use it often. Has the collapsible question functionality built in, which is very nice.
Comment #4
stella commentedI 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?
Comment #5
greta_drupal commentedI'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.
Comment #6
exiled_hammer commentedSame 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:
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?
Comment #7
play4quarters commentedThanks exiled_hammer!
This resolved the same issue for me.
Much appreciated!