Closed (fixed)
Project:
Taxonomy hide
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Jul 2008 at 00:20 UTC
Updated:
2 Feb 2009 at 13:30 UTC
Jump to comment: Most recent file
When using the FAQ module, I was having difficulty with some of the links to categories/taxonomy. When I clicked on those links, I would get a message:
"Fatal error: Call to undefined function taxonomy_get_vocabulary() in /site/modules/taxonomy_hide/taxonomy_hide.inc on line 43"
I changed two lines in taxonomy_hide.inc that called this function to call the function taxonomy_get_vocabularies() instead, and that appears to have fixed the problem for me.
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | tah_D6.patch | 467 bytes | artem_sokolov |
Comments
Comment #1
artem_sokolov commentedHere is a patch implementing the above corrections.
Comment #2
lomz commentedThank you very much, this should be implemented.
Comment #3
starbow commentedWell, that patch removes the error, but it doesn't actually do what the code is trying to do.
Comment #4
brmassa commentedGuys,
im about full of work. Im planning to work on Taxonomy hide next week, fixing it and including new features. This will be a subject to work for sure.
regards,
massa
Comment #5
wuf31 commentedfor the moment, change it to
taxonomy_vocabulary_loadComment #6
sammy-node commentedsubscribe
Comment #7
brmassa commentedGuys,
fixed. Soon on the next release.
regards,
massa
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #9
novogreen commentedI am running my site for a week on drupal 6.5 and I started getting this error after I installed http://drupal.org/node/200693 , a event module port for drupal6. Now even after uninstalling event module, I am getting following error:
warning: Missing argument 1 for taxonomy_vocabulary_load(), called in /home/cleantec/public_html/modules/forum/forum.module on line 175 and defined in /home/cleantec/public_html/modules/system/taxonomy/taxonomy.module on line 979.
Does anybody know the solution for it??
Comment #10
novogreen commentedComment #11
brmassa commentednovogreen,
you cannot hide the forum-related taxonomy.
regards,
massa