Closed (fixed)
Project:
Category
Version:
6.x-2.0-alpha2
Component:
Wrapper modules
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2008 at 06:04 UTC
Updated:
10 Mar 2012 at 14:24 UTC
Jump to comment: Most recent
Comments
Comment #1
luckysmack commentedok this doesnt only happen if the submitted content is a child, other one i tried was a parent and onther was neither parent or child and have had the same error
Comment #2
cincy_kid commentedI am having the same exact issue....
any work arounds?
Comment #3
Anonymous (not verified) commentedIn case you haven't solved this yet, in file modules/category/wrappers/taxonomy.module, line 69:
replace
return 'node/'. $term['tid'];
with
return 'node/'. $term->tid;
Comment #4
Jaza commented@etzel: thanks. Fix committed to HEAD. This fix will be included in the next alpha release.
There are still quite a few easy-to-fix but critical little bugs like this floating around - that's why we're still in alpha mode.
Comment #5
luckysmack commentedEtzel: Much appreciated. Fix has worked so far.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
cincy_kid commentedI haven't tried this yet but much thanks Etzel, I am going to try this on a test site soon.
Comment #8
MarioTorresp commentedTry:
Tested on Drupal 7.