nkarafo Posted March 25, 2009 Share Posted March 25, 2009 Hello, I would like to ask for help in installation, regarding the osc addon Multi Pickup (MS1) http://addons.oscommerce.com/info/1097 I have done all the steps except the most important, where is says: Change the database as detailed in multipickup.sql the file multipickup.sql has the following code: CREATE TABLE stores ( stores_id int(11) NOT NULL auto_increment, stores_title varchar(255) NOT NULL default '', address_book_id int(11) NOT NULL default '0', main smallint(1) NOT NULL default '0', PRIMARY KEY (stores_id) ) TYPE=MyISAM; How can I do this? I don't know too much for Databases. I know only the plesk where you can open PhpMyAdmin. Can someone please tell me the steps to install it correctly? Thank you very much in advance!! Quote Link to comment Share on other sites More sharing options...
gongora74 Posted March 25, 2009 Share Posted March 25, 2009 Im not very skilled but The way I did it was I opened my PHPMyAdmin and went to the sql editor there is a tab that you enter the info above in and it will create the tables for you. I can do a step by step if needed. Maria Quote Link to comment Share on other sites More sharing options...
nkarafo Posted March 25, 2009 Author Share Posted March 25, 2009 (edited) I went to phpmyadmin -> databases -> Processes -> edit -> and then I put the code after deleting the table stores that previously existed. I tried to insert a new store via admin -> catalog -> stores but when I was trying to add it, this error occured: 1062 - Duplicate entry '1' for key 1 insert into stores values (1 , 'Main store', 1, 0) [TEP STOP] Edited March 25, 2009 by nkarafo Quote Link to comment Share on other sites More sharing options...
nkarafo Posted March 28, 2009 Author Share Posted March 28, 2009 Any help please? Quote Link to comment Share on other sites More sharing options...
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.