`manufacturers_id` int( 11 ) default NULL ) ENGINE = InnoDB DEFAULT CHARSET = latin1;# MySQL gaf een lege resultaat set terug (0 rijen).
#
# Structure for the `discount_coupons_to_orders` table :
#
CREATE TABLE `discount_coupons_to_orders` (
`discount_coupons_to_orders_id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`coupons_id` varchar( 32 ) default NULL ,
`orders_id` int( 11 ) default '0',
PRIMARY KEY ( `discount_coupons_to_orders_id` ) ,
KEY `coupons_id` ( `coupons_id` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1;# MySQL gaf een lege resultaat set terug (0 rijen).
#
# Structure for the `discount_coupons_to_products` table :
#
CREATE TABLE `discount_coupons_to_products` (
`coupons_id` varchar( 32 ) default NULL ,
`products_id` int( 11 ) default NULL ) ENGINE = InnoDB DEFAULT CHARSET = latin1;# MySQL gaf een lege resultaat set terug (0 rijen).
#
# Structure for the `discount_coupons_to_zones` table :
#
CREATE TABLE `discount_coupons_to_zones` (
`discount_coupons_to_zones_id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`coupons_id` varchar( 32 ) default NULL ,
`geo_zone_id` int( 11 ) default NULL ,
PRIMARY KEY ( `discount_coupons_to_zones_id` ) ,
UNIQUE KEY `discount_coupons_to_zones_id` ( `discount_coupons_to_zones_id` ) ) ENGINE = InnoDB DEFAULT CHARSET = latin1;# MySQL gaf een lege resultaat set terug (0 rijen).
#
# Data for the `discount_coupons` table (LIMIT 0,500)
Part of control Panel disappeared
in General Add-Ons Support
Posted
Hi !
I just installed a contribution for coupon codes
(http://www.oscommerce.com/community/contributions,4269)
but unfortunately it made my control panel disappear.
Now when i go to the admin control panel and log in I do see all the usual options (configuration/catalog,modules etc)
but when i click on any it only shows the admin header and the first menubox left (configuration). None of the links in that menu work either.
I've checked and double checked all the steps and files but cant seem to find what went wrong.
The only thing i can think of is something went wrong when i installed the sql file (note: i dont have much knowledge/experience with sql);
I dont know how hard it is to find the error but i hope someone can help me,
below a copy/paste of the message from php myadmin after the sql installation :
I hope someone can help me.
Thanks in advance,
Rawi