As described in the title..

Installed nodewords-6.x-1.x-dev, enabled module. Visiting the nodewords settings page resulted in the white screen of death.

Viewing the PHP error log see the following:

Fatal error: Call to undefined function drupal_get_install_files() in /path/to/www/sites/all/modules/nodewords/nodewords.module on line 1084

Note: http://drupal.org/node/603966 is probably a duplicate of this bug, but posted to the wrong version.

Comments

capellic’s picture

Me too.

avpaderno’s picture

I agree; I am going to mark the other report as duplicate of this report.

The function reported in the error is defined from Drupal, and it is present from the version 5; the function that is calling that function (_nodewords_show_requirements_errors is called from some form functions, which are called when Drupal made a full bootstrap).

I am not sure why the error is happening, and why I didn't get it.

avpaderno’s picture

As that function is thought to make possible for the administrator users to see if there are errors with Nodewords, and as it seems to not work (and it is not a necessary functionality), I am going to remove that code, when I return home.

avpaderno’s picture

Definitively, I need to wait until I don't use my usual connection; the cellphone connection is not stable enough to allow to commit code.

avpaderno’s picture

Status: Active » Fixed

The code has been changed, and committed in CVS.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.