error in sql query.
SELECT * FROM category WHERE category_id =
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 '' at line 1
error in sql query.
SELECT media_id, file_name, actual_file_name, alt_tag_data, external_link, room_name, caption, content_type, record_type, media_size
FROM media WHERE sub_category_id = AND record_type = 'picture'
AND lang = 'eng'
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 record_type = 'picture'
AND lang = 'eng'' at line 2
error in sql query.
SELECT media_id, file_name, actual_file_name, alt_tag_data, external_link, room_name, caption, content_type, record_type, media_size
FROM media WHERE sub_category_id = AND record_type = 'relatedPicture'
AND lang = 'eng'
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 record_type = 'relatedPicture'
AND lang = 'eng'' at line 2
error in sql query.
SELECT media_id, file_name, actual_file_name, alt_tag_data, external_link, room_name, caption, content_type, record_type, media_size
FROM media WHERE sub_category_id = AND record_type = 'picture'
AND lang = 'eng'
UNION SELECT media_id, file_name, actual_file_name, alt_tag_data, external_link, room_name, caption, content_type, record_type, media_size
FROM media WHERE sub_category_id = AND record_type = 'relatedPicture'
AND lang = 'eng'
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 record_type = 'picture'
AND lang = 'eng'
' at line 2
error in sql query.
SELECT media_id, file_name, actual_file_name, alt_tag_data, external_link, room_name, caption, content_type, record_type, media_size
FROM media WHERE sub_category_id = AND record_type = 'attachment'
AND lang = 'eng'
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 record_type = 'attachment'
AND lang = 'eng'' at line 2
error in sql query.
SELECT a.* FROM product a WHERE a.published = 1 AND a.sub_category_id =
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 '' at line 1
error in sql query.
SELECT a.* FROM video a
LEFT JOIN (sub_category_video b) ON (a.video_id = b.video_id)
WHERE b.sub_category_id = ORDER BY a.sort_order
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 a.sort_order' at line 3
error in sql query.
SELECT a.*, b.title FROM related_sub_category_history a
LEFT JOIN (sub_category b) ON (a.related_sub_category_id = b.sub_category_id)
WHERE a.sub_category_id = AND b.published = 1 ORDER BY a.sort_order
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 b.published = 1 ORDER BY a.sort_order' at line 3
Product Coding and Pin Configurations