Hi All im new here to the community and already need some help. i am planning a bigger venture and am still to decide on the software i wish to use so i downloaded Dolphin to test it on a windows machine with xampp installed so far so good
i Place all files in the correct places and started the intallation. first bug not all folders where there so i manually created them. then the install was smooth till the end i revesed all rights deleted the install folder and tried the newly installed site only to get the mesage "It seems to be script is not installed." so i deleted everything including the mySQL database and started from scratch ..... now when i get to Cron Jobs i get a HUGE error message that starts with
Error while executing: SET NAMES \'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 '\'utf8\'' at line 1
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 '\'utf8\'
COLLATE \'utf8_unicode_ci\'' at line 1
Error while executing: CREATE
TABLE `AdminBanList` (`ProfID` int(11) NOT NULL default \'0\',`Time`
int(20) NOT NULL default \'0\',`DateTime` datetime NOT NULL default
\'0000-00-00 00:00:00\') 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
'\'0\',`Time` int(20) NOT NULL default \'0\',`DateTime` datetime NOT
NULL default' at line 1
this goes on for every line in the .sql file
I have read all the post on this site about such errors and on modmy thing site to no avail i then manualy installed the sql file to myphpadmin alson to no luck.
mysql is vesion 5xxxx so i hope it is not that and is wierd that it worked fine the first time.
Any help at all is very much needed and welcomed and appriciated
Cheers DPC