Posted 28 сентября, 201410 yr comment_71930 Доброго времени суток. Может уже была подобная тема с данной ошибкой,но я может слепой найти не смогу ,по этому пишу. Возникла проблема с БД,всё нормально кодировка правильная,но когда устанавливаю движок и захожу в раздел допустим "Форум" мне выдаёт данную ошибку на скриншоте. Лог MySQL: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Date: Sun, 28 Sep 2014 06:42:53 +0000 Error: 1267 - Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' IP Address: 95.190.14.131 - /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=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 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' Прощу помощи. Edited 28 сентября, 201410 yr by Stevens
28 сентября, 201410 yr comment_71932 Может уже была подобная тема с данной ошибкой,но я может слепой найти не смогуИщите по cp1251_general_ci. Подобных тем полно
28 сентября, 201410 yr Author comment_71934 Ищите по cp1251_general_ci. Подобных тем полно Нету нечего подобного по "cp1251_general_ci"
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.