Rusclub Posted April 29, 2012 Report Share Posted April 29, 2012 При открытии форума выводит такую ошибку: Вот лог ошибок sql Date: Sun, 29 Apr 2012 00:12:29 +0000 Error: 1267 - Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' IP Address: 208.66.75.162 - /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 | 447 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | 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 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- + ещё один вопрос, у меня домен кирилица, и форум читает его в пунокоде, вот например хостинг изображений __xn----8sbyych.../uploads/im.... , а хочется та __САЙТ-по-РУССК...ds/images/pr... Quote Link to comment Share on other sites More sharing options...
_Dark_ Posted April 29, 2012 Report Share Posted April 29, 2012 Дело в кириллическом адресе форума. Попробуйте создать новую категорию, в ней форум и посмотрите что будет. Quote Link to comment Share on other sites More sharing options...
Rusclub Posted April 29, 2012 Author Report Share Posted April 29, 2012 Та же песня, дела не в кирилице, раньше 3.2.3. стояла версия на этом домене ошибка возникала из-за использования cp-1251 - сейчас базу перевёл на utf-8 все равно. Quote Link to comment Share on other sites More sharing options...
Respected Posted April 29, 2012 Report Share Posted April 29, 2012 phpmyadmin --> Операции --> Сравнивание: utf8_general_ci + ещё один вопрос, у меня домен кирилица, и форум читает его в пунокоде, Не совсем понял заданного вопроса? Где что читает не правильно? Quote Link to comment Share on other sites More sharing options...
Rusclub Posted April 29, 2012 Author Report Share Posted April 29, 2012 Всё так сделанно, и форум и категорию снова создавал. Quote Link to comment Share on other sites More sharing options...
Respected Posted April 29, 2012 Report Share Posted April 29, 2012 Rusclub, Тебе вот что нужно сделать: удалить базу, создать новую, поставить сравнение в phpmyadmin и снова установить форум :) Quote Link to comment Share on other sites More sharing options...
Rusclub Posted April 29, 2012 Author Report Share Posted April 29, 2012 Rusclub, Тебе вот что нужно сделать: удалить базу, создать новую, поставить сравнение в phpmyadmin и снова установить форум Ого, а все настройки которые я делал, что заново всё подгонять :) Quote Link to comment Share on other sites More sharing options...
Respected Posted April 29, 2012 Report Share Posted April 29, 2012 Да, придётся.. Надо было раньше выявлять эту ошибку.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.