
Originally Posted by
SincoS
I'm about to give up on this add on (Newletter Subscribe v 2.1.1)
ive tried everything to install it but can't find the answer.
I receive this error when i click the install button after following the instructions.
I'm using AAMPS with php 5.3.8, ZC 1.3.9, and this is all being done on a localhost server for testing.
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 9
in:
[ CREATE TABLE IF NOT EXISTS zen_subscribers ( `subscriber_id` int(11) NOT NULL auto_increment, `customers_id` int(11) default NULL, `email_address` varchar(96) NOT NULL default '' UNIQUE, `email_format` varchar(4) NOT NULL default 'TEXT', `confirmed` varchar(8) default NULL, `subscribed_date` date NOT NULL default '0000-00-00', PRIMARY KEY (`subscriber_id`) ) TYPE=MyISAM;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Maybe there is a common mistake that i made
Bookmarks