• Resolved Amin

    (@aminima)


    Hi there,
    I have a subdomain multisite wordpress installation, and EDD is active on a separate blog.
    I was looking DirectAdmin error logs, and I noticed there is an error related to EDD. The error (hiding the database prefix):

    [STDERR] ........ Table '***_5_users' doesn't exist .... ....................... ............ ........ .......... SELECT user_nicename FROM ***_5_users WHERE ID=0 .......... ...... ........ require('wp-blog-header.php'), 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, call_user_func_array, payir_verify, edd_update_payment_status, EDD_Payment->save, EDD_Payment->update_status, do_action('edd_update_payment_status'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, edd_complete_purchase, edd_record_sale_in_log, EDD_Logging->insert_log, wp_insert_post, wp_transition_post_status, do_action('transition_post_status'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, xyz_link_fbap_future_to_publish, xyz_fbap_link_publish

    Is that an error? or just an info?
    the “5” is the ID of the blog which EDD is active on.

    WP: 4.8.1
    EDD: 2.8.6

    • This topic was modified 7 years, 5 months ago by Amin.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like that actually comes from a different plugin that is tying into one of the EDD actions.

    The function that is causing the problem is payir_verify, which is tied to our edd_update_payment_status.

    If you deactivate the plugin payir_verify comes from, the issue should go away.

    Thread Starter Amin

    (@aminima)

    Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘_user database table in network’ is closed to new replies.