WordPress database error: [Table ‘wp_Dest.wp_users’ doesn’t exist]
-
I’m getting a strange error while trying to register on my website that looks like this:
WordPress database error: [Table 'wp_Dest.wp_users' doesn't exist] INSERT INTO <code>wpDusers</code> (<code>user_pass</code>, <code>user_nicename</code>, <code>user_email</code>, <code>user_url</code>, <code>user_registered</code>, <code>user_activation_key</code>, <code>display_name</code>, <code>user_login</code>) VALUES ('$P$BGyqjbeHyWXxBWUvokHoOUjaQ780hg0', 'leerling', '[email protected]', '', '2020-04-04 13:27:34', '', 'leerling', 'leerling')I admit I used a really shitty plugin to change my table prefix and then had to change it back because my website was showing the installation again but everything works except this.
The weird thing is that when I changed it from wpD to wp_ It gave an error that wpD didn’t exist, and now that I changed it back to wpD it gives the error that wp_users doesnt exist… what the heck is going on?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
The topic ‘WordPress database error: [Table ‘wp_Dest.wp_users’ doesn’t exist]’ is closed to new replies.