Fatal error: mysqlt error: [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=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci' at line 6] in EXECUTE("CREATE TABLE modules ( name VARCHAR(128) NOT NULL, version INTEGER NOT NULL, priority INTEGER NOT NULL DEFAULT 0, PRIMARY KEY (name) ) TYPE=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci") in C:\xampp\htdocs\epesi-1.1.4-rev7454\libs\adodb\adodb-errorhandler.inc.php on line 77
I get this error when trying to install using the zip package.
Running Vista for a test and the latest xampp
When I try to use the easyinstaller I get a:
Directory is writeable
OK
PHP version: 5.3.5
OK
WARNING ! Curl extension not found - Please uncomment ;extension=php_curl.dll line in your php.ini
What am I doing incorrectly?