This is a discussion on database is throwing me an error meesgage... within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; 1146 - Table 'clairesc_osc.TABLE_COUPONS' doesn't exist select coupon_code from TABLE_COUPONS where coupon_id='' [TEP STOP] how can I correct this? This ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 1146 - Table 'clairesc_osc.TABLE_COUPONS' doesn't exist select coupon_code from TABLE_COUPONS where coupon_id='' [TEP STOP] how can I correct this? This error comes during the Checkout Confirmation... I checked the database and the table "Coupons" is there and all the other tables related to it... Last edited by qualityonedesigns; 11-16-2007 at 09:09 PM. |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| TABLE_COUPONS needs to be defined. It is missing. You are seeing an undefined constant. catalog\includes\add_ccgvdc_application_top.php(14 ): define('TABLE_COUPONS', 'coupons'); catalog\admin\includes\add_ccgvdc_application_top. php(11): define('TABLE_COUPONS', 'coupons');
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| Acually, I fixed this issue by adding a table in database_tables.php. |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| database connection error | rustang289 | osCMax v2 Installation issues | 1 | 10-11-2007 06:02 PM |
| database error | Christy | osCMax v2 Installation issues | 1 | 12-04-2005 09:30 AM |
| Syntax error when restoring backup database file | Anonymous | osCMax v1.7 Installation | 0 | 07-09-2004 10:40 PM |
| Error Import database | dc25 | osCommerce 2.2 Installation Help | 0 | 12-08-2003 12:08 AM |