Hi there, I am getting this message when trying to add a site to MainWP:
That administrator username was not found on this child site. Please verify that it is an existing administrator.
Hint: Check if the administrator user exists on the child site, if not, you need to use an existing administrator.
I have checked and I am definitley using the correct admin, any help please?
Thanks.
I’ve seen this recently, but that was a simple mistake, because I used an Uppercase letter, while on the site it was entered in lowercase, so you should check that first.
Hi Bogdan, thanks for the reply.
No, I have not changed permissions; I did however change the admin name in the backend because it was not a safe username.
How did you change the admin name? Can you please check in the database (via phpMyAdmin) in the wp_users table if both the user_login and user_nicename have been changed? The user_login should be the name MainWP is using (correct me if I’m wrong), when the user_nicename should be the same in lowercase and with spaces and special characters replaced. Also check if the old name hasn’t left a trace in that record.
Thanks Jos,
I’m going to need some help, when I originally changed it (a long time ago), I did it in cPanel, which has now changed in Siteground and I’m not sure how to find it.
Thanks,
Matt
Find the table wp_users (where “wp_” is the table prefix and may be different in your case). When you see the data in that table check the row for your user id. You can use the Search function if you have a lot of users.
Just to be sure: please be careful what you do in phpMyAdmin and don’t change anything without knowing what you’re doing.
Fantastic, i’m in.
The user login matches, should I change the use_nicename? I’ve never heard of user_nicename.
Thanks for your patience.
user_pass is not the same as the password?
Can you share both here?
The user_nicename is similar to post and page permalinks. Like when a post with the tiitle “This is a great article!” will get the permalink: “this-is-a-great-article”, with alle text in lowercase, spaces replaced by dashes and special characters removed.