Posted 30 августа, 20159 yr Установил форум Версия 3.4.6 Первой проблемой было то, что родной стиль был полностью кривой. Теперь я установил новый стиль, но при заходе в форум пишет There appears to be an error with the database.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.
30 августа, 20159 yr Author Хостинг Mchost Сам сайт работает, но при заходе в конкретный форум ошибка. Так уже на 2 хостинге Последняя SQL ошибка (Сегодня, 18:16)---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Date: Sun, 30 Aug 2015 17:16:15 +0000 Error: 1267 - Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' IP Address: 178.127.222.250 - /index.php?/forum/2-forum/ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: SELECT t.*,xxx.* FROM topics t LEFT JOIN core_tags_cache xxx ON ( xxx.tag_cache_key=MD5(CONCAT('forums',';','topics',';',t.tid)) ) WHERE t.forum_id=2 AND t.pinned IN (0,1) AND ( t.approved IN (1,0,-1) ) ORDER BY t.pinned DESC, t.last_post DESC LIMIT 0,30 .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | admin/applications/forums/modules_public/forums/forums.php | [public_forums_forums_forums].renderForum | 457 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/applications/forums/modules_public/forums/forums.php | [public_forums_forums_forums].showForum | 147 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/sources/base/ipsController.php | [public_forums_forums_forums].doExecute | 306 | '----------------------------------------------------------------------------+---------------------------------------------------
30 августа, 20159 yr найдите тему , инструкцию по установке форума, и сделайте все по шагам. у вас кодировка БД не верная, должна быть: utf8_general_ci
30 августа, 20159 yr Author Это видео точно для ipb 3.4.6 подойдёт? И нужно это писать? ALTER TABLE имя таблицы CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
30 августа, 20159 yr Author И что вот изменилось после того, как я сделал по шагам? Тоже самое и осталось всё.