Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Feb 2010 at 23:45 UTC
Updated:
6 Oct 2010 at 16:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Ela commentedI guess this was fixed in 6.x-1.12-beta1 and 2 ? looking at releases page: http://drupal.org/node/9058/release
Why are these releases not offered on the main page?
Comment #2
avpadernoThere are no settings to make them appear, and project.module doesn't show them; see #647428: Show latest prerelease (if different from recommended release) with dev releases.
Comment #3
Ela commentedah.. I see..Thank you for the link
Do you have any tips on how to do this for now (how to know that there is a newer version) to not run into problems like that?
Looking at each module page and then at each module's releases page individually is nearly impossible..
Comment #4
pavlos commentedJust upgraded to 6.x-1.12 and still have this problem...
Comment #5
Ela commentedDid you run update.php after? Upgrading to this version fixed the problem for me..
Comment #6
elioshUpgrade to 6.1.12-beta3 done, update.php runned.
But here i have the same problem: in term edit page, meta description is not saved.
Bye
Comment #7
Anonymous (not verified) commentedDoes it happen with new taxonomy terms that are being added?
Comment #8
Ela commentedJust an idea.. How about making a post where you could add if new beta release is available and we can subscribe to that post?
It's impossible to keep up and know if there is a new release if "available updates" don't show them :) Any thoughts?
Comment #9
Anonymous (not verified) commentedThe list of all available releases is available on http://drupal.org/node/9058/release, and the module that reports any available updates for the modules installed on a Drupal-powered site lists also the beta releases that have been released.
As the update module doesn't mark a beta release as suggested update, I would not suggest to install a beta release too, if not testing it on a test site for some days.
Comment #10
Ela commented... It's impossible not to install beta with this module as the beta version was the only one with the bug fix which is mentioned in this post...
(Edit): Do you recommend dev version over beta? Was this issue fixed in the dev version? I had that version before changing to beta because of this bug.
Comment #11
Anonymous (not verified) commentedYikes! No!
If you have to use the beta version, then test it on a test site; the development version is not suggested, as any update from a release of the development snapshot to the newer development update of the same branch is not supported.
Yes, it was. Any official version is created from the development snapshot; once the development snapshot is update, an official release is created from its code.
Comment #12
chazz commentedI had the same problem on stable 6.x-1.11 release, but after upgrade to 1.12-beta3 I can finally use meta tags for taxonomy and it works fine :)
Comment #13
Whackler commented6.x-1.11, 6.x-1.12-beta4, 6.x-1.x-dev, with all these versions, i am not able to save a term desciption or any keywords...
Comment #14
alex dicianu commentedSubscribing
Comment #15
Anonymous (not verified) commentedThe code has been changed, and committed in the repository. The last committed code resolved also another issue with the meta tags form fields not being shown in fieldset.
Thanks for your report.
Comment #17
gofair commentedHad the same problem. (Meta Tags/Description not getting saved to the database!)
Was using nodewords version 6.x-1.11.
Each time we attempted to input the meta data (keywords/description) at /admin/content/nodewords/meta-tags/default
fields erased on clicking save.
Updated to the Dev version 6.x-1.x-dev of Nodewords using command line:
$ drush pm-disable nodewords // if you don't have drush (get it!) or just disable the module from admin/build/modules
$ rm -rf nodewords // get rid of the “old” version.
$ wget http://ftp.drupal.org/files/projects/nodewords-6.x-1.x-dev.tar.gz
$ tar -zxvf nodewords-6.x-1.x-dev.tar.gz
$ drush pm-enable nodewords nodewords_basic nodewords_extra // re-enable the modules
> Now run update.php to make sure its all working.
> go back to /admin/content/nodewords/meta-tags/default and confirm that the data is getting saved.
Hope this helps someone else.
:-)