invalid search criteria in jrCore_db_search_items parameters
Clicking the debug shows this detail:
Array
(
[0] => jrGallery
[1] => Array
(
[search1] => leigh
[template] => item_list.tpl
[order_by] => Array
(
[_created] => random
)
[search] => Array
(
[0] => leigh
[1] => _profile_id in (SELECT `_item_id` FROM jr_jrprofile_item_key WHERE `key` = 'profile_quota_id' AND `value` IN(1, 3, 4))
)
[limit] => 1000000
[jrseamless_list_function_call_is_active] => 1
[exclude_jrUser_keys] => 1
[exclude_jrProfile_keys] => 1
[exclude_jrProfile_quota_keys] => 1
[return_keys] => Array
(
[0] => _item_id
[1] => _created
)
[module] => jrGallery
)
)
Clearly I have entered something daft somewhere, but I can't find it, and I don't understand why it's happening every ten minutes. It's not related to any user activity on the site, but it does mention a profile ('leigh') that I use a lot for testing, and seems to be related to jrGallery...
Any thoughts on why this might be happening would be much appreciated...
updated by @iamtimbo: 09/08/16 06:33:02AM