Installed Glossary for 4.3.0 on a fresh install of Drupal 4.3.1. Although it does appear as a line-item in the module status page, there is no menu entry for the Glossary module's settings, so I cannot associate it with the taxonomy I set up. Have tried repeatedly activating/de-activating it, logging in and out. Nothing seems to make it catch.

thanks.

Comments

kbreault’s picture

I don't know if this will help anyone track down the problem or not. But, I'll give the info anyway.

I had the same problem. Started looking at the glossary.module code and decided to try adding a line to the variable table in the drupal database. I inserted a row. Then I put "glossary_vid" in the name field and 1 in the value field.

When I clicked on the Glossary link in the site menu, I got the same error message. But, this time, when I clicked on the "Glossary Admin" link, I was actually taken to the glossary admin page where I could configure the module.

Works like a charm now on my site.

adamrice’s picture

Never mind--the Glossary controls were under Filters, not Modules. This may be a flaw in the documentation, but it's working just fine now.

Anonymous’s picture