Im not good enough to track it down, but i run the slurpie theme

taxonomy links in posts are returned as "Array, Array, Array"

i rolled back to a version i got a month ago from cvs and it works fine.

this in the slurpie theme returns broken array:

$terms = taxonomy_link("taxonomy terms", $node);
theme("links", $terms)

menus are also broken

i looked everywhere for a recent syntax or function change but i see none. SOrry if that is the case.

CommentFileSizeAuthor
#1 slurpee_shot.png12.73 KBprofix898

Comments

profix898’s picture

StatusFileSize
new12.73 KB

taxonomy links in posts are returned as "Array, Array, Array"

You are talking about the terms displayed right to the 'submitted by' field!? I just installed slurpee and it works fine for me ... (look at the attached screenshot). Are you sure it is taxonomy_theme what breaks these links? Actually the module does not touch themes directly, but only calls/initializes the theme engine. So I can't imagine what code in taxonomy_theme should break taxonomy links and menus ...

i rolled back to a version i got a month ago from cvs

What is the latest working version?

bl4h’s picture

hey thanks a lot for looking into it.

i just updated from cvs 19 minutes ago, uploaded it and the latest slurpee from contrib, and this is what i get

http://www.shady.nu/test/

The default theme works fine for some reason

Are you positive you tried this with latest dripal and slurpee? The server that is running on is:

Operating System Linux
Apache Version 1.3.33 (Unix)
Perl Version 5.6.1
PHP Version 4.3.11
MySQL Version 4.0.22-standard

bl4h’s picture

forgot to add....if i replace the tax.module with the one from:

// $Id: taxonomy.module,v 1.280 2006/05/09 14:16:49 dries Exp $

it works just fine..../shrug

bl4h’s picture

i take that back, it does not work with that version i just posted. I have to figure out which version it worked with as i dont remember now. sorry. Ill try and figure out what i did to get it working

profix898’s picture

Category: bug » support

Are you positive you tried this with latest dripal and slurpee?

Yes. I tried with Drupal 4.7.1 and Slurpee (cvs, this morning). I'm running Apache2 with PHP4/5 (tried both), but still unable to reproduce.

I'm pretty sure it is a theme or taxonomy.module issue, can't see any relation to taxonomy_theme atm. Setting to 'support request'.

bl4h’s picture

i found the answer

http://drupal.org/node/64813

Thanks for your time

profix898’s picture

Status: Active » Closed (fixed)

Wow. So you are using post 4.7 code from cvs? Will be an exhausting way to go ... You shouldnt expect contrib modules to stay synced with latest HEAD version of Drupal. I hope you have this site for testing purposes only!?

Briang’s picture

I'm getting the same problem, but with the defult theme:

http://eventzip.com

Briang’s picture

I finnally fixed it. When got did a check out from cvs of the views module, I accidently downloaded the entire drupal core in a subdirectory of the views module. When I deleted that extra drupal copy it worked fine. I don't really understand why this caused the problem. My guess is that either drupal found the buggy module from the extra drupal directory before it found the correct one, or that somehow two copies of drupal confused it somehow.