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.

CommentFileSizeAuthor
#7 tm_tb_inc.patch970 byteskndr
#7 tm_tb_install.patch877 byteskndr
#7 tm_tb_module.patch1.26 KBkndr

Comments

SimonVlc’s picture

Please,

if someone could remove my internal path info for the module it will be great ;). I mistakenly publish it...

Thanks in advance, Simon.

gooddesignusa’s picture

Also noticed a problem with taxonomy_manager and taxonomy_breadcrumb..
..Bump..

ergophobe’s picture

Same issue using TM 6.x dev from February 11.

Call to undefined function: taxonomy_term_page() in /sites/site.com/modules/taxonomy_manager/taxonomy_manager.module on line 242

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).

ergophobe’s picture

Scratch that - I'm still getting that error, even with Taxonomy Breadcrumb disabled.

As If’s picture

I'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.

skizzo’s picture

Same 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

kndr’s picture

StatusFileSize
new1.26 KB
new877 bytes
new970 bytes

I'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).

kndr’s picture

Status: Active » Needs review
kndr’s picture

Status: Needs review » Closed (duplicate)

I think, this issue is addressed much more to Taxonomy Breadcrumb. Go to http://drupal.org/node/395082.

EastWan’s picture

Status: Closed (duplicate) » Needs review

I'm having the exactly same problem.

http://drupal.org/node/395082 says it's a Taxonomy Manager problem.

Who's right now? ;-)

kndr’s picture

I don't know, who is right. The problem still exists. I've patched TB. My clients can't wait.

EastWan’s picture

Thanks. 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! :-)

summit’s picture

Hi,
I do not have taxonomy_breadcrump, but error still arises.
Thanks for going into this!
Greetings,
Martijn

bacchus101’s picture

Subscribing.

Also have the error. Not using TB.

bsnodgrass’s picture

subscribing.. same here no TB

socialnicheguru’s picture

same here. i have

taxonomy manager
taxonomy filter
taxonomy menu

Thanks,
C

mh86’s picture

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

mh86’s picture

Status: Needs review » Fixed

I committed some code to the latest dev, which is going to prevent the fatal error

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.