Hi there,
I´m just noticing this error after update some other modules on my site, the most related, taxonomy_breadcrumb.
PHP Fatal error: Call to undefined function taxonomy_term_page() in /var/www/vhosts/poquer-red.com/httpdocs/sites/all/modules/taxonomy_manager/taxonomy_manager.module on line 234
It happens every time a user uses a taxonomy link. Disabling it solves the problem.
Tested with the beta2 and dev version.
Kind regards, Simon.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | tm_tb_inc.patch | 970 bytes | kndr |
| #7 | tm_tb_install.patch | 877 bytes | kndr |
| #7 | tm_tb_module.patch | 1.26 KB | kndr |
Comments
Comment #1
SimonVlc commentedPlease,
if someone could remove my internal path info for the module it will be great ;). I mistakenly publish it...
Thanks in advance, Simon.
Comment #2
gooddesignusa commentedAlso noticed a problem with taxonomy_manager and taxonomy_breadcrumb..
..Bump..
Comment #3
ergophobe commentedSame issue using TM 6.x dev from February 11.
Turning off Taxonomy Breadcrumb solves this... can't figure out why having TB enabled makes taxonomy_term_page() unavailable, but there's another problem. Just to test, I copied that function from the taxonomy module into this module just for kicks and got a blank page (no fatal error, but no output either).
Comment #4
ergophobe commentedScratch that - I'm still getting that error, even with Taxonomy Breadcrumb disabled.
Comment #5
As If commentedI'm where you were on 12 Feb, Rick. Disabling TB just fixed the problem for me. Actually, disabling EITHER module works. Taxonomy breadcrumb 6.x-1.0. Taxonomy Manager 6.x-1.0-beta2.
Comment #6
skizzo commentedSame problem here. After installing taxonomy_breadcrumbs I got a blank pag and the reported error. I have now disabled Taxonomy Manager in order to use Taxonomy breadcrumbs
Taxonomy manager 6.x-1.0-beta2
Taxonomy breadcrumbs 6.x-1.0
Comment #7
kndrI've noticed that there is a conflict between two functions: _taxonomy_breadcrumb_term_page() and taxonomy_manager_term_page(). I've made some modifications in taxonomy_breadcrumb files. I've also found bug in install file - installation taxonomy_breadcrumb module on clean system doesn't modify weight in {system} table, which is necessary to proper work. First, patch the files and then reinstall taxonomy_breadcrumb module (uninstall and install again or use 'reinstall module' in devel menu).
Comment #8
kndrComment #9
kndrI think, this issue is addressed much more to Taxonomy Breadcrumb. Go to http://drupal.org/node/395082.
Comment #10
EastWan commentedI'm having the exactly same problem.
http://drupal.org/node/395082 says it's a Taxonomy Manager problem.
Who's right now? ;-)
Comment #11
kndrI don't know, who is right. The problem still exists. I've patched TB. My clients can't wait.
Comment #12
EastWan commentedThanks. I might apply the patches in the meantime - but I'd rather wait for a TM fix (since TB won't be fixed and the changes will probably be overwritten with the next release). It's a cool tool, so keep up the good work! :-)
Comment #13
summit commentedHi,
I do not have taxonomy_breadcrump, but error still arises.
Thanks for going into this!
Greetings,
Martijn
Comment #14
bacchus101 commentedSubscribing.
Also have the error. Not using TB.
Comment #15
bsnodgrass commentedsubscribing.. same here no TB
Comment #16
socialnicheguru commentedsame here. i have
taxonomy manager
taxonomy filter
taxonomy menu
Thanks,
C
Comment #17
mh86 commentedthe latest dev version of Taxonomy Breadcrumb has fixed this conflict :)
I tried Taxonomy Filter (dev version) and Taxonomy Menu (6.x-2.3) and do not see any conflict. Can you provide more information to reproduce this problem?
Comment #18
mh86 commentedI committed some code to the latest dev, which is going to prevent the fatal error