Поддержка Проблемы и решения После ввода логина и пароля в админке получаю белый эк

  • После ввода логина и пароля в админке получаю белый экран
    Добавление в wp-config ini_set(‘display_errors’, 1); дало вот это:
    Fatal error: Cannot redeclare tinymce_include() in /home/u57831/mysite/www/wp-admin/includes/deprecated.php on line 21

    В файле deprecated.php строки с 20 по 24:
    20 */
    21 function tinymce_include() {
    22 _deprecated_function( __FUNCTION__, ‘2.1’, ‘wp_tiny_mce()’ );
    23
    24 wp_tiny_mce();

    из логов:
    [Sat Oct 23 19:09:15 2010] [error] WordPress database error 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 ‘ORDER BY std.founded DESC LIMIT 20’ at line 1 for query SELECT st.term_value, std.founded FROM drinks_seoqueries_terms st INNER JOIN drinks_seoqueries_data std ON st.stid = std.stid WHERE std.page_type=» AND std.page_id= ORDER BY std.founded DESC LIMIT 20 made by require, require_once, include, get_header, locate_template, load_template, require_once, get_sidebar, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, seoqueries_widget, seoqueries_get_page_terms
    [Sat Oct 23 19:35:26 2010] [error] WordPress database error 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 ‘ORDER BY std.founded DESC LIMIT 20’ at line 1 for query SELECT st.term_value, std.founded FROM drinks_seoqueries_terms st INNER JOIN drinks_seoqueries_data std ON st.stid = std.stid WHERE std.page_type=» AND std.page_id= ORDER BY std.founded DESC LIMIT 20 made by require, require_once, include, get_header, locate_template, load_template, require_once, get_sidebar, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, seoqueries_widget, seoqueries_get_page_terms
    [Sat Oct 23 19:45:45 2010] [error] WordPress database error 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 ‘ORDER BY std.founded DESC LIMIT 20’ at line 1 for query SELECT st.term_value, std.founded FROM drinks_seoqueries_terms st INNER JOIN drinks_seoqueries_data std ON st.stid = std.stid WHERE std.page_type=» AND std.page_id= ORDER BY std.founded DESC LIMIT 20 made by require, require_once, include, get_header, locate_template, load_template, require_once, get_sidebar, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, seoqueries_widget, seoqueries_get_page_terms

    Вижу, что пишет sintax error,знаю что в phpmyadmin надо править, но не понимаю как исправить.
    Помогите пожалуйста, кто знает.

Просмотр 8 ответов — с 1 по 8 (всего 8)
Просмотр 8 ответов — с 1 по 8 (всего 8)
  • Тема «После ввода логина и пароля в админке получаю белый эк» закрыта для новых ответов.