The new update messed up the site once again, this time putting down the whole site with error :

Fatal error: Call to undefined function nodewords_check_api_version() in /home/account/public_html/sites/all/modules/nodewords/nodewords_ui/nodewords_ui.module on line 144

this happens after running the update.php script.

Comments

eule’s picture

same here on beta 5 release

Call to undefined function nodewords_check_api_version() in ./modules/nodewords/nodewords_ui/nodewords_ui.module on line 144

eule’s picture

beta 6

Fatal error: Call to undefined function nodewords_check_api_version() in /modules/nodewords/nodewords_ui/nodewords_ui.module on line 30

Anonymous’s picture

Status: Active » Postponed (maintainer needs more info)

Are you sure the file nodewords.module has been updated? The function nodewords_check_api_version() is defined (see the project repository), the module nodewords_ui.module depends from nodewords.module, and has a higher weight.

I am using the latest developed code, and I don't get such error.

eule’s picture

beta 8
// $Id: nodewords.module,v 1.57.2.339 2010/04/17 15:43:50 kiam Exp $

// $Id: nodewords_ui.module,v 1.1.2.8 2010/04/17 10:28:32 kiam Exp $

undefined function nodewords_check_api_version() in /modules/nodewords/nodewords_ui/nodewords_ui.module on line 30

get blank pages only,

Anonymous’s picture

What is the weight of nodewords_ui.module, and nodewords.module, as reported in the table system?

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Fixed

I removed that code, which was used just to assure the modules were running together the correct version of nodewords.module.

eule’s picture

beta 9 is fine

Update #6103

* UPDATE {system} SET weight = 12 WHERE name = 'nodewords_ui' AND type = 'module'

Status: Fixed » Closed (fixed)

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