legarreta
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t add new users to websiteUsing PHPmyAdmin, I recreated the “Wp_user” and “wp_usermeta” tables, following the basic format that was described in this post from WPBeginner:
http://www.wpbeginner.com/wp-tutorials/how-to-add-an-admin-user-to-the-wordpress-database-via-mysql/
It worked well enough to let me access my administrator back panel again but, when it came to adding new users and/or changing any of the author information (bio, first/last name, etc.) through the wp-admin, it doesn’t quite do the trick. Here’s the images of the tables that I created:
I also tried to create a new user through adding tables themselves (following the same basic method, minus different usernames and ID numbers), but they didn’t show up in WordPress either.
Any help would be appreciated!
- This reply was modified 8 years, 11 months ago by legarreta.
Forum: Fixing WordPress
In reply to: Can’t add new users to websiteJust in case it’s asked, this problem persists regaurdless of what user status I am trying to create — subscribe, editor, it doesn’t matter. It doesn’t work all the same.
Forum: Fixing WordPress
In reply to: Add a " | " between two CSS elements.Thanks very much, that did the trick!