Guest Posted December 10, 2005 Posted December 10, 2005 This contribution changes the Specials page to match the product display of the new products page. Installation is very simple and fast. This contribution is made available under GPL. This is the support, feel free to post any ideas or suggestions for its future production. Sincerely, Tornadoburn.com Team Quote
kabuca Posted January 11, 2006 Posted January 11, 2006 I do not understand step #6 Update the database with the dump in the osc.sql, file. I get this error as I do not understand what it is asking me to do with that file Special Categories 1146 - Table 'kabuca.special_category' doesn't exist select count(*) as total from special_category A, categories_description B where A.categ_id = B.categories_id and B.language_id = '1' [TEP STOP] Quote
tkeats Posted April 23, 2007 Posted April 23, 2007 I do not understand step #6 Update the database with the dump in the osc.sql, file. I get this error as I do not understand what it is asking me to do with that file Special Categories 1146 - Table 'kabuca.special_category' doesn't exist select count(*) as total from special_category A, categories_description B where A.categ_id = B.categories_id and B.language_id = '1' [TEP STOP] I know this is an old post, however, just incase you (or someone else) gets stumped on this. load up phpmyadmin to make the change (or you can import directly in mysql from the command prompt, check the mysql documents on how to do this, I forget off the top of my head...) and simply paste the text in the .sql file into the sql form. Alternatively you can import the file using the 'file' field. Thomas Quote A signature is something that reflects its user. - The dictionary The question is not, 'to code, or not to code' the question is, 'if we do not code, are we really alive?' -- anonymous
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.
Note: Your post will require moderator approval before it will be visible.