Closed (won't fix)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-2.0-alpha1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2012 at 01:18 UTC
Updated:
25 Sep 2020 at 14:09 UTC
Jump to comment: Most recent
Comments
Comment #1
damienmckennaIt has been a while since I tested this, but a key issue is that v2 used tokens whereas v1 doesn't (yet), so I would definitely recommend heavily testing it first.
Comment #2
danyg commentedHi!
I had a same issue. I downgrade the module by deleting the 2.0-alpha1 nodewords directory and replace with the latest 1.x branch stable (1.4). THen I run update.php - it makes some updates.
Then check on admin/content/nodewords your settings. If you set some defaults in 2.0 version and used tokens, you should replace them from database. I've checked mine and there was some tokens in my description field: [metatags-description-raw]
So I wrote a batch process to replace these values in the database to current teaser value.
Here's my code I hope it helps - I run it from devel/php:
Comment #3
damienmckennaThank you for taking the time to work on this. However, the module is no longer supported, so I'm closing this issue.