I have installed Category, but later decided to disabled it - for some other testing.
It was not wise move:
Fatal error: Call to undefined function: category_get_containers() in /var/www/htdocs/modules/taxonomy.module on line 442
on the main page!!! In other words - can do exactly nothing now :(((
--
Xiv
Comments
Comment #1
webchickCategory module comes with a patched version of taxonomy module. Replace your current taxonomy module with the original one from the Drupal 4.7 tarball and the error should go away.
Since this is the 2nd or 3rd time this has come up, is it worth rolling a patch to include calls to this function in an if (function_exists()) block?
Comment #2
monsmontis commentedthanks a lot for quick response! it did the trick!
for sake of others, run:
mv taxonomy.module taxonomy.module.cat
mv taxonomy.module.old taxonomy.module
--
Xiv
Comment #3
webchickCool. :) Glad to help.
Comment #4
(not verified) commented