problema newsletter
Posted: Mon Mar 18, 2013 11:49 pm
am o mare problema am instalat .. modulu acesta http://www.opencart.com/index.php?route ... newsletter ... si imi da eroarea asta.. --
-- Create newsletter table. Don't forget add prefix for newsletter table
--
CREATE TABLE IF NOT EXISTS `newsletter` (
`newsletter_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) CHARACTER SET utf8 NOT NULL,
`email` varchar(120) CHARACTER SET utf8 NOT NULL,
PRIMARY KEY (`newsletter_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
oare de ce .. ce trbuie sa fac sa nu mai dea eroarea asta .. va multumesc astept mesaj..
-- Create newsletter table. Don't forget add prefix for newsletter table
--
CREATE TABLE IF NOT EXISTS `newsletter` (
`newsletter_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) CHARACTER SET utf8 NOT NULL,
`email` varchar(120) CHARACTER SET utf8 NOT NULL,
PRIMARY KEY (`newsletter_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
oare de ce .. ce trbuie sa fac sa nu mai dea eroarea asta .. va multumesc astept mesaj..