Merhaba arkadaşlar,
Ben biraz acemisiyim opencart'ın. Sitemde şöyle bir sorun var, mesela ;
- Ürün iadesi
- Hesabım
- Sipariş Geçmişim
- Alışveriş Listem
- Bülten Aboneliği
Bölümleri çalışmaz halde neden olduğunu bilmiyorum. Tıkladığımda şöyle bi hataya atıyor ;
Notice: Undefined index: total in /home/----/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php on line 495Unknown: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in /home/----/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php on line 497Notice: Error: 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 ''SELECT DISTINCT ps.product_id, (SELECT AVG(rating) FROM oc_review r1 WHERE r1.p' at line 1
Error No: 1064
INSERT INTO oc_sql_records (sql_md5,sql_records_number,sql_txt) VALUES ('ed0e8d83af97fadd81470f6a1961d227',,'SELECT DISTINCT ps.product_id, (SELECT AVG(rating) FROM oc_review r1 WHERE r1.product_id = ps.product_id AND r1.status = \'1\' GROUP BY r1.product_id) AS rating FROM oc_product_special ps LEFT JOIN oc_product p ON (ps.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE p.status = \'1\' AND p.date_available <= NOW() AND p2s.store_id = \'0\' AND ps.customer_group_id = \'1\' AND ((ps.date_start = \'0000-00-00\' OR ps.date_start < NOW()) AND (ps.date_end = \'0000-00-00\' OR ps.date_end > NOW())) GROUP BY ps.product_id ORDER BY LCASE(pd.name) ASC, LCASE(pd.name) ASC LIMIT 0,5') in /home/----/public_html/system/database/ipsmysql.php on line 53
Bu hatayı almamın sebebi nedir, bu konuda tecrübeli arkadaşların yardımını bekliyorum. Kullandığım sürüm 1.5.5.1
Teşekkürler
Ben biraz acemisiyim opencart'ın. Sitemde şöyle bir sorun var, mesela ;
- Ürün iadesi
- Hesabım
- Sipariş Geçmişim
- Alışveriş Listem
- Bülten Aboneliği
Bölümleri çalışmaz halde neden olduğunu bilmiyorum. Tıkladığımda şöyle bi hataya atıyor ;
Notice: Undefined index: total in /home/----/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php on line 495Unknown: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in /home/----/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php on line 497Notice: Error: 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 ''SELECT DISTINCT ps.product_id, (SELECT AVG(rating) FROM oc_review r1 WHERE r1.p' at line 1
Error No: 1064
INSERT INTO oc_sql_records (sql_md5,sql_records_number,sql_txt) VALUES ('ed0e8d83af97fadd81470f6a1961d227',,'SELECT DISTINCT ps.product_id, (SELECT AVG(rating) FROM oc_review r1 WHERE r1.product_id = ps.product_id AND r1.status = \'1\' GROUP BY r1.product_id) AS rating FROM oc_product_special ps LEFT JOIN oc_product p ON (ps.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE p.status = \'1\' AND p.date_available <= NOW() AND p2s.store_id = \'0\' AND ps.customer_group_id = \'1\' AND ((ps.date_start = \'0000-00-00\' OR ps.date_start < NOW()) AND (ps.date_end = \'0000-00-00\' OR ps.date_end > NOW())) GROUP BY ps.product_id ORDER BY LCASE(pd.name) ASC, LCASE(pd.name) ASC LIMIT 0,5') in /home/----/public_html/system/database/ipsmysql.php on line 53
Bu hatayı almamın sebebi nedir, bu konuda tecrübeli arkadaşların yardımını bekliyorum. Kullandığım sürüm 1.5.5.1
Teşekkürler