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

avpaderno’s picture

Component: Third-party modules integration » Code

Do you see any messages in the Drupal log, or into the PHP / Webserver log?

avpaderno’s picture

Status: Active » Postponed (maintainer needs more info)
AB-2’s picture

I 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

ilo’s picture

This 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?

AB-2’s picture

It 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.

ilo’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Seriously, 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.