Closed (duplicate)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.3-beta4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2009 at 09:56 UTC
Updated:
31 Oct 2009 at 17:31 UTC
Just have upgraded from 6.x-1.3-beta3 to 6.x-1.3-beta4 and found the following bug
The meta tags keywords and description of all my stories are those of the first stories I have published.
I use the option : "Use the node teaser if the description meta tag is not set"
By example , if you check the meta tags for :
http://www.soulfulbits.com/content/retour-du-bloc-titres
or
http://www.soulfulbits.com/content/darondo
you will notice that the meta tags come from
http://www.soulfulbits.com/content/win-wattstax-dvd
Comments
Comment #1
avpadernoI cannot reproduce this.
I edited the meta tags of five story nodes, and this what I see when I check the source of the last node:
All nodes have a different title, and I tried to set both the meta DESCRIPTION, and ABSTRACT.
Comment #2
avpadernoAre you using PHP 5.3?
Comment #3
avpadernoI have noticed that the canonical URL for the node I reported should be http://sunradio.local/dr61/node/20, not http://sunradio.local/dr61/node/2.
I wonder if it is a problem with
$options['ids'][0]which is taken as a string operation (in that case it would return the first character of the string, as it seems in this case); that would mean that$options['ids']is a string, even if it is supposed to be an array.Comment #4
avpadernoThis issue, and #618576: Invalid argument supplied for foreach are both caused by the same cause.
I am marking this report as duplicate of that other report.
Comment #5
stillcut commentedbug fixed by the beta5.
Thanx !