Query fail: select count(product_id) as count from st_product where product_cat_id = and product_active = 1 LIMIT 1;
- Error No: 1064
- Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'and product_active = 1 LIMIT 1' at line 1
- Call: Function query_first in /var/www/vhosts/autosan-makina.com/httpdocs/includes/product/category.php on line 151
Invalid Query ID: . Records could not be fetched.
- Error No: 1064
- Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'and product_active = 1 LIMIT 1' at line 1
- Call: Function query_first in /var/www/vhosts/autosan-makina.com/httpdocs/includes/product/category.php on line 151
Query fail: select * from st_product_category where cat_id = LIMIT 1;
- Error No: 1064
- Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'LIMIT 1' at line 1
- Call: Function query_first in /var/www/vhosts/autosan-makina.com/httpdocs/includes/product/category.php on line 163
Invalid Query ID: . Records could not be fetched.
- Error No: 1064
- Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'LIMIT 1' at line 1
- Call: Function query_first in /var/www/vhosts/autosan-makina.com/httpdocs/includes/product/category.php on line 163
Query fail: select * from st_product_category where cat_father_id = and cat_active = 1 order by cat_pos
- Error No: 1064
- Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'and cat_active = 1 order by cat_pos' at line 1
- Call: Function query in /var/www/vhosts/autosan-makina.com/httpdocs/includes/product/category.php on line 173
Query fail: select st_product.*, st_product_category.*
from st_product_category,st_product
where st_product.product_cat_id =
and st_product_category.cat_id = st_product.product_cat_id
order by product_id desc limit 0 , 20
- Error No: 1064
- Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'and st_product_category.cat_id = st_product.product_cat_id
...' at line 4
- Call: Function query in /var/www/vhosts/autosan-makina.com/httpdocs/includes/product/category.php on line 180