ilch Forum » Ilch Clan 1.1 » Module und Modifikationen » 2tes Forum

Geschlossen
  1. #1
    User Pic
    RapKinG92 Mitglied
    Registriert seit
    19.09.2009
    Beiträge
    6
    Beitragswertungen
    0 Beitragspunkte
    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
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    M4iden Mitglied
    Registriert seit
    12.09.2009
    Beiträge
    5
    Beitragswertungen
    0 Beitragspunkte
    Servus,

    hab grad auf meinem webspace nochmals eine Testinstallation durchgeführt und es hat alles einwandfrei geklappt.

    > IlchScript version M installiert
    > Forum2 nach Anleitung installiert

    ---------------------------------------------

    Entweder hast du bei der Installation einen Fehler gemacht oder vlt ein anderes Modul drauf mit dem es sich nicht verträgt.

    1. den Ordner include hochladen wie er ist
    2. domain.de/index.php?installation aufrufen und ausführen
    3. require_once('include/includes/func/forum2.php'); in die include/includes/loader.php eintragen

    Fertig!

    Hast du den require_once Befehl wie oben eingetragen, also OHNE Anführungszeichen?
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    Mairu Coder
    Registriert seit
    16.06.2006
    Beiträge
    15.334
    Beitragswertungen
    386 Beitragspunkte
    Naja die ganzen COLLATE Sachen sollten nicht unbedingt in der Installationsdateien liegen, ich werde die mal rausnehmen.

    PS: Jetzt kannst du es ja nochmal runterladen und versuchen.


    Zuletzt modifiziert von Mairu am 21.09.2009 - 09:58:33
    Und auch immer mal ein Blick auf die FAQ werfen. | Mairus Ilchseite
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    RapKinG92 Mitglied
    Registriert seit
    19.09.2009
    Beiträge
    6
    Beitragswertungen
    0 Beitragspunkte
    danke werde es gleich mal ausprobieren
    0 Mitglieder finden den Beitrag gut.
  5. #5
    User Pic
    RapKinG92 Mitglied
    Registriert seit
    19.09.2009
    Beiträge
    6
    Beitragswertungen
    0 Beitragspunkte
    benutze neuste ilch version
    einfach include hoch geladen un loader.php bearbeitet
    require_once Befehl ohne anführungszeichen


    habe diesen link benutzt externer Link
    wie voher auch aber bekomme trotz neu hoch laden gleiche fehlermeldung


    Zuletzt modifiziert von RapKinG92 am 21.09.2009 - 18:52:46
    0 Mitglieder finden den Beitrag gut.
  6. #6
    User Pic
    Mairu Coder
    Registriert seit
    16.06.2006
    Beiträge
    15.334
    Beitragswertungen
    386 Beitragspunkte
    Also die gleichen Fehler können nicht kommen, es sei denn du hast die gleiche Datei erhalten (könnte am Cache liegen) ggf. mal mit einem anderen Browser laden oder Cache leeren.
    Und auch immer mal ein Blick auf die FAQ werfen. | Mairus Ilchseite
    0 Mitglieder finden den Beitrag gut.
  7. #7
    User Pic
    RapKinG92 Mitglied
    Registriert seit
    19.09.2009
    Beiträge
    6
    Beitragswertungen
    0 Beitragspunkte
    so habe firefox browser cache geelert und internet explorer benutzt

    und bekomme immer das

    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



    kann mir jemand mal helfen


    bittte


    Zuletzt modifiziert von RapKinG92 am 21.09.2009 - 19:02:56
    0 Mitglieder finden den Beitrag gut.
  8. #8
    User Pic
    RapKinG92 Mitglied
    Registriert seit
    19.09.2009
    Beiträge
    6
    Beitragswertungen
    0 Beitragspunkte
    was osll ich den jetzt machen
    0 Mitglieder finden den Beitrag gut.
  9. #9
    User Pic
    Mairu Coder
    Registriert seit
    16.06.2006
    Beiträge
    15.334
    Beitragswertungen
    386 Beitragspunkte
    includes/contents/installation.sql

    CREATE TABLE IF NOT EXISTS `prefix_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) NOT NULL default '',
      `besch` varchar(255) NOT NULL default '',
      PRIMARY KEY  (`id`)
    ) COMMENT='powered by ilch.de';
    
    CREATE TABLE IF NOT EXISTS `prefix_forumcats2` (
      `id` tinyint(3) unsigned NOT NULL auto_increment,
      `cid` tinyint(3) unsigned NOT NULL default '0',
      `name` varchar(100) NOT NULL default '',
      `pos` tinyint(4) NOT NULL default '0',
      PRIMARY KEY  (`id`)
    ) COMMENT='powered by ilch.de';
    
    CREATE TABLE IF NOT EXISTS `prefix_forummods2` (
      `uid` mediumint(9) NOT NULL default '0',
      `fid` mediumint(9) NOT NULL default '0',
      PRIMARY KEY  (`uid`,`fid`)
    ) COMMENT='powered by ilch.de';
    
    CREATE TABLE IF NOT EXISTS `prefix_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) NOT NULL default '',
      `erstid` int(10) NOT NULL default '0',
      `time` bigint(20) NOT NULL default '0',
      `txt` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) COMMENT='powered by ilch.de';
    
    CREATE TABLE IF NOT EXISTS `prefix_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) NOT NULL default '',
      `erst` varchar(100) 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`)
    ) COMMENT='powered by ilch.de';
    
    
    CREATE TABLE IF NOT EXISTS `prefix_topic_alerts2` (
      `tid` mediumint(9) NOT NULL default '0',
      `uid` mediumint(9) NOT NULL default '0',
      PRIMARY KEY  (`tid`,`uid`)
    );
    
    INSERT INTO `prefix_modules` (`url`,`name`,`gshow`,`ashow`,`fright`) VALUES ('forum2','Forum Nr.2', 0, 1, 0);


    So ists zwar auch in dem Archiv, aber das kannst du ja anscheinend nicht runterladen bzw. du bekommst das alte.


    Zuletzt modifiziert von Mairu am 22.09.2009 - 08:13:25
    Und auch immer mal ein Blick auf die FAQ werfen. | Mairus Ilchseite
    0 Mitglieder finden den Beitrag gut.
  10. #10
    User Pic
    RapKinG92 Mitglied
    Registriert seit
    19.09.2009
    Beiträge
    6
    Beitragswertungen
    0 Beitragspunkte
    danke danke hat jetzt sofort geklappt

    goßes danke
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Module und Modifikationen

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten