Closed (fixed)
Project:
Meta tags quick
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2011 at 22:24 UTC
Updated:
15 Apr 2011 at 19:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
valthebaldDo you have fresh install of 1.2 or upgrade from previous version?
In case this is upgrade, please run update.php - meta_name should be filled automatically.
Comment #2
axon commentedI have run update but there is no pending updates
Comment #3
valthebaldOther steps that can help (while I still cannot reproduce this bug):
1. Clean drupal cache: admin/config/development/performance
2. Enter field configuration screen and press save.
If this does not help, I will need more info...
Comment #4
drew29 commentedHej,
I had the same message but after I've deleted the cache, the message was gone. Now I have only the problem that I have created a taxonomy meta description. I do not know if it has to do with the error message, but the meta description does not appear he always takes the meta description of a node.
I hope I've done everything right. The data are stored in the newly created field. just not displayed.
what is more interesting perhaps, I have an update done by metatags_quick 7.x-1.0-beta4 to metatags_quick version 7.x-1.2
A link to my site is in my profile. I hope this helps a bit further.
nice greetings
drew
Comment #5
valthebaldIs that issue still actual?
Comment #6
drew29 commentedsorry my late response,
the error message is gone for me now but I still have the problem with the meta description for the taxonomy as I said I don't know if it has to do with this problem.
nice greetings
drew
Comment #7
steven jones commentedI have a similar problem, and it stems from the way that the module is iterating over the entire entity looking for meta tag fields, rather than just getting a list of the fields to iterate over and then iterating over those fields if they exist on the entity.
Patch is on its way...
Comment #8
steven jones commentedI've attached a new style patch file, and a --no-prefix option for those of us that use drush make.
Comment #9
valthebaldThanks Steven.
I think your approach is better than currently existing.
Regretfully, I cannot tell if patch helps to solve this particular issue, since I cannot reproduce it on my PC even before applying the patch. Did it solve it for you?
Also, I change issue title to better describe the problem.
Regards,
Comment #10
steven jones commentedMy meta tags were printed correctly for the node I tested, and it was no-longer causing errors with my user object that had properties that looked like fields enough to cause an error.
Comment #11
valthebaldSubmitted. Once again, thanks Steven