Hello all,
I tried to import data .sql on phpmyadmin but it giving me this error :
# $Id$ # # ClicShopping, Social Open Source E-Commerce Solutions B2B - B2C # http://www.clicshopping.org # # Copyright (c) 2008 ClicShopping # # Released under the GNU General Public License 2 # # NOTE: * Please make any modifications to this file by hand! # * DO NOT use a mysqldump created file for new changes! # * Please take note of the table structure, and use this # structure as a standard for future modifications! # 1 - Default, 2 - USA, 3 - Spain, 4 - Singapore, 5 - Germany INSERT INTO address_format VALUES(1, '$firstname $lastname$cr$streets$cr$city, $postcode$cr$statecomma$country', '$city / $country')
MySQL said:
#1146 - Table 'database.address_format' doesn't exist
Also , I wrote correct username , password , and data on mysql.php file , but it giving me this error :
includes/ClicShopping/OM/CLICSHOPPING.php on line 52