Closed (fixed)
Project:
Metatag
Version:
7.x-1.0-alpha5
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2012 at 16:40 UTC
Updated:
4 Mar 2013 at 14:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidBlarg, I had a bug in the beta5. The metatag data is actually saved properly, but it's not loaded back into the entities properly. I fixed this with http://drupalcode.org/project/metatag.git/commit/b2b6afc
Comment #2
nicolas bouteille commentedFaced the same problem and though for a moment I had lost all my description and keyword tags.
Thanks for the quick fix, everything's still there again :)
Comment #3
goldhat commentedI just tried 7.x-1.x-dev and in that version the node meta data is saved, but is not actually used. After adding meta descriptions to my nodes, I found there was not actually a meta description tag in those nodes.
Not sure if this is a completely different issue or related, so I thought I would try here before opening a new ticket.
Comment #4
jenlamptonI think the bug was in the alpha 5 version (not beta 5)
thanks for the fix!
Comment #5
webmaster@travel-bird.com commentedHi. I'm having exactly same problem - no description meta tag thorough out my site unfortunately.
I totally didn't get the solution above, may I request an explanation please?
I'm using Drupal 7 and meta tags quick didn't work either for me so that is my only option I believe.
thanks
Comment #6
jenlamptonThe solution is to upgrade to the -dev release, but I agree, a patch might be useful here. Or a new release? :)
Comment #7
Bevan commentedHere is a standard git patch, from drupalcode.org.
Comment #8
remkovdz commentedI had the same problem and fixed it by installing the newest DEV module.
However, the Meta Description on the frontpage is still not showing up. Any ideas?
Comment #9
FrancescoUK commentedYes, facing the same issue here with the front page. No meta.OTComment #10
dave reid"The meta tags are not being saved and I don't see them when I re-edit a node" is a different issue from "The meta tags aren't being output."
Comment #11
KroKroDile commentedHi,
The patch #7 is working for me.
Tx
Comment #12
charlietoleary commentedI believe that that because this issue is so major and the 7.x-dev version only contains this patch: it should be moved up to alpha-5 release ASAP.
Comment #13
no2e commentedBut according to the Issue Summary, this is exactly the issue here, right? So the patch #7 won't help for this issue?
I have the same problem: I edit the metatags on a node edit form and save it → no metatags are output. When I re-edit the node, the defaults are there, not my edits.
Comment #14
ben.swinburne commentedJust to confirm that the aforementioned patches do indeed fix the saving issue in Metatag: 7.x-1.0-alpha5
As for them not being output for some, it's likely the unrelated issue Metatags not working on overwritten templates
Comment #15
lordbucanero commentedThanks a lot for the solution
Comment #16
ivanhi commentedThe patch is working for me as well.
Comment #17
whitingx commentedPatch in #7 worked great.
Thanks for the solution.
Comment #18
constantinejohny commented#7 works for me as well thanx a lot! :)
Comment #19
frankaz commentedThanks! #7 Worked =)
Comment #21
charlie-s commentedI'm not experiencing this in -alpha5 but I am experiencing this in -dev. The data is saved but the defaults are re-populated on the form. Thought someone would want to know.
Comment #22
Sinan Erdem commentedAs comment #21, I also experience the same issue. I am using the latest dev version. I controlled and it contains the patch on #7.
The issue is: When I save the node, the meta tags are appeared in the source code, but when I edit the node, I dont see the changed values but the default ones.
Comment #23
Sinan Erdem commentedCorrecting my previous comment: It saves on the nodes, but it doesnt save on taxonomy terms. When I edit a taxonomy term and change the meta tags, I can see them on the source code but re-editing again shows the default values.
Comment #24
damienmckenna@Sinan: Please try the latest dev version, the commit from #1845326: Metatags not loading correctly with beta4 fixes the problem.
Comment #25
Sinan Erdem commentedHello Damien,
I tried the latest dev (March 3) and it works ok for me :)
Thanks for your efforts.