Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2010 at 04:55 UTC
Updated:
2 May 2010 at 16:30 UTC
Jump to comment: Most recent
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'