• Resolved ThorHammer

    (@thorhammer)


    I get this line of error every fourth minute … My error log is over 10 MB with this specific erro:

    [29-Dec-2012 16:11:42 UTC] WordPress database feil Table 'mydatabase_name.wp_xc20_user2role2object_rs' doesn't exist for spørring SELECT uro.obj_or_term_id, uro.role_name, uro.assignment_id, uro.content_date_limited, uro.content_min_date_gmt, uro.content_max_date_gmt  FROM wp_xc20_user2role2object_rs AS uro WHERE uro.scope = 'term' AND uro.assign_for IN ('entity', 'both') AND uro.role_type = 'rs' AND uro.src_or_tx_name = 'category'   AND ( uro.group_id IN ('5') OR uro.user_id = '8' ) gjort av require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/mytheme/page-templates/front-page.php'), get_footer, locate_template, load_template, require_once('/themes/mytheme/footer.php'), wp_footer, do_action('wp_footer'), call_user_func_array, wp_admin_bar_render, do_action_ref_array, call_user_func_array, wp_admin_bar_my_sites_menu, current_user_can, call_user_func_array, WP_User->has_cap, apply_filters('user_has_cap'), call_user_func_array, CapInterceptor_RS->flt_user_has_cap, CapInterceptor_RS->_flt_user_has_cap, CapInterceptor_RS->user_can_for_any_term, WP_Scoped_User->get_term_roles_daterange, scoper_get_results, scoper_db_method, call_user_func

    I have a multisite install and role scoper and multisite user management installed (despite the fact that I really don’t need any of these plugins).
    Is there anyone with an eagle eye that can explain me what on eart this error message means?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you contact the plugin author? It appears there’s a syntax error in the code that’s causing the MySQL query to run into the PHP. Just a guess from here
    AND ( uro.group_id IN ('5') OR uro.user_id = '8' ) gjort av require('wp-blog-header.php')

    Did this just start, or has it been going on for a while?

    Alternatively, disable any and all plugins you don’t need.

    Thread Starter ThorHammer

    (@thorhammer)

    Hm. After I un-installed Role Scoper the error log stopped getting new entries…
    It might mean that the Plugin, or it’s configuration or setting did something or influenced something it shouldn’t.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mystery from error log’ is closed to new replies.