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
I suggest the following fix in file admin/model/tool/backup.php on line 16:
Code: Select all
$table_query = $this->db->query("SHOW TABLES FROM `" . DB_DATABASE ."`");