Invalid search criteria in jrCore_db_search_items parameters

amwproductions
@amwproductions
9 years ago
185 posts
Hello me comes this error

Array ( [0] => jrFollower [1] => Array ( [jrcore_list_function_call_is_active] => 1 [search] => Array ( [0] => follow_profile_id = [1] => follow_active = 1 [2] => _profile_id not_in (SELECT `_item_id` FROM jr_jrprofile_item_key WHERE `key` = 'profile_active' AND `value` = '0') ) [order_by] => Array ( [_created] => desc ) [assign] => followers [template] => item_list.tpl [module] => jrFollower ) )
updated by @amwproductions: 09/30/15 04:34:14PM
michael
@michael
9 years ago
7,714 posts
The error is because of this line:
follow_profile_id = 

The request being made is "follow the profile id '' ". Since there is no profile_id set, the search can't find what your asking it to find.

If you think this is a problem that you didn't create (Its a problem coming from a jamroom module) then please outline steps to recreate it so we can check it out.

Thanks. :)
updated by @michael: 10/27/15 10:47:22AM

Tags