SQL Error DB function failed with error number 1064You 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 DEFAULT CHARSET=utf8' at line 37SQL =CREATE TABLE IF NOT EXISTS `elx_marketplace_categories` ( `id` INTEGER UNSIGNED NOT NULL AUTO_INCREMENT, `parent` INTEGER UNSIGNED DEFAULT '0', `namedialect1` VARCHAR(180) DEFAULT NULL, `namedialect2` VARCHAR(180) DEFAULT NULL, `namedialect3` VARCHAR(180) DEFAULT NULL, `namedialect4` VARCHAR(180) DEFAULT NULL, `descriptiondialect1` VARCHAR(250) DEFAULT NULL, `descriptiondialect2` VARCHAR(250) DEFAULT NULL, `descriptiondialect3` VARCHAR(250) DEFAULT NULL, `descriptiondialect4` VARCHAR(250) DEFAULT NULL, `image` VARCHAR(250) DEFAULT NULL, `image2` VARCHAR(250) DEFAULT NULL, `has_entries` TINYINT(4) DEFAULT '0', `sort_order` INTEGER DEFAULT '0', `use_paid_ads` TINYINT(1) DEFAULT '-1', `overwrite_paid_ads_price_basic` TINYINT(1) DEFAULT '0', `paid_ads_price_basic` FLOAT( 9,2) DEFAULT 0, `overwrite_paid_ads_price_top` TINYINT(1) DEFAULT '0', `paid_ads_price_top` FLOAT( 9,2) DEFAULT 0, `overwrite_paid_ads_price_featured` TINYINT(1) DEFAULT '0', `paid_ads_price_featured` FLOAT( 9,2) DEFAULT 0, `overwrite_paid_ads_price_commercial` TINYINT(1) DEFAULT '0', `paid_ads_price_commercial` FLOAT( 9,2) DEFAULT 0, `ad_default` TINYINT(1) DEFAULT '-1', `published` TINYINT(1) DEFAULT 0, PRIMARY KEY (`id`), KEY `marketplace_categories_parent` (`parent`), KEY `marketplace_categories_sort_order` (`sort_order`) ) TYPE=MyISAM DEFAULT CHARSET=utf8;
SQL Error DB function failed with error number 1064You 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 10SQL =CREATE TABLE IF NOT EXISTS `elx_primezilla_preferences` ( `id` INTEGER UNSIGNED NOT NULL, `msgs_per_page` INTEGER UNSIGNED NOT NULL DEFAULT 20, `use_signature` TINYINT(1) DEFAULT 0, `use_signature_for_replies` TINYINT(1) DEFAULT 0, `signature` TEXT, `use_email_notification` TINYINT(1) DEFAULT 1, PRIMARY KEY (`id`) ) TYPE=MYISAM;