goochweb Posted March 17, 2006 Posted March 17, 2006 Hopefully someone can help me!!! I am kinda new to this, but I have a client that wants the gift voucher thing and this contribution looks like what we need! Although, I downloaded the 1.51a and copied all the files to the correct locations on a test install of oscommerce and I am getting this error: 1146 - Table 'goochj_osc2.coupons' doesn't exist select count(*) as total from coupons where coupon_active='Y' and coupon_type != 'G' [TEP STOP] in the administration console and other places. I am totally stupid when it comes to MySQL, I know that there is a sql file that needs to be install, but how to you do it?? I use a 3rd party hosting company, so is there even a possibility to do this??? Please any help ASAP would be greatly appreciated!!! Thanks!!! Quote
Guest Posted March 18, 2006 Posted March 18, 2006 Hopefully someone can help me!!! I am kinda new to this, but I have a client that wants the gift voucher thing and this contribution looks like what we need! Although, I downloaded the 1.51a and copied all the files to the correct locations on a test install of oscommerce and I am getting this error: 1146 - Table 'goochj_osc2.coupons' doesn't exist select count(*) as total from coupons where coupon_active='Y' and coupon_type != 'G' [TEP STOP] in the administration console and other places. I am totally stupid when it comes to MySQL, I know that there is a sql file that needs to be install, but how to you do it?? I use a 3rd party hosting company, so is there even a possibility to do this??? Please any help ASAP would be greatly appreciated!!! Thanks!!! Login to phpMyAdmin (usually by your control panel). If you do not know where or how to do this, please consult your host. Choose which database for your shop. To run a SQL query, click on "SQL" on the navigation bar. Enter your SQL in the box provided or browse to the sql file on your pc. Click "Go". If all goes well, your SQL query will now be succesfully entered. Quote
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.