Problems with the default meta tags

kiamlaluno - November 2, 2008 - 17:23
Project:Integrated Metatags
Version:6.x-1.0-beta5
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

When I enable the setting for a node type to inherit the default meta tags, the meta tags are not shown (both the node, and the default ones).
I have not found a way to use the default meta tags; whatever I do, they don't appear in the Drupal output.

#1

fractile81 - November 3, 2008 - 21:51

You're using PHP4, right (can't remember who said they were)? If you click the "Show empty tags?" option on the node's configuration, does anything show up? What are your Metatag settings, both default and node?

#2

kiamlaluno - November 5, 2008 - 18:50

I am using PHP4.
"Show empty tags?" does not seem to work, as the empty tags are always shown.

#3

fractile81 - November 5, 2008 - 18:55

So you're saying that you always see the <meta> tags in your HTML with the right "name", but the "content" is always empty?

#4

kiamlaluno - November 5, 2008 - 20:55

Whenever the Show empty tags? option is set or not, I get, i.e., <meta name="description" content="" /> for a node which has not associated any value to the description meta tag.
That actually happens for this blog entry, where the option is not set. It seems it happens when there is a single meta tag which is not empty; in that case, all the tags are shown, whenever their content is empty or not.

Then there is the other problem with the Inherit default Metatags? option which seems to remove any meta tags associated with the node, default or not.

#5

fractile81 - November 5, 2008 - 21:02

Would you be willing to give me a dump of your int_meta_fields table? Or the values for any variables in the variable table that begins with 'int_meta'? I need to figure out how to reproduce this, and I'm not quite sure how. Contact me through Drupal.org if you're not comfortable posting anything here. If you want to but aren't sure how, let me know as well and I can get you a couple of SQL queries that will help.

Thanks for your help with this!

#6

kiamlaluno - November 6, 2008 - 01:08

The files I include here are made with a Mac, and use the LF character like line terminator.
I hope they can help.

AttachmentSize
issue_329161_int_meta_fields.txt 990 bytes
issue_329161_variable.txt 1.67 KB
 
 

Drupal is a registered trademark of Dries Buytaert.