Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.11
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2010 at 16:44 UTC
Updated:
1 May 2010 at 18:00 UTC
Jump to comment: Most recent
Comments
Comment #1
acI can replicate this, no meta data is saved when you save a custom page.
Comment #2
avpadernoI have marked #708462: Description & Keywords for Other pages aren't getting saved as duplicate of this report.
Did anybody verify if the latest official release (6.x-1.12-beta2) resolved the issue already?
Comment #3
avpadernoI have marked #707514: Different description for other pages as duplicate of this report.
Comment #4
deshetti commentedI have installed the (6.x-1.12-beta2) version and it still doesn't work.
Comment #5
avpaderno@deshetti: Did you install the latest version, or did you update to latest version?
Comment #6
deshetti commentedi have overwritten the files of the latest version on the existing one.
Comment #7
avpadernoI have marked #714722: Other pages update as duplicate of this report.
Comment #8
avpadernoI updated to version 6.x-1.12-beta3, and meta tags are being saved in the database table.
Comment #9
armanschwarz commentedJust checking in to say that I have the same problem. I can add custom pages, but the info is not saved. When I look at the entries, they just revert back to the default. This is a fresh install of both drupal and nodewords, so I suspect this is a bug.
Comment #10
Anonymous (not verified) commentedComment #11
traviscarden commentedI'm experiencing the same issue with 6.x-1.12-beta4. Specifically, I'm trying to save front page description and keywords. It says "the configuration options have been saved", but they aren't retained and don't appear in the HTML afterward. I hope I'm not out of line, but I'm going to bump this back up to critical, as I think this is centrally important functionality for a stable release.
Comment #12
nevets commentedProblem is not in the saving of the data but retrieving it. In _nodewords_detect_type_and_ids() there is this code (line 1299)
This though
return array(NODEWORDS_TYPE_PAGE, $path);should read
return array(NODEWORDS_TYPE_PAGE, $page->pid);Comment #13
Anonymous (not verified) commented@nevets: If that is what is causing the issue, then the report can be marked as fixed. The code has been already fixed.
Actually, that code is not present in version 12-beta4; if there is something that is not working correctly, then it must be something else.
Comment #14
Anonymous (not verified) commentedI checked both version 6.x-1.12-beta4, and the more recent code. In both the cases, the meta tags are being saved, and are retrieved.
I am marking this report as fixed.