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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | slurpee_shot.png | 12.73 KB | profix898 |
Comments
Comment #1
profix898 commentedYou 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 ...
What is the latest working version?
Comment #2
bl4h commentedhey 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
Comment #3
bl4h commentedforgot 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
Comment #4
bl4h commentedi 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
Comment #5
profix898 commentedYes. 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'.
Comment #6
bl4h commentedi found the answer
http://drupal.org/node/64813
Thanks for your time
Comment #7
profix898 commentedWow. 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!?
Comment #8
Briang commentedI'm getting the same problem, but with the defult theme:
http://eventzip.com
Comment #9
Briang commentedI 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.