Closed (won't fix)
Project:
Weblink
Version:
4.5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 Jan 2005 at 17:29 UTC
Updated:
30 Jan 2006 at 18:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
junyor commentedThe problem is probably in the "AND tid IN ()" part. Have you added a taxonomy for you weblinks?
Comment #2
StefanoCosta-1 commentedof course I have a taxonomy. this error shows up when opening one of the weblink categories (taxonomy categories) pages, not when listing them. btw all pages open without any problem... it's only filling up my admin log!!
Comment #3
syscrusher commentedMy wife duplicated this bug on one of her sites, and sent me hunting for a fix. I found it!
In the weblink.module file, in function theme_weblink_page_view(), there is a section of code to handle parent categories, a section to handle child categories, and a section to handle related categories. In this last section, there is a typo apparently caused by cutting and pasting code from the first section and missing one needed change of variable name. $parent->tid needs to be replaced with $related->tid on line 755.
Here is the patch:
Comment #4
StefanoCosta-1 commentedyes, it's good. it works well for me. thank you very much.
Comment #5
Bèr Kessels commentedweblink will be relpaced by links. We no longer support this old version.