Can't execute SQL: CREATE TABLE `hesk2_kb_articles`
Posted: Sun Feb 08, 2009 5:13 pm
Script URL: http://judejoseph.com/support/
Version of script: Version: 2.0 from 24th January 2009
Hosting company: Hostway
URL of phpinfo.php:http://www.judejoseph.com/phpinfo.php
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Can't execute SQL: CREATE TABLE `hesk2_kb_articles`
and looked through installation posts
Write your message below:
It's my first time ever using this script. Everything seemed fine during installation until the very last step "Setup database settings" when I got the error below. I tried the first time and got the same message, I reinstalled using the same hesk_ table prefix and it confirmed the tables had already been installed so I tried with hesk2_ Unfortunately I do not have phpAdmin and although I can ping the server and have the correct details for the dB I can not connect with MySQL Administrator either:
1. License agreement -> 2. Check setup -> 3. Database settings -> 4. Setup database tables
ERROR=
Can't execute SQL: CREATE TABLE `hesk2_kb_articles` ( `id` smallint(5) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL, `dt` timestamp NOT NULL default CURRENT_TIMESTAMP, `author` smallint(5) unsigned NOT NULL, `subject` varchar(255) NOT NULL, `content` text NOT NULL, `rating` float NOT NULL, `votes` mediumint(8) unsigned NOT NULL, `views` mediumint(8) unsigned NOT NULL, `type` enum('0','1','2') NOT NULL, `html` enum('0','1') NOT NULL default '0', `art_order` smallint(5) unsigned NOT NULL, `history` text NOT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`), KEY `type` (`type`), FULLTEXT KEY `subject` (`subject`,`content`) ) ENGINE=MyISAM
MySQL said:
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 'CURRENT_TIMESTAMP, `author` smallint(5) unsigned NOT NULL,
Please notify webmaster at support@domain.com
Version of script: Version: 2.0 from 24th January 2009
Hosting company: Hostway
URL of phpinfo.php:http://www.judejoseph.com/phpinfo.php
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Can't execute SQL: CREATE TABLE `hesk2_kb_articles`
and looked through installation posts
Write your message below:
It's my first time ever using this script. Everything seemed fine during installation until the very last step "Setup database settings" when I got the error below. I tried the first time and got the same message, I reinstalled using the same hesk_ table prefix and it confirmed the tables had already been installed so I tried with hesk2_ Unfortunately I do not have phpAdmin and although I can ping the server and have the correct details for the dB I can not connect with MySQL Administrator either:
1. License agreement -> 2. Check setup -> 3. Database settings -> 4. Setup database tables
ERROR=
Can't execute SQL: CREATE TABLE `hesk2_kb_articles` ( `id` smallint(5) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL, `dt` timestamp NOT NULL default CURRENT_TIMESTAMP, `author` smallint(5) unsigned NOT NULL, `subject` varchar(255) NOT NULL, `content` text NOT NULL, `rating` float NOT NULL, `votes` mediumint(8) unsigned NOT NULL, `views` mediumint(8) unsigned NOT NULL, `type` enum('0','1','2') NOT NULL, `html` enum('0','1') NOT NULL default '0', `art_order` smallint(5) unsigned NOT NULL, `history` text NOT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`), KEY `type` (`type`), FULLTEXT KEY `subject` (`subject`,`content`) ) ENGINE=MyISAM
MySQL said:
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 'CURRENT_TIMESTAMP, `author` smallint(5) unsigned NOT NULL,
Please notify webmaster at support@domain.com