Closed (fixed)
Project:
Finder
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2012 at 22:11 UTC
Updated:
2 Jun 2016 at 04:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
emilcarpenter commentedI found the cause of this and a simple solution. However, this was my first ever bug finding and fixing in any Drupal module, so I hope someone more experienced would look this over... :)
In the finder-directory, in the build.inc file, in the finder_build_style_render function,
I commented out the following line:
I think that was line 357, if I havent forgotten any own debug code in the file.
So the lines around this line will look like this:
Comment #2
bechtold commentedHad the same error and emilcarpenter's solution worked.
So I made a patch.
It's the first patch I made, so please check if everything is working.
Comment #3
blackmyers87 commentedThat worked for me, Thanks a lot :)
Comment #4
kiwimind commentedI have made this change to the module as was experiencing a similar issue, using several fields rather than taxonomy. All working as expected now.
Thanks.
Comment #5
khalor commentedApplied, fixes the issue
Comment #7
danielb commented