Error in Databaseaction on Line 3952. Detail: 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 ctype.language_id IN (1 ,0)
AND textbox.language_id IN (1 ,0)' at line 10 Template: /var/www/offline/lib/system/lib.php. SQL:
SELECT count(distinct textbox .textbox_id) AS recordcount
FROM (textbox INNER JOIN textbox_textbox ON
textbox_textbox.textbox2_id = textbox.con_id)
LEFT JOIN linkcat ON
textbox_textbox.linkcat_id = linkcat.con_id
LEFT JOIN ctype ON
textbox.ctype_id = ctype.con_id
WHERE (textbox.publish=1 OR textbox.ctype_id IN (16)) AND textbox_textbox.textbox_id =
AND ctype.language_id IN (1 ,0)
AND textbox.language_id IN (1 ,0)