Trying to move to lexicon in preparation for d7 conversion. Wanting to compare glossary output to lexicion, glossary 6.x-1.6 is working fine, installed lexicon 6.x-.14.
Results: Fatal error: Cannot redeclare _alphabar_instruction_default() (previously declared in /home5/digitbg5/public_html/d6/sites/all/modules/glossary/glossary.module:1255) in /home5/digitbg5/public_html/d6/sites/all/modules/lexicon/lexicon.module on line 1299
Deleted glossary module files from all/modules to get site to function. Lexicon is enabled in modules list but does not show up to configure, nothing shows at admin/settings/lexicon.
Fix: Uninstalled & reenabled lexicon (with glossary disabled) - now shows up to configure.
Comments
Comment #1
marty2081 commentedAh yes. That is due to the fact that the Lexicon module is a fork of the Glossary module so this function has the same name in both modules. Indeed you have to disable the Glossary module first before you enable the Lexicon module, otherwise the function is declared twice. In the 7.x version of the module this is no longer an issue since the function has been renamed to include the module name (like it should).