konan325 Posted March 4, 2013 Report Share Posted March 4, 2013 Ребят у меня при установке на 10 этапе вылезает вот такая ерунда If you are seeing this page, it means there was a problem communicating with our database. Sometimes this error is temporary and will go away when you refresh the page. Sometimes the error will need to be fixed by an administrator before the site will become accessible again. You can try to refresh the page by clicking here че делать помогите пожалуста Link to comment Share on other sites More sharing options...
rozen Posted March 4, 2013 Report Share Posted March 4, 2013 (edited) Как вариант, то что написано. А именно, проверить соединение с сервером БД (не отваливается ли), а так же просто обновить страницу по F5 или кликнув в ссылку (возможно сбой был временным и соединение стало стабильным). кстати, что там на 10 этапе? Edited March 4, 2013 by rozen Link to comment Share on other sites More sharing options...
konan325 Posted March 4, 2013 Author Report Share Posted March 4, 2013 (edited) после 9 выдает вот эту ошибку устанавливал раз 20 наверно по новой другие версие все тоже самое, на 10 наверно удет конект к базе а она и вот наверно ошибка Edited March 4, 2013 by konan325 Link to comment Share on other sites More sharing options...
rozen Posted March 4, 2013 Report Share Posted March 4, 2013 В начале установки инсталлятор проверяет систему на соответствие требованиям. У вас все хорошо там? Link to comment Share on other sites More sharing options...
konan325 Posted March 4, 2013 Author Report Share Posted March 4, 2013 PHP: v5.2.1 или выше SQL: MySQL v4.1.0 (5.0.0 или выше предпочтительнее) Конфигурация mbstrings: Значение mbstring.func_overload на вашей системе: 0 Memory Limit (конфигурация PHP): рекомендуется 128M или более Значение на вашей системе: 128M Проверка: Файлы Требуемые файлы: Есть Проверка: Расширения PHP Общие расширения PHP: Не полностью Поддержка DOM XML (libxml2): Есть Библиотека GD (gd): Есть Reflection Class (Reflection): Есть SPL (SPL): Есть OpenSSL (openssl) Рекомендуется: Нет (Подробнее) JSON (json): Есть Link to comment Share on other sites More sharing options...
rozen Posted March 4, 2013 Report Share Posted March 4, 2013 (edited) У меня так: Версия IP.Board v3.4.2 (ID:34008) MYSQL Версия MYSQL 5.1.24-rc-log Версия PHP 5.2.5 (apache2handler) Отключенные PHP функции Нет данных Загруженные дополнения PDO, Reflection, SPL, SQLite, SimpleXML, Zend Optimizer, apache2handler, bz2, ctype, curl, date, dom, filter, gd, gettext, hash, iconv, ionCube Loader, json, libxml, mbstring, mysql, pcre, pdo_sqlite, posix, session, standard, tokenizer, xml, xmlreader, xmlwriter, zip, zlib Безопасный режим ВЫКЛЮЧЕН Программное обеспечение сервера FreeBSD *.*.*.* 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 [email protected]*.*:/usr/obj/usr/src/sys/GENERIC i386 Текущая загрузка сервера 1.61 И все работает без проблем. Разница в мускуле. Edited March 4, 2013 by rozen Link to comment Share on other sites More sharing options...
Respected Posted March 4, 2013 Report Share Posted March 4, 2013 konan325, у тебя база данных в кодировке cp1251, должна быть в utf8 AUYKGN 1 Link to comment Share on other sites More sharing options...
konan325 Posted March 4, 2013 Author Report Share Posted March 4, 2013 MySQL-кодировка: UTF-8 Unicode (utf8)Сопоставление соединения с MySQL Link to comment Share on other sites More sharing options...
Respected Posted March 4, 2013 Report Share Posted March 4, 2013 Тогда посмотри лог в папке cache под названием *latest.cgi AUYKGN 1 Link to comment Share on other sites More sharing options...
konan325 Posted March 4, 2013 Author Report Share Posted March 4, 2013 нет такого там Link to comment Share on other sites More sharing options...
Respected Posted March 4, 2013 Report Share Posted March 4, 2013 Такого не может быть. Он там появляется сразу после возникновения ошибки базы данных. Link to comment Share on other sites More sharing options...
konan325 Posted March 4, 2013 Author Report Share Posted March 4, 2013 ага вот ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Date: Mon, 04 Mar 2013 10:43:08 +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. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | admin/setup/applications/install/sections/install.php | [admin_core_tools_help].helpFilesXMLImport_app | 1481 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/setup/applications/install/sections/install.php | [install_install].install_acphelp | 139 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/setup/sources/base/ipsController_setup.php | [install_install].doExecute | 258 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' Link to comment Share on other sites More sharing options...
Respected Posted March 4, 2013 Report Share Posted March 4, 2013 Мой догадки подтвердились. Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) Это означает, что база в неправильной кодировке. Link to comment Share on other sites More sharing options...
konan325 Posted March 4, 2013 Author Report Share Posted March 4, 2013 где же изменить эту кодировку? и на какую, вить стоит utf8_bin Link to comment Share on other sites More sharing options...
Respected Posted March 4, 2013 Report Share Posted March 4, 2013 utf8_general_ci должна быть Link to comment Share on other sites More sharing options...
Death1 Posted March 4, 2013 Report Share Posted March 4, 2013 (edited) utf8_unicode_ci тоже подойдёт. И кодировку существующих таблиц наверно просто так не изменить, нужно конвертировать. Edited March 4, 2013 by Death1 Link to comment Share on other sites More sharing options...
konan325 Posted March 4, 2013 Author Report Share Posted March 4, 2013 как сменить кодировку?) Link to comment Share on other sites More sharing options...
Death1 Posted March 4, 2013 Report Share Posted March 4, 2013 как сменить кодировку?) Ты переустанавливать хочеш? Или конвертировать? Link to comment Share on other sites More sharing options...
konan325 Posted March 4, 2013 Author Report Share Posted March 4, 2013 ну конвертировать, что по быстрее Link to comment Share on other sites More sharing options...
Death1 Posted March 4, 2013 Report Share Posted March 4, 2013 Быстрее дропнуть таблицы и с 0 форум установить если у тебя он не использовался. Link to comment Share on other sites More sharing options...
konan325 Posted March 4, 2013 Author Report Share Posted March 4, 2013 я его даже не разу не устанавливал, таблицы дропнул у меня эта ошибка при установки форума, щас нужно изменить кодировку в мускуле Link to comment Share on other sites More sharing options...
konan325 Posted March 4, 2013 Author Report Share Posted March 4, 2013 О все все изменил все работает всем спасибо за помощь Link to comment Share on other sites More sharing options...
Death1 Posted March 4, 2013 Report Share Posted March 4, 2013 Дропаеш таблицу, заходиш в базу для форума и тыкаеш как на скрине. AUYKGN 1 Link to comment Share on other sites More sharing options...
Death1 Posted March 4, 2013 Report Share Posted March 4, 2013 после второго действия кнопочку Ок не забудь нажать и можешь смело в эту базу форум ставить) Link to comment Share on other sites More sharing options...
Recommended Posts