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

marty2081’s picture

Status: Active » Fixed

I 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.

Status: Fixed » Closed (fixed)

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

bengt’s picture

Status: Closed (fixed) » Active

Is 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 419

when trying to access "admin/config/system/lexicon/alphabet".

marty2081’s picture

Status: Active » Fixed

Oops. 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.

Status: Fixed » Closed (fixed)

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

yktdan’s picture

Version: 7.x-1.x-dev » 6.x-1.4

This bug is also in the 6.x version and not fixed.

marty2081’s picture

Version: 6.x-1.4 » 7.x-1.6

Don'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.