Eng Posted July 1, 2019 Share (edited) 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 Edited July 1, 2019 by Eng Quote Link to post
Patrick Posted July 1, 2019 Share Hello, Is it an new installation ? Demo or normal, French or english ? For the second question, you must have installed before ? Could you explain. Thank you. Quote Link to post
Drack Posted July 1, 2019 Share Hello @Eng I tested the latest commit, no problem, the db works fine. Could you tell us more information ? Are on on windows ? Which php version and do you use maria db or mysql ? Thank you. Quote Link to post
Foster Posted July 1, 2019 Share There is no import data .sql, where do you find this file. I think you make a mistake. 3 Quote Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.