CollinR Posted November 1, 2007 Posted November 1, 2007 It's missing from my oscommerce.sql Dows anyone have a table structure for it? I can't seem to find the SQL structures alone.
♥geoffreywalton Posted November 1, 2007 Posted November 1, 2007 There is no such table in the standard osCommerce. Is it from a contribution? Whoops should have said my version. Nice one Bob. Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
bobg7 Posted November 1, 2007 Posted November 1, 2007 I'm guessing you did something like uploaded the new RC1 files but didn't update the database so you wouldn't loose any info. Here is the statement from the oscommerce.sql file located in ms3/install: DROP TABLE IF EXISTS osc_administrators; CREATE TABLE osc_administrators ( id int NOT NULL auto_increment, user_name varchar(32) NOT NULL, user_password varchar(40) NOT NULL, user_full_name varchar(255) NOT NULL, user_email_address varchar(255) NOT NULL, PRIMARY KEY (id) ); You should be able to just copy/paste the code and I think the first time you enter the admin panel it will prompt you for a username/password. Hope this helps....... Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.
CollinR Posted November 2, 2007 Author Posted November 2, 2007 Although it's possible I have downloaded an upgrade package this is a fresh install and it was only missing that table (that I can tell). Either way much thanks guys! I am off and on my way. This is my first go at oscommerce and e-commerce in general, so we'll see how it goes. I have been playing with Apache/PHP/MySQL for about 10 years on hobby sites just never really tried to open a storefront. Sucks too as I use Godaddy for hosting and they prohibit remote access to your MySQL DB, so updating my products will have to be interesting. :( Thanks again! Collin
Recommended Posts
Archived
This topic is now archived and is closed to further replies.