i use drupal5.2.x and have error in my web, the error message like this :
Fatal error: Call to undefined function: taxonomy_get_tree() in /home/indoskri/public_html/one/includes/common.inc(1342) : eval()'d code on line 5
and
Fatal error: Call to undefined function: taxonomy_node_get_terms() in /home/indoskri/public_html/one/themes/art4_blue/template.php on line 107

please, somebody help me...

Comments

pobster’s picture

Both valid calls to the taxonomy module;

http://api.drupal.org/api/function/taxonomy_get_tree/5
http://api.drupal.org/api/function/taxonomy_node_get_terms/5

Have you disabled your taxonomy module? It obviously has dependencies!

Pobster

bambangfals’s picture

I have read n update taxonomy.module, my web running again, but i have problem after i click logout from administrator.. Message Error come back...
what this problem affected by cached..???
what mean about

Return value
An array of all term objects in the tree. Each term object is extended to have "depth" and "parents" attributes in addition to its normal ones. Results are statically cached.

in http://api.drupal.org/api/function/taxonomy_get_tree/5