Closed (duplicate)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.12-beta4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2010 at 08:12 UTC
Updated:
12 Apr 2010 at 07:59 UTC
Jump to comment: Most recent
Comments
Comment #1
resveld commentedI had the same when updating....
Replace line 135 and 136 with the following:
$values['metatags-frontpage-normal-url'] = nodewords_url(drupal_get_normal_path(variable_get('site_frontpage', 'node'), array('alias' => TRUE)));
$values['metatags-frontpage-url-alias']= nodewords_url(drupal_get_normal_path(variable_get('site_frontpage', 'node')));
It needed an extra ")" to close correctly.
Ronald
Comment #2
srobert72 commentedThank you.
Same patch as here : http://drupal.org/node/748846#comment-2749490
It works but doesn't resolve all PHP warnings.
Comment #3
brulain commentedThanks resveld,
I expect a future version, because I fear syntax errors, even in beta.
Regards.
Comment #4
Anonymous (not verified) commentedThis is a duplicate of #748846: Parse error on nodewords_tokens.module: new release needed; the fix reported here is not correct, as
nodewords_url()is expecting two arguments, and one of those arguments isarray('alias' => TRUE).As the project page reported, you should not have installed version 6.x-1.12-beta4, if not after version 6.x-12-beta5 was released.
Comment #5
designerbrent commentedSo where can we find version 6.x-1.12-beta5? beta4 is the one that is the recommended download and what drush downloads as well.
Comment #6
plato1123 commentedLooks like I picked the wrong week to give up amphetamines -- Airplane