You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to K2 Support
This module allows us to select documents by categories and keyword.
However if you choose one or more categories *and* a some keywords
then the module returns nothing.
This should work shouldn't it?
Ian
Ian Murphy
unread,
Jan 29, 2012, 7:56:26 PM1/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to K2 Support
I've tracked this problem down to a particular. In helper.php line 78
reads:
If I comment out this line and subsequent lines, the it displays
something. If I leave the line, I end up with a blank page.
I've tried wrapping it in a try..catch block but it has no effect. Php
isn't exactly my thing so I'm not sure why this occurs. If something
is failing then a try..catch block should catch the exception, no?