This is a discussion on i've really cocked this up :( within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Someone please help... I have just set up my site and I was fairly happy with it, although it was ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Someone please help... I have just set up my site and I was fairly happy with it, although it was in the early stages, ie, no products. Yesterday I was having problems registering as a customer. I kept getting errors like: 1146 - Table 'wwwpubl_osc1.coupons' doesn't exist Select * from coupons where coupon code = "new_Signup_Discount_coupon" [TEP STOP] After a lot of messing around, today I decided to try and add a database - although I know nothing about databases, but I thought maybe this was the problem so figured I couldn't do any harm. Unfortunatly I did do harm, Somehow I deleted the database for the whole site and I can't get it back. I tried renaming another with the same name but it didn't work... I just get this message: 1146 - Table 'wwwpubl_osc1.configuration' doesn't exist select configuration_key as cfgKey, configuration_value as cfgValue from configuration [TEP STOP] ARRRGGGHH!!! What does all this mean, what can I do to retrieve my site??? HELP! |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| it might mean you've put the wrong thing in includes/configure.php where it says: define('DB_DATABASE', '-------------------'); where '------------' probably reads 'wwwpubl_osc1' you need to change that to the name of your database. Alternatively, if wwwpubl_osc1 really is the name of your database, you might have deleted the tables it's trying to access. jon |
| Sponsored Links | ||
| ||