Quicksdk Posted July 1, 2012 Share Posted July 1, 2012 У меня выскочила ошибка FATAL ERROR Your settings could not be read by IP.Board. This is a fatal error and IP.Board cannot function while this issue persists. This issue is generally caused by changing your character set in the ACP to one that does not support data stored in the rest of your settings, or by restoring a database backup/completing a server transfer and importing your database tables using the wrong character set or collation. You should contact IPS Technical Support for further assistance. Что делать? Quote Link to comment Share on other sites More sharing options...
_Dark_ Posted July 1, 2012 Share Posted July 1, 2012 Кодировка Базы данных. Quote Link to comment Share on other sites More sharing options...
Quicksdk Posted July 1, 2012 Author Share Posted July 1, 2012 А как исправить-то? Quote Link to comment Share on other sites More sharing options...
wensont Posted July 1, 2012 Share Posted July 1, 2012 Гайд в картинках Quicksdk 1 Quote Link to comment Share on other sites More sharing options...
_Dark_ Posted July 1, 2012 Share Posted July 1, 2012 Выложите результат запроса SHOW VARIABLES LIKE %CHAR%[/SQL] Quicksdk 1 Quote Link to comment Share on other sites More sharing options...
Quicksdk Posted July 1, 2012 Author Share Posted July 1, 2012 #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%CHAR%' at line 1 Quote Link to comment Share on other sites More sharing options...
_Dark_ Posted July 2, 2012 Share Posted July 2, 2012 SHOW VARIABLES LIKE '%CHAR%';[/SQL] Quote Link to comment Share on other sites More sharing options...
Quicksdk Posted July 2, 2012 Author Share Posted July 2, 2012 Вот Quote Link to comment Share on other sites More sharing options...
_Dark_ Posted July 2, 2012 Share Posted July 2, 2012 В conf_global.php меняли данные? Надо поменять. Quote Link to comment Share on other sites More sharing options...
Quicksdk Posted July 2, 2012 Author Share Posted July 2, 2012 ну вроде да. <?php $INFO['sql_driver'] = 'mysql'; $INFO['sql_host'] = 'localhost'; $INFO['sql_database'] = 'XXX_main'; $INFO['sql_user'] = 'XXX_main'; $INFO['sql_pass'] = 'password'; $INFO['sql_tbl_prefix'] = ''; $INFO['sql_debug'] = '0'; $INFO['sql_charset'] = ''; $INFO['board_start'] = '1336130343'; $INFO['installed'] = '1'; $INFO['php_ext'] = 'php'; $INFO['safe_mode'] = '0'; $INFO['board_url'] = '__pro-ucheba.com'; $INFO['banned_group'] = '5'; $INFO['admin_group'] = '4'; $INFO['guest_group'] = '2'; $INFO['member_group'] = '3'; $INFO['auth_group'] = '1'; $INFO['use_friendly_urls'] = '1'; $INFO['_jsDebug'] = '0'; $INFO['mysql_tbl_type'] = 'MyISAM'; define('IN_DEV', 0); /* Remote archive DB - complete these details if you're using a remote DB for the post archive */ $INFO['archive_remote_sql_host'] = ''; $INFO['archive_remote_sql_database'] = ''; $INFO['archive_remote_sql_user'] = ''; $INFO['archive_remote_sql_pass'] = ''; $INFO['archive_remote_sql_charset'] = ''; ?> Quote Link to comment Share on other sites More sharing options...
wensont Posted July 2, 2012 Share Posted July 2, 2012 Посмотрите особенно с шага №7 Quicksdk 1 Quote Link to comment Share on other sites More sharing options...
Quicksdk Posted July 2, 2012 Author Share Posted July 2, 2012 как раз на 7 этапе идет ошибка Not Found The requested URL /admin/upgradeFinish/index.php was not found on this server. Quote Link to comment Share on other sites More sharing options...
Quicksdk Posted July 2, 2012 Author Share Posted July 2, 2012 а в базе какое сравнение выбрать? utf8_general_ci? Quote Link to comment Share on other sites More sharing options...
wensont Posted July 2, 2012 Share Posted July 2, 2012 Эм.. файлик нужно взять из дистриба (папка Tools) и залить на хостинг, тогда он появится :-) Quote Link to comment Share on other sites More sharing options...
Quicksdk Posted July 2, 2012 Author Share Posted July 2, 2012 да я понял) я так и сделал. но как видишь) А сравнение в базе какое сделать-то? utf8_general_ci? или utf8_bin? Quote Link to comment Share on other sites More sharing options...
wensont Posted July 2, 2012 Share Posted July 2, 2012 Не может быть. Проверяй куда залил. и то ли залил. Quote Link to comment Share on other sites More sharing options...
Quicksdk Posted July 2, 2012 Author Share Posted July 2, 2012 оказывается utf8_general_ci. вроде пошло все ок. спасибо) ан нет.. не все ок. Catchable fatal error: Argument 1 passed to class_perms::checkGroupView() must be an array, null given, called in /home/o/odinaevde/pro-ucheba.com/public_html/hooks/globalProMenuNavDisplay_9c7dcfbe81c185ffa3c7ecd7e4299d6a.php on line 39 and defined in /homeXXX/public_html/admin/applications_addon/other/promenu/sources/classes/class_perms.php on line 150 а в админке крякозябры... так что в сравнение выбирать? utf8_general_ci, utf8_unicode_ci, utf8_bin? Quote Link to comment Share on other sites More sharing options...
wensont Posted July 2, 2012 Share Posted July 2, 2012 Пожалуйста посмотрите гайд по переносу, если следовать ему, то проблемы в 99,99% случаев не возникают. Если у вас есть ошибки в каких-то пунктах гайда, то лучше пишити на каком шаге, какая ошибка. Сейчас на вашем сайте выдается ошибка: 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 Что явно говорит о проблемах с БД, начиная от неправельного логин, заканчивая кодировкой. кодировка базы: utf-8_general_ci Ответ вашего сайта на запрос к странице: Если у вас такое не появляется, то смените браузер (возможно какие-то настройки блокируют данную страницу). Quote Link to comment Share on other sites More sharing options...
Quicksdk Posted July 2, 2012 Author Share Posted July 2, 2012 да, и вот что после установки Catchable fatal error: Argument 1 passed to class_perms::checkGroupView() must be an array, null given, called in /home/o/odinaevde/pro-ucheba.com/public_html/hooks/globalProMenuNavDisplay_9c7dcfbe81c185ffa3c7ecd7e4299d6a.php on line 39 and defined in /home/o/odinaevde/pro-ucheba.com/public_html/admin/applications_addon/other/promenu/sources/classes/class_perms.php on line 150 вот что в админке ЗЫ. админ не ругайся, но твой хостинг изображений почему-то не работает Quote Link to comment Share on other sites More sharing options...
wensont Posted July 2, 2012 Share Posted July 2, 2012 promenu - а это что за модуль? ЗЫ: У меня все картинки отображает :-) Quote Link to comment Share on other sites More sharing options...
Quicksdk Posted July 2, 2012 Author Share Posted July 2, 2012 какие картинки?) что делать-то надо? Quote Link to comment Share on other sites More sharing options...
wensont Posted July 2, 2012 Share Posted July 2, 2012 /home/o/odinaevde/pro-ucheba.com/public_html/admin/applications_addon/other/promenu/sources/classes/class_perms.php - как видно из этой строки, ошибка в доп модуле с названием promenu, я бы сначала востановил с бэкапа, после отключил/удилил этот модуль, затем обновился и потом поставил бы обратно. Но можно просто потереть данный фаил. Quote Link to comment Share on other sites More sharing options...
Quicksdk Posted July 2, 2012 Author Share Posted July 2, 2012 вот что на 150 строке public function checkGroupView(array $menus, $in_loop = 0) че за бред... ведь все шикарно работало на прошлом хостинге. Quote Link to comment Share on other sites More sharing options...
wensont Posted July 2, 2012 Share Posted July 2, 2012 На скрине явлые проблемы с кодировкой базы. Так же у вас есть проблема при обновлении в модуле ProMenu, либо отлючите его либо удалите перед обновлением. Quote Link to comment Share on other sites More sharing options...
Quicksdk Posted July 2, 2012 Author Share Posted July 2, 2012 окаy но почему тогда на прошлом хостинге все без проблем работало? 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.