Hi,
I'm tying to install the demo version of gdating lite and at step 4 i'm having this error !!
Warning: constant() [function.constant]: Couldn't find constant in /homepages/xx/xxxxxxxxxx/htdocs/gdatinglite/instal ler/index.php on line 209
And at step6 i'm having this !
A MySQL error has occurred.
Your Query: CREATE TABLE `dating_chat` (`chat_id` int(11) NOT NULL auto_increment,`user_id` int(11) default NULL,`friend_id` int(11) default NULL,`chat_message` longtext,`chat_session_id` varchar(255) NOT NULL default '',`chat_timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,PRIMARY KEY (`chat_id`)) ENGINE=MyISAM
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 'CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,PRIMARY KEY (`ch
Can you help me?
Thank you |