I've got next error when enable taxonomy_menu modules

warning: call_user_func_array(): First argumented is expected to be a valid callback, 'page' was given in /home/finik/public_html/includes/theme.inc on line 219.

Comments

jonbob’s picture

Priority: Critical » Normal

Duplicate of http://drupal.org/node/view/5231

As mentioned there, it looks like you're mixing versions. This error would result from using an older version of taxonomy_menu with CVS Drupal. Please ensure that your Drupal and module versions match (both CVS or both 4.3).

If this is not the case, please follow up in the original issue with your version information. I cannot reproduce this as-is.

niko’s picture

Hello,

I have latest drupal 4.3.2 but there is no module taxonomy_menu for 4.3.2 so I use
CVS version of it. Also I need "display descendants" feature.

What should I do?

Regards,
Andrei

gatezone’s picture

Priority: Normal » Critical

This module is making a nonprofit site I'm working on possible, or almost possible so first of all thanks!

The issue I'm facing sounds similar to another one posted here but I believe is different.

I have the module installed and it works great except one term which will not show the nodes associated with it when you click it. It just shows a grey page (not white) as do empty terms. The term has about five nodes associated with it. If I hit the browser (IE6) multiple times eventually the nodes show, but leave the page and come back and it is grey again. It isn't a simple refresh issue because the first few times you refresh it doesn't do anything but continue to show the grey page.

The address below shows for both the greyed out page and the refreshed page that shows the correct nodes.

http://www.domain.org/bod/taxonomy_menu/1/9/13

Do you know of any issues that would cause this or how I might be able to fix it. It doesn't happen on other terms and nodes - at least not yet ;-).

NB: I would like to use the weighted node patch to correctly order the associated nodes that display when I click on a term in the menu. Do you know if it works ok with taxonomy_menu and Drupal 4.3.2? Without a way to correctly order the nodes it doesn't display in a functionally logical way.

gatezone’s picture

Getting somewhat desperate about this problem.

I've been poking around in the database and in the term_node table I see these nid's and tid's (Sounds like a demon spawn in a bad "angel" episode).

Menu just above the one in question has this link:

http://www.domain.org/bod/taxonomy_menu/1/9/11

and shows all the nodes associated with tid 11.

NID TID
38 11
28 11
42 11
33 11
41 11

but...the next menu item/link

http://www.domain.org/bod/taxonomy_menu/1/9/13

does not show its nodes (must be shy) associated with it, just a greyed out section. Even the refresh 'trick' doesn't seem to work anymore.

NID TID
7 13
43 13
44 13
45 13
46 13
50 13

Is the number 13 just unlucky as a TID? Should I delete the term and recreate one? I guess due to the overwhelming response to this I'll try this and hope for the best but I don't see any problem with the database and the other terms are identical in terms of their associations.

jonbob’s picture

Assigned: niko » jonbob
Priority: Critical » Normal

Please don't hijack existing issues for unrelated bug reports. Create a new one instead.

Comments moved to: http://drupal.org/node/view/6084

Niko: The taxonomy_menu.module version 4.3 works with Drupal 4.3.x, just as the CVS version works with Drupal CVS. If you need features backported, open feature requests for them.

jonbob’s picture