Closed (duplicate)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.3-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 01:45 UTC
Updated:
27 Nov 2009 at 10:59 UTC
I am unable to enable nodewords 6.x-1.3-beta5 into drupal 6.4. When I got to enable nodewords basic and nodewords it sends me to a blank screen when saving the configuration of my site. When returning to the modules administration section of the site I see that neither of these modules were enabled. Any ideas on what might be happening would greatly appreciated.
Comments
Comment #1
avpadernoDo you see any messages in the Drupal log, or into the PHP / Webserver log?
Comment #2
avpadernoComment #3
AB-2 commentedI have the same problem.
error on the screen:
Parse error: syntax error, unexpected '=', expecting ')' in /homepages/8/d75052381/htdocs/drupal/modules/nodewords/nodewords.install on line 340
Comment #4
ilo commentedThis line is a reference parameter also default to NULL:
function nodewords_update_6113(&$sandbox = NULL) {But I'm not sure if this has do to with PHP version instead of Drupal version.. Which php version are you using?
Comment #5
AB-2 commentedIt is PHP Version 4.4.9 on a shared hosting provider, so i can not change this.
But Drupal 6 Require PHP version 4.3.5 or higher, so this should also be valid for the modules.
Comment #6
ilo commentedSeriously, update to the lastest 1.x version, even in -dev is much more stable than the beta5 I'd say, and the issue you are reporting has already been fixed: #620408: Default value assigned to a parameter passed by reference.
Marking as duplicate.