We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 37529
    • 2 Posts
    Всем привет.
    При установке, на странице результатов установки выдает следующие ошибки:

    Specified key was too long; max key length is 1000 bytes во время выполнения SQL запроса CREATE TABLE IF NOT EXISTS `modx_documentgroup_names` ( `id` int(10) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `private_memgroup` tinyint DEFAULT 0 COMMENT 'determine whether the document group is private to manager users', `private_webgroup` tinyint DEFAULT 0 COMMENT 'determines whether the document is private to web users', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM COMMENT='Contains data used for access permissions.'.


    Specified key was too long; max key length is 1000 bytes во время выполнения SQL запроса CREATE TABLE IF NOT EXISTS `modx_membergroup_names` ( `id` int(10) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM COMMENT='Contains data used for access permissions.'.


    Specified key was too long; max key length is 1000 bytes во время выполнения SQL запроса CREATE TABLE IF NOT EXISTS `modx_webgroup_names` ( `id` int(10) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM COMMENT='Contains data used for web access permissions.'.


    Table 'migomed.modx_documentgroup_names' doesn't exist во время выполнения SQL запроса UPDATE modx_documentgroup_names AS dgn LEFT JOIN modx_membergroup_access AS mga ON mga.documentgroup = dgn.id LEFT JOIN modx_webgroup_access AS wga ON wga.documentgroup = dgn.id SET dgn.private_memgroup = (mga.membergroup IS NOT NULL), dgn.private_webgroup = (wga.webgroup IS NOT NULL).

    Простой вопрос. Что делать?