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

webchick’s picture

Category 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?

monsmontis’s picture

thanks 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

webchick’s picture

Category: bug » support
Status: Active » Fixed

Cool. :) Glad to help.

Anonymous’s picture

Status: Fixed » Closed (fixed)