Closed (fixed)
Project:
Similar By Terms
Version:
6.x-1.9
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2008 at 21:59 UTC
Updated:
20 Dec 2008 at 02:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
Richard Blackborder commentedDid you configure the blocks on the block page and save the configured blocks? I did that and my blocks disappeared. I debugged it in the code and have attached a patch that fixes it.
Line 153 of similarterms.module:
After you've configured the block, $types will return an empty array, not false. This causes the query for filter by content type to trigger, with zero content types.
If anyone is not comfortable applying patches and needs a temporary fix, simply configure the block to filter by one or more content types.
Comment #2
rmiddle commentedLikeless,
I will get that applied shortly.
Thanks
Robert
Comment #3
rmiddle commentedComment #4
akwala commentedStrangely enough, the block started appearing shortly after I posted here. Then, it stopped appearing, probably following block config changes. I just changed the content type filtering, as you suggested, and I now see the block.
Comment #5
izarco commentedI'm the same issue.
I apply the patch and not fix nothing.
Comment #6
izarco commentedI fix my problem disabling the cache block in Site Mantenement->Performance.
Thank's for all
Comment #7
rmiddle commentedCommitted to CVS D6.