when going to
http://localhost/d7og7/admin/config/lexicon/alphabet
I get
Fatal error: Call to undefined function _alphabar_instruction_default() in d:\xampp\htdocs\d7og7\sites\all\modules\lexicon\lexicon.admin.inc on line 419
when going to
http://localhost/d7og7/admin/config/lexicon/alphabet
I get
Fatal error: Call to undefined function _alphabar_instruction_default() in d:\xampp\htdocs\d7og7\sites\all\modules\lexicon\lexicon.admin.inc on line 419
Comments
Comment #1
marty2081 commentedI renamed a function to include the module name, but didn't change the call to it in the admin function. Fixed and comitted to the dev version.
Comment #3
bengt commentedIs this issue really fixed? In v 7.x-1.6 (with the same date as the dev-version) I get:
Fatal error: Call to undefined function _lexicon_alphabar_instruction_default() in /xyz/sites/all/modules/lexicon/lexicon.admin.inc on line 419when trying to access "admin/config/system/lexicon/alphabet".
Comment #4
marty2081 commentedOops. It was fixed, but then I decided to create a lexicon.pages.inc file and I moved this function there without realizing it is used in the admin screens too. I moved the function back to the lexicon.module file. Should be ok in the dev version now.
Comment #6
yktdan commentedThis bug is also in the 6.x version and not fixed.
Comment #7
marty2081 commentedDon't change the version of the issue, but open up a new issue for the 6.x branch instead. I've created #1600102: Fatal error: Call to undefined function _alphabar_instruction_default for the 6.x branch.