• Hello,

    In the administration pages, Nimble creates this error every 2 minutes:

    WordPress database error Table ‘wordpress.wp_0_options’ doesn’t exist for query SELECT option_value FROM wp_0_options WHERE option_name = ‘siteurl’ LIMIT 1 made by require_once(‘wp-load.php’), require_once(‘wp-config.php’) , require_once(‘wp-settings.php’), do_action(‘after_setup_theme’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, Nimble\sek_schedule_module_registration, Nimble\sek_register_modules_when_customizing_or_ajaxing, Nimble\sek_do_register_module_collection , Nimble\sek_get_module_params_for_czr_simple_form_submission_child, get_site_url, get_option

    It comes from the call of the ‘get_site_url’ function which only accepts as first argument a blog ID or nothing for the current one. For the six calls to this function in the Nimble scripts, the argument is ‘url’ so a character string, it must therefore be deleted and no argument added (get_site_url(‘url’): ERROR => get_site_url() : OK).

  • The topic ‘Error SQL request’ is closed to new replies.