Please help
I've just tried to install the nicelinks module recommended at the Glossary module documentation.
My site is now crashed. On each pageload, I get the following error:
Fatal error: Call to undefined function: drupal_get_path() in .../nicelinks.module on line 18
My first questions: Which mysql table stores drupal module list? And how to disable the module so that my site would load?
More Information:
The nicelinks module was installed just after the nice Glossary module installation, in my new Drupal 4.5.1.
The Glossary module documentation (http://drupal.org/project/glossary) says:
"This module also works with nicelinks.module, which will give you pretty hover-over glossary term descriptions on reasonably modern browsers (while degrading properly on older ones)."
So I've tryied to locate the nicelinks module - it's not mentioned on the modules list.
I've searched Google and found a reference to the source code at
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/nicelinks/
I've installed it, and tried to activate it, but got the following error:
Fatal error: Call to undefined function: drupal_get_path() in .../nicelinks.module on line 18
And all of my site is disabled. I get this error everywhere in the site.
More questions:
1. How to make drupal_get_path work? Should I simply copy the definition at
http://drupaldocs.org/api/head/function/drupal_get_path (( function drupal_get_path($type, $name) { return dirname(drupal_get_filename($type, $name)); } )) or is there anything else needed?