Jump to content



Latest News: (loading..)

Installing a new add-on


  • Please log in to reply
1 reply to this topic

#1   weaverlizzie

weaverlizzie
  • Members
  • 43 posts
  • Real Name:Julie Bunker
  • Gender:Female
  • Location:Payette, Idaho

Posted 07 August 2010 - 03:33 AM

I am installing my first add-on.  Everything downloaded ok.  Opened the directions to find the following.

1. Using phpMyAdmin or a similar tool, perform the following SQL statements on your database:

DROP TABLE IF EXISTS extra_product_fields;
CREATE TABLE extra_product_fields (
  epf_id int unsigned NOT NULL auto_increment,
  epf_order int NOT NULL default 0,
etc.

Upon opening phpMyAdmin I am not finding an obvious location to "install, insert, do"  however I am supposed to be performing the above many statements.  

Any help in this matter would be appreciated.

Julie

#2   web-project

web-project
  • Members
  • 4,320 posts
  • Real Name:Alex
  • Gender:Male
  • Location:Hertfordshire, UK

Posted 09 August 2010 - 08:17 PM

Quote

Upon opening phpMyAdmin I am not finding an obvious location to "install, insert, do" however I am supposed to be performing the above many statements.
try SQL tab in phpMyAdmin.
Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!
8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.
Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.
Any issues with oscommerce, I am here to help you.