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
Comment #1
eule commentedsame here on beta 5 release
Call to undefined function nodewords_check_api_version() in ./modules/nodewords/nodewords_ui/nodewords_ui.module on line 144
Comment #2
eule commentedbeta 6
Fatal error: Call to undefined function nodewords_check_api_version() in /modules/nodewords/nodewords_ui/nodewords_ui.module on line 30
Comment #3
Anonymous (not verified) commentedAre 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.
Comment #4
eule commentedbeta 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,
Comment #5
Anonymous (not verified) commentedWhat is the weight of nodewords_ui.module, and nodewords.module, as reported in the table system?
Comment #6
Anonymous (not verified) commentedI removed that code, which was used just to assure the modules were running together the correct version of nodewords.module.
Comment #7
eule commentedbeta 9 is fine
Update #6103
* UPDATE {system} SET weight = 12 WHERE name = 'nodewords_ui' AND type = 'module'