- Katılım
- 13 Ağu 2009
- Mesajlar
- 3,200
- Tepkime puanı
- 1
- Puanları
- 38
- Yaş
- 39
- Konum
- Bursa
- Web sitesi
- www.opencart-tr.com
Veritabanı Yedekleme fonksiyonun da bir hata(bug). Örneğin, "opencart_1-3-2" gibi bir veritabanı adı aşağıdaki hata mesajıyla karşılayıyor
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 '-3-2' at line 1
Error No: 1064
SHOW TABLES FROM opencart_1-3-2
Bu hatayı düzeltmek için aşağıdaki düzeltmeyi yapın.
admin/model/tool/backup.php 16. satırı bununla değiştirin.
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 '-3-2' at line 1
Error No: 1064
SHOW TABLES FROM opencart_1-3-2
Bu hatayı düzeltmek için aşağıdaki düzeltmeyi yapın.
admin/model/tool/backup.php 16. satırı bununla değiştirin.
PHP:
$table_query = $this->db->query("SHOW TABLES FROM `" . DB_DATABASE ."`");