Version of script: 2.5.2
Hosting company:
URL of phpinfo.php: could not locate it
URL of session_test.php: could not locate it
What terms did you try when SEARCHING for a solution: SQL INSTALL ERROR
Write your message below:
Attempting to do fresh install for first time and I am getting a SQL syntax error on the CREATE TABLE statement(s). The following is from the error message that is displayed:
MySQL said:Can't execute SQL: CREATE TABLE `hesk_attachments` ( `att_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `ticket_id` varchar(13) NOT NULL DEFAULT '', `saved_name` varchar(255) NOT NULL DEFAULT '', `real_name` varchar(255) NOT NULL DEFAULT '', `size` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`att_id`), KEY `ticket_id` (`ticket_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
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 'DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci' at line 9
I did see that there have been some other similar error, but it looked as if the responding person accessed the problem site remotely and fixed it.