wenn ich die installation nach readme ausführe erhalte ich folgende fehler
MySQL 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 'collate utf8_unicode_ci NOT NULL default '', `besch` varchar(
in Query:
CREATE TABLE IF NOT EXISTS `ic1_forums2` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `cid` mediumint(8) NOT NULL default '0', `last_post_id` int(11) NOT NULL default '0', `view` smallint(6) NOT NULL default '0', `reply` smallint(6) NOT NULL default '0', `start` smallint(6) NOT NULL default '0', `pos` tinyint(3) NOT NULL default '0', `posts` mediumint(8) NOT NULL default '0', `topics` mediumint(8) NOT NULL default '0', `name` varchar(100) collate utf8_unicode_ci NOT NULL default '', `besch` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='powered by ilch.de' AUTO_INCREMENT=4
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ installation.php:82 -- db_query(...)
@ index.php:31 -- require_once(...)
MySQL 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 'collate utf8_unicode_ci NOT NULL default '', `pos` tinyint(4)
in Query:
CREATE TABLE IF NOT EXISTS `ic1_forumcats2` ( `id` tinyint(3) unsigned NOT NULL auto_increment, `cid` tinyint(3) unsigned NOT NULL default '0', `name` varchar(100) collate utf8_unicode_ci NOT NULL default '', `pos` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='powered by ilch.de' AUTO_INCREMENT=8
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ installation.php:82 -- db_query(...)
@ index.php:31 -- require_once(...)
MySQL 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 'DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='powered b
in Query:
CREATE TABLE IF NOT EXISTS `ic1_forummods2` ( `uid` mediumint(9) NOT NULL default '0', `fid` mediumint(9) NOT NULL default '0', PRIMARY KEY (`uid`,`fid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='powered by ilch.de'
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ installation.php:82 -- db_query(...)
@ index.php:31 -- require_once(...)
MySQL 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 'collate utf8_unicode_ci NOT NULL default '', `erstid` int(10)
in Query:
CREATE TABLE IF NOT EXISTS `ic1_posts2` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `tid` mediumint(8) NOT NULL default '0', `fid` mediumint(9) NOT NULL default '0', `erst` varchar(100) collate utf8_unicode_ci NOT NULL default '', `erstid` int(10) NOT NULL default '0', `time` bigint(20) NOT NULL default '0', `txt` text collate utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='powered by ilch.de' AUTO_INCREMENT=8
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ installation.php:82 -- db_query(...)
@ index.php:31 -- require_once(...)
MySQL 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 'collate utf8_unicode_ci NOT NULL default '', `erst` varchar(1
in Query:
CREATE TABLE IF NOT EXISTS `ic1_topics2` ( `id` int(10) unsigned NOT NULL auto_increment, `fid` int(10) NOT NULL default '0', `last_post_id` mediumint(9) NOT NULL default '0', `name` varchar(200) collate utf8_unicode_ci NOT NULL default '', `erst` varchar(100) collate utf8_unicode_ci NOT NULL default '', `art` int(1) NOT NULL default '0', `stat` int(1) NOT NULL default '0', `rep` int(10) NOT NULL default '0', `hit` int(10) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='powered by ilch.de' AUTO_INCREMENT=5
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ installation.php:82 -- db_query(...)
@ index.php:31 -- require_once(...)
MySQL 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 'DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci' at line 5
in Query:
CREATE TABLE IF NOT EXISTS `ic1_topic_alerts2` ( `tid` mediumint(9) NOT NULL default '0', `uid` mediumint(9) NOT NULL default '0', PRIMARY KEY (`tid`,`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
Debug backtrace:
@ mysql.php:32 -- debug_bt()
@ mysql.php:50 -- db_check_error(...)
@ installation.php:82 -- db_query(...)
@ index.php:31 -- require_once(...)
Installation abgeschlossen
Es sind Fehler bei der Installation aufgetreten!
Bitte benachrichtigen Sie den Entwickler.
Oben sollten Sie eine ausführlichere Fehlermeldung sehen
(ab ilchClan Version 1.1 I).
Fehlermeldungen:
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 'collate utf8_unicode_ci NOT NULL default '', `besch` varchar(
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 'collate utf8_unicode_ci NOT NULL default '', `pos` tinyint(4)
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 'DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='powered b
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 'collate utf8_unicode_ci NOT NULL default '', `erstid` int(10)
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 'collate utf8_unicode_ci NOT NULL default '', `erst` varchar(1
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 'DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci' at line 5
verwendete ilchClan Version: 1.1
betroffene Homepage: ryusai.ist-chef.com/index.php
Zuletzt modifiziert von RapKinG92 am 19.09.2009 - 22:10:57