Guest Posted June 30, 2003 Posted June 30, 2003 I am running march of 2003 snapshot. i added the gift voucher contribution and it worked fine until I had some other problems which when fixed I now get this error during checkout. There is no left colum only this error there. being new to php I am lost with this one. I am getting this error message: 1146 - Table 'dappasco_store.TABLE_GV_CUSTOMER' doesn't exist select amount from TABLE_GV_CUSTOMER where customer_id = '9' [TEP STOP] Does anyony know how to fix this problem? Quote
CandyB Posted June 30, 2003 Posted June 30, 2003 Having a similar problem here.... 1146 - Table 'tanya_osc1.TABLE_COUPON_GV_CUSTOMER' doesn't exist select amount from TABLE_COUPON_GV_CUSTOMER where customer_id = '7' [TEP STOP] Quote
Guest Posted June 30, 2003 Posted June 30, 2003 I am running march of 2003 snapshot. i added the gift voucher contribution and it worked fine until I had some other problems which when fixed I now get this error during checkout. There is no left colum only this error there. being new to php I am lost with this one. I am getting this error message: 1146 - Table 'dappasco_store.TABLE_GV_CUSTOMER' doesn't exist select amount from TABLE_GV_CUSTOMER where customer_id = '9' [TEP STOP] Does anyony know how to fix this problem? Hello out there, Can anyone of you superior human beings please help us? Quote
Guest Posted July 1, 2003 Posted July 1, 2003 Did you install the included SQL file? (located in Docs folder) the only problem i have the sql included is missing a table. insert into gv_tracking (gv_number, date_created, customer_id_sent, sent_firstname, sent_surname, emailed_to, gv_a :lol: mount) values ('203e273cb55aceb6', NOW(),'0','Sent by','Admin','[email protected]','39.9900') there is no table gv_tracking it's missing from the SQL Dump included in the main package, other than that it was pretty easy to install. Quote
Guest Posted July 1, 2003 Posted July 1, 2003 Did you install the included SQL file? (located in Docs folder) the only problem i have the sql included is missing a table. insert into gv_tracking (gv_number, date_created, customer_id_sent, sent_firstname, sent_surname, emailed_to, gv_a :lol: mount) values ('203e273cb55aceb6', NOW(),'0','Sent by','Admin','[email protected]','39.9900') there is no table gv_tracking it's missing from the SQL Dump included in the main package, other than that it was pretty easy to install. Yes, I installed the sql tables. I even deleted them and reinstalled them. I have the TABLE_GV_CUSTOMER in my SQL data base but for some reason it is not finding it. 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.