Closed (fixed)
Project:
Exclude Node Title
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2012 at 20:56 UTC
Updated:
2 Mar 2012 at 04:27 UTC
Exclude Node Title 7.x-1.4 gives error when I set and save no matter what configuration I use.
The error looks like this
Notice: Undefined index: exclude_node_title_nid_list in exclude_node_title_admin_submit() (line 56 of /home2/mysite/public_html/myothersite/sites/all/modules/exclude_node_title/exclude_node_title.admin.inc).
The titles are still showing on all pages.
Any help?
Comments
Comment #1
jackbgarvey commentedI got the same error you did using the 7.x-1.4 file.
I tried using the dev file (7.x-1.x-dev) and it filled my need (I was trying to hide a page title in a dynamic data block). Once I configured "Articles" for "User Defined Nodes", the "exclude title" checkbox appeared on my "Add an article" form.
Hope this is helpful.
Comment #2
drdave17 commentedActually the checkbox was always there I just missed it. I still get the error and the title still not displaying. I was thinking that it may not be safe to use the dev version on a live site? I stand corrected.
Comment #3
tim.foxell commentedI got the same error when saving the settings for my "Page" content type to "User defined nodes" (no other settings changed). The bug seems to be in the saving of settings. It also doesn't respect any NID's already in the exclusion list when you save the configuration... Here are the steps to reproduce the error hope it helps towards a fix.
1: Download and enable module
2: Goto configuration page and set "Exclude Title by Content-Type" for a content type to "User defined nodes" (admin/config/content/exclude_node_title)
3: Save settings which will result in the error message stated in this issue.
4: Goto a page of the content type configured to show the "Exclude title from display" check-box
5: Edit that page and select "Exclude title from display" to true and save... (This DOES hides the title successfully with no errors)
6: Go back to the configuration page (admin/config/content/exclude_node_title)
7: DO NOT change the existing settings but DO click the "Save Configuration" button
8: Return to the page you hid the title for in step 5 and refresh the page... Title is now showing again!!!
Comment #4
dtone commentedThe exact same error here. It worked properly, but in the last few days this error appears. I did update some other modules, but can't remember which ones.
Comment #5
tommyindigo commentedSame here. I received the error above during configuration. I was able to click the checkbox to exclude a node title, but it still appears when viewed. FYI, I did indeed run update as directed after installation. I'll try the dev version for now. This will be a great module once it's debugged. Thanks!
Comment #6
Tødd commentedI get the same error on a fresh install of D7. Exclude Node Title is the only module I've installed.
I'd like to try the dev version, but I can't figure out how. I un-abled the new version, uninstalled it through the panel, which didn't delete it from the folder. I deleted it manually, but I still can't install the dev version. I get an error when I try to install from a URL through the panel, and with Drush, I get "No release history was found for the requested project," with no resulting installation.
Comment #7
gabrielu commentedWe could use the DEV version is quite stable.
That was my mistake not pushing the right .admin.inc file to the release, the one in DEV version is correct.
You should download version 7.x-1.5 that fixes this issue.
Sorry for that,
Gabriel
Comment #8
gabrielu commentedComment #9
gabrielu commentedChecked the .admin.inc now and it seems fine. Closing issue.
Let me know,
Gabriel
Comment #10
drdave17 commentedFolks the update worked 7.x-1.5 as Gabrielu said.
Thanks