• Resolved Michael Rimbach

    (@rimbimbi)


    Hi,

    we have many php error log entries like the following:

    Oct 31 14:25:03 xxx php-fpm-global-error: [31-Oct-2017 14:25:02 UTC] Erreur de la base de données WordPress Table ‘fvshop.wp_xxx_3_redirection_items’ doesn’t exist pour la requête SELECT wp_xxx_3_redirection_items.*,wp_xxx_3_redirection_groups.position AS group_pos FROM wp_xxx_3_redirection_items INNER JOIN wp_xxx_3_redirection_groups ON wp_xxx_3_redirection_groups.id=wp_xxx_3_redirection_items.group_id AND wp_xxx_3_redirection_groups.status=’enabled’ AND wp_xxx_3_redirection_groups.module_id=1 WHERE (wp_xxx_3_redirection_items.regex=1 OR wp_xxx_3_redirection_items.url=’/wp-cron.php’) faite par require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, WordPress_Module->init, Red_Item::get_for_url, wpdb->get_results, wpdb->print_error

    Oct 31 14:25:03 xxx php-fpm-global-error: [31-Oct-2017 14:25:02 UTC] Error Table ‘fvshop.wp_xxx_4_redirection_items’ doesn’t exist de la base de datos de WordPress para la consulta SELECT wp_xxx_4_redirection_items.*,wp_xxx_4_redirection_groups.position AS group_pos FROM wp_xxx_4_redirection_items INNER JOIN wp_xxx_4_redirection_groups ON wp_xxx_4_redirection_groups.id=wp_xxx_4_redirection_items.group_id AND wp_xxx_4_redirection_groups.status=’enabled’ AND wp_xxx_4_redirection_groups.module_id=1 WHERE (wp_xxx_4_redirection_items.regex=1 OR wp_xxx_4_redirection_items.url=’/wp-cron.php’) realizada por require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, WordPress_Module->init, Red_Item::get_for_url, wpdb->get_results, wpdb->print_error

    How we can fix it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Godley

    (@johnny5)

    As the error says, the table wp_xxx_4_redirection_items does not exist. You will need to recreate this table. You can do this from the support page of the plugin.

    Thread Starter Michael Rimbach

    (@rimbimbi)

    Thanks for your answer. The table is missing for all of our sites.
    I cant find a button or something like that on the support page.

    Thread Starter Michael Rimbach

    (@rimbimbi)

    We are using a multisite.

    Thread Starter Michael Rimbach

    (@rimbimbi)

    Working with the new plugin version. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Many php error log entries’ is closed to new replies.