L2J_CE

Вы хотите отреагировать на этот пост ? Создайте аккаунт всего в несколько кликов или войдите на форум.
L2J_CE

L2J_CE Server


Участников: 2

    Ошибка в ГС !

    SarGos
    SarGos


    Сообщения : 493
    Дата регистрации : 2010-03-08
    Возраст : 30
    Откуда : Украина

    Ошибка в ГС ! Empty Ошибка в ГС !

    Сообщение  SarGos Вт Мар 09, 2010 3:09 pm

    L2JMOD: Initializing CoupleManager
    Exception: CoupleManager.load(): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErro
    rException: Table 'l2jdb.mods_wedding' doesn't exist
    Ошибка в ГС ! 8-58
    Admin


    Сообщения : 251
    Дата регистрации : 2010-02-25
    Возраст : 32
    Откуда : Москва

    Ошибка в ГС ! Empty Re: Ошибка в ГС !

    Сообщение   Вт Мар 09, 2010 3:15 pm

    mods_wedding таблицу залей
    Код:

    --
    -- Table structure for table `mods_couples`
    --

    CREATE TABLE IF NOT EXISTS `mods_wedding` (
      `id` int(11) NOT NULL auto_increment,
      `player1Id` int(11) NOT NULL default '0',
      `player2Id` int(11) NOT NULL default '0',
      `married` varchar(5) default NULL,
      `affianceDate` decimal(20,0) default '0',
      `weddingDate` decimal(20,0) default '0',
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM;
    SarGos
    SarGos


    Сообщения : 493
    Дата регистрации : 2010-03-08
    Возраст : 30
    Откуда : Украина

    Ошибка в ГС ! Empty Re: Ошибка в ГС !

    Сообщение  SarGos Вт Мар 09, 2010 3:19 pm

    Akimm007 пишет:mods_wedding таблицу залей
    Код:

    --
    -- Table structure for table `mods_couples`
    --

    CREATE TABLE IF NOT EXISTS `mods_wedding` (
      `id` int(11) NOT NULL auto_increment,
      `player1Id` int(11) NOT NULL default '0',
      `player2Id` int(11) NOT NULL default '0',
      `married` varchar(5) default NULL,
      `affianceDate` decimal(20,0) default '0',
      `weddingDate` decimal(20,0) default '0',
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM;
    Спасибо!

      Текущее время Чт Ноя 21, 2024 12:02 am