• Resolved mattdelhaye

    (@mattdelhaye)


    Hello ! Since few weeks, i have a database error because of the function “wppb_signup_password_random_password_filter” inside front-end/register.php file.

    Here my error report :

    Erreur de la base de données WordPress Table '****.wp_signups' doesn't exist pour la requête SELECT * FROM wp_signups WHERE activation_key = 'wc_order_****' faite par require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('wp_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, _wp_cron, spawn_cron, wp_remote_post, WP_Http->post, WP_Http->request, apply_filters('http_request_args'), WP_Hook->apply_filters, imagify_siteground_change_user_agent, wp_generate_password, apply_filters('random_password'), WP_Hook->apply_filters, wppb_signup_password_random_password_filter

    After checking the code i saw that $signup is querying wp_signups even if the site is not multisite.

    I fixed the problem for now commenting the $signup var, but i think is not a long term fix… How can we fix this ?

    Thank you !

    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support madalinaruzsa

    (@madalinaruzsa)

    Hi @mattdelhaye,

    We still need the wp_signup table for email confirmation even if the installation is not a multisite. Ideally the plugin should have created the table itself. Can you try and create the table manually, there might have been an error when creating it.

    Regards,

    Thread Starter mattdelhaye

    (@mattdelhaye)

    Hi ! Ok i did this, created a new table, everything fine in my side.. So i uncommented $signups and i will wiat and see !

    I let you know if anything go wrong !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Database Error due to query to wp_signups’ is closed to new replies.