Title...
Hello, I am a newbie trying to install Boonex on my server, Have managed to get to the 6th step of the installation process, and keep getting this error. I have copied a bit of the error, but there are manny more infos of the same type.
Thank you for your help.
Error while executing: SET NAMES 'utf8';
Unknown system variable 'NAMES'
Error while executing: ALTER DATABASE DEFAULT CHARACTER SET '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 'DATABASE DEFAULT CHARACTER SET 'utf8' COLLATE 'utf8_unicode_ci'
Error while executing: CREATE TABLE `AccountCompose` (`ID` int(8) unsigned NOT NULL auto_increment,`Title` varchar(255) NOT NULL default '',`Div` varchar(255) NOT NULL default '',`Caption` varchar(255) NOT NULL default '',`Desc` varchar(255) NOT NULL default '',`Func` varchar(40) NOT NULL default '',`Content` text NOT NULL,`Visible` set('non','memb') NOT NULL default '',`Column` int(11) NOT NULL default '0',`Order` int(11) NOT NULL default '0',PRIMARY KEY (`ID`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
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' at line 1
MySQL version 4.1.2 and higher is required to run Dolphin.
Your server admins have to update your MySQL.
Thank you very much for your response. You are right, When I took the time to check wath version I was installin it on your info was correct, an dI have managed to install it already.
May I venture and ask you a nother question then...
Since the installation, I cannot go to the "my profile" page. What did I do wrong there, I get the famous Error 404 page
Thank you