OK so to explain my situation first:
1. After upgrading and realizing there were some extra steps to take I got the new nodewords all working.
2. Then found the nodewords by path no longer worked - uninstalled the module to remove all links.
3. Started to create my new meta by paths through the "Other Pages" under the global settings.
So theoretically everything is set, however none of these pages are showing the correct meta tags only the default ones. I would have thought the other pages trump the default? Or this was the case with nodewords by path.
Any advice would be great thanks.
Comments
Comment #1
javierpavon2000 commentedI have the same problem!
Comment #2
javierpavon2000 commentedi solved this problem, in the file modules/nodewords/basic_metatags/basic_metatags.metatags.inc, change the function basic_metatags_description_prepare for this:
and change the function basic_metatags_keywords_prepare
with this, the module works
Comment #3
glynster commentedhey javierpavon2000,
I have followed your steps by replacing the code int he module with you updates but what happens for me is the description stays on the default and the keywords are not printed at all.
Any ideas?
Also adding this code threw me a white screen when I tried to delete a Drupal Path Meta Tag.
Comment #4
glynster commentedWow OK so no help from the maintainers here and it would seem no-one else is having this issue?
Again this was a simple update and I have no idea why it is not working?
Thanks for the help javierpavon2000 but the module should be working without this fix, asside from it not working for me.
Comment #5
rhouse commentedSame problem here. No keyword metatag. I also tried javierpavon2000's changes, but no dice. I thought this was the primary purpose of this module. Did no one test it before releasing it and saying it was a critical security update?
I do appreciate the hard work that's gone in here, but this sort of foul-up really causes chaos.
And BTW, what are the 'extra steps' needed to make the thing do what it was doing just fine previously?
Comment #6
avpadernoThe issue report is open from just a day. Then, the code has been already changed in the development snapshot, and the issue reported here could be already resolved.
Comment #7
avpadernoBasically, you are loading from the database a value that is already passed to the function. To notice that the meta tags for a node are saved using as type, not .
Comment #8
avpadernoComment #9
glynster commentedOK so I took on what KiamLaLuno said and installed the dev version as much as a prefer not too and sad to say the following happened:
1. Installed and then ran update.php
2. Ran my Drupal Cache just incase
3. Looked at the heads for the meta tags and all I see now is a letter for each tag???
4. My default meta has been changed to a letter in each section.
5. All my Other Pages have been wiped and replaced with one letter in each section??? It is the first letter of each section left after save.
6. I said OK no problems it should work now.
7. No matter how many times I enter in my tags the save is just not working so right now all I have is one letter tags.
Again any help would be very much appreciated.
The all started because I saw a system update for the module and it really does appear that even the dev version is not working as expected.
I also performed a complete uninstall of the module to start from a fresh start and still the same result.
Comment #10
avpadernoI don't have this problem; I see all the content of the meta tags, not just the first letter.
Comment #11
glynster commentedI upgraded to the dev version and this one letter thing started to happen.
I am running Drupal 6.14
I am also running the latest version of nodewords 6.1.x
On every save in the Global Settings I get one letter save per line.
The previous stable release was not doing this.
Comment #12
glynster commentedOK as of right now I think it is safe to say that if you want to update a set global meta tags and you follow the steps to install the new version of 6.1.2 all should be fine. If you need meta tags set per path then neither the current stable version or the latest dev are working correctly. So I will revert back to my setup as before which is using 2 modules "nodewords" and "nodewords by path" then on future releases I will run some tests to make sure they are working as expected.
I hope this helps others who have been having issues.
Comment #13
glynster commentedOK I can confirm the latest dev version 6.1.X date of the 28th September now does actually print the meta tags in the head. No more first letters and no printing at all. So it would appear this problem has been resolved.
Comment #14
avpadernoI am marking this report as fixed as per previous comment.