Database Error due to query to wp_signups
-
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
- The topic ‘Database Error due to query to wp_signups’ is closed to new replies.