pyworld Posted December 20, 2013 Share Posted December 20, 2013 Вот такая ошибка при установке ipb на локальный сервер mySQL query error: SELECT id FROM faq WHERE app='core' AND title = 'ПоиÑк' SQL error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' SQL error code: 1267 Date: Friday 20th December 2013 07:28:48 PM ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Date: Fri, 20 Dec 2013 19:28:48 +0000 Error: 1267 - Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' IP Address: 127.0.0.1 - /admin/install/index.php?app=install§ion=install&do=acphelp ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: SELECT id FROM faq WHERE app='core' AND title = 'ПоиÑк' .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | C:\Program Files (x86)\VertrigoServ\www\admin\setup\applications\install\sections\install.php| [admin_core_tools_help].helpFilesXMLImport_app | 1481 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | C:\Program Files (x86)\VertrigoServ\www\admin\setup\applications\install\sections\install.php| [install_install].install_acphelp | 139 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | C:\Program Files (x86)\VertrigoServ\www\admin\setup\sources\base\ipsController_setup.php| [install_install].doExecute | 258 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' Link to comment Share on other sites More sharing options...
Bot Posted December 20, 2013 Share Posted December 20, 2013 Обратите внимание По указанному вами в профиле "Board url" находится не IP.Board, либо модифицированный пиратский скрипт с удаленными копирайтами. Если вы указали неверный URL, пожауйста, поправьте его, потому что он скорее всего потребуется при диагностике вашей проблемы. Нелицензионные скрипты не приветствуются, т.к. зачастую именно некорректное "нуление" и является причиной проблем в них. Link to comment Share on other sites More sharing options...
siv1987 Posted December 20, 2013 Share Posted December 20, 2013 http://ipbskins.ru/forum/topic12179.html#entry79826http://ipbskins.ru/forum/topic11922.html#entry77956После:1. Дропнуть базу2. Создать ее еще раз в кодировке utf8_general_ci 3. Запустить установку заново Link to comment Share on other sites More sharing options...
pyworld Posted December 20, 2013 Author Share Posted December 20, 2013 с этим разобрался поменяв кодировку в бд на utf8_general_ci теперь у меня вся админка и сайт в вопросиках, почему?? кодировка везде utf8 Link to comment Share on other sites More sharing options...
siv1987 Posted December 20, 2013 Share Posted December 20, 2013 теперь у меня вся админка и сайт в вопросиках, почему??Потому что данные в ней изначально были записаны криво. Прочитайте еще раз сообщение по первой ссылки и, если не нужны танцы с бубнами с обновлением модулей из xml файлов, проделайте шаги которые описаны выше (предварительно сделав указанную по ссылке модификацию). Link to comment Share on other sites More sharing options...
pyworld Posted December 20, 2013 Author Share Posted December 20, 2013 дропнуть в смысле удалить??? полньстью?? и потом тупо поставить заново двиГ?? Link to comment Share on other sites More sharing options...
siv1987 Posted December 20, 2013 Share Posted December 20, 2013 Да Link to comment Share on other sites More sharing options...
pyworld Posted December 20, 2013 Author Share Posted December 20, 2013 ще одна вылезла ошибка mySQL query error: CREATE TABLE backup_vars ( backup_var_key VARCHAR(255) NOT NULL DEFAULT '', backup_var_value TEXT, PRIMARY KEY (backup_var_key)) ENGINE=InnoDB; SQL error: Specified key was too long; max key length is 1000 bytesSQL error code: 1071Date: Friday 20th December 2013 08:06:24 PM ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Date: Fri, 20 Dec 2013 20:06:24 +0000 Error: 1071 - Specified key was too long; max key length is 1000 bytes IP Address: 127.0.0.1 - /admin/admin/install/index.php?app=install§ion=install&do=sql ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: CREATE TABLE backup_vars ( backup_var_key VARCHAR(255) NOT NULL DEFAULT '', backup_var_value TEXT, PRIMARY KEY (backup_var_key) ) ENGINE=InnoDB; .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | C:\Program Files (x86)\VertrigoServ\www\admin\admin\setup\applications\install\sections\install.php| [install_install].install_sql | 89 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | C:\Program Files (x86)\VertrigoServ\www\admin\admin\setup\sources\base\ipsController_setup.php| [install_install].doExecute | 258 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' не ставится вообще эта тварь раз 40 пробовал, думал что кровь из глаз потечет ! Link to comment Share on other sites More sharing options...
siv1987 Posted December 20, 2013 Share Posted December 20, 2013 Не должно быть таких проблем на VARCHAR (255). Ну попробуйте задать тогда 250 (либо 249), открыв admin\applications\core\setup\versions\install\sql\core_mysql_tables.php Найти: backup_var_key VARCHAR(255) NOT NULL DEFAULT '',И заменить на: backup_var_key VARCHAR(250) NOT NULL DEFAULT '', Link to comment Share on other sites More sharing options...
pyworld Posted December 20, 2013 Author Share Posted December 20, 2013 теперь вот это mySQL query error: CREATE TABLE core_tags_perms ( tag_perm_aai_lookup CHAR(32) NOT NULL DEFAULT '', tag_perm_aap_lookup CHAR(32) NOT NULL DEFAULT '', tag_perm_text VARCHAR(255) NOT NULL DEFAULT '', tag_perm_visible INT(1) NOT NULL DEFAULT 1, UNIQUE KEY tag_perm_aai_lookup (tag_perm_aai_lookup), KEY tag_perm_aap_lookup( tag_perm_aap_lookup ), KEY tag_lookup (tag_perm_text, tag_perm_visible)) ENGINE=InnoDB; SQL error: Specified key was too long; max key length is 1000 bytesSQL error code: 1071Date: Friday 20th December 2013 08:40:05 PM ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Date: Fri, 20 Dec 2013 20:40:05 +0000 Error: 1071 - Specified key was too long; max key length is 1000 bytes IP Address: 127.0.0.1 - /admin/install/index.php?app=install§ion=install&do=sql ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: CREATE TABLE core_tags_perms ( tag_perm_aai_lookup CHAR(32) NOT NULL DEFAULT '', tag_perm_aap_lookup CHAR(32) NOT NULL DEFAULT '', tag_perm_text VARCHAR(255) NOT NULL DEFAULT '', tag_perm_visible INT(1) NOT NULL DEFAULT 1, UNIQUE KEY tag_perm_aai_lookup (tag_perm_aai_lookup), KEY tag_perm_aap_lookup( tag_perm_aap_lookup ), KEY tag_lookup (tag_perm_text, tag_perm_visible) ) ENGINE=InnoDB; .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | C:\Program Files (x86)\VertrigoServ\www\admin\setup\applications\install\sections\install.php| [install_install].install_sql | 89 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | C:\Program Files (x86)\VertrigoServ\www\admin\setup\sources\base\ipsController_setup.php| [install_install].doExecute | 258 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' Link to comment Share on other sites More sharing options...
siv1987 Posted December 20, 2013 Share Posted December 20, 2013 У вас какая версия mysql? Link to comment Share on other sites More sharing options...
pyworld Posted December 20, 2013 Author Share Posted December 20, 2013 Apache 2.2.23PHP 5.3.18MySQL 5.5.28SQLite 3.7.14.1Smarty 3.1.12PhpMyAdmin 3.5.3Xdebug 2.2.1SQLiteManager 1.2.4 Link to comment Share on other sites More sharing options...
siv1987 Posted December 20, 2013 Share Posted December 20, 2013 А кодировка базы точно utf8_general_ci? Еще раз дропните бд и внимательно смотрите на задаваемую кодировку, и не путайте с utf8mb4_general_ci Link to comment Share on other sites More sharing options...
pyworld Posted December 20, 2013 Author Share Posted December 20, 2013 могу по скайпу показать Link to comment Share on other sites More sharing options...
pyworld Posted December 20, 2013 Author Share Posted December 20, 2013 делала в phpmyadmin Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now