A Mysql error has occurred while running the script:
- The query you are trying to run is invalid
- Mysql Error Output: 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 ') ORDER BY order_id ASC, name ASC' at line 3
- SQL Query: SELECT category_id FROM probid_categories WHERE
parent_id='0' AND (user_id=0 OR user_id='1')
AND category_id IN (215,) ORDER BY order_id ASC, name ASC