DATABASE ERROR:
SELECT 1
                FROM cms_actions_log log
				LEFT JOIN cms_actions a ON a.id = log.action_id AND a.is_visible = 1
                WHERE 1=1  AND (a.id IN ())
 AND (log.is_friends_only = 0)
 AND (log.is_users_only = 0)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')) AND (log.is_friends_only = 0) AND (log.is_users_only = 0)' at line 4