first_name last_name can't display or resets
-
OK I admit I think i f#%^ up
Heres the story so far
1. Installed WordPress using Softaculous apps installer in my CPanel – everything ok
2. Installed My theme – everything ok
3. Installed some plugins – everything ok
4. removed deactivated and removed some plugins – something not okIn WordPress the users have all got BLANK first and last names.
If I enter them and update they still show as BLANK.
Having a look in cPanel MyPHP tables something is happening.Here is the process
* WordPress > Users > All Users – all columns show data except for the (Name) column
—> URL shows : wp-admin/users.php
* WordPress > Edit > User Profile – (First Name) blank (Last Name) blank
—> URL shows : wp-admin/user-edit.php?user_id=35&wp_http_referer=%2Fwp-admin%2Fusers.php
* WordPress > Type in First Name field > aaa
* WordPress > Type in Last Name field > bbb
* WordPress > Update User
—> URL shows : wp-admin/user-edit.php?user_id=35&updated=true&wp_http_referer=%2Fwp-admin%2Fusers.php
The (First Name) and (Last Name) are BLANK.. WHAT THE F!@#???
It ONLY happens with those 2 fields all other fields work..
If we take a look in cPanel MyPHPAdmin we find this ..> wpdatabasename_users > user > first_name is blank
> wpdatabasename_users > user > last_name is blank
but
> wpdatabasename_usermeta > user > first_name is aaa
> wpdatabasename_usermeta > user > first_name is bbbhaving a look in (wpdatabasename_users) there could be what appears to be other columns left behind by the previous (property management plugin) Im not sure what the default in there should be.
LETS TRY SOMETHING…
If I go back to the user profile
* WordPress > Edit > User Profile – (First Name) blank (Last Name) blank
* WordPress > Type in First Name field > ccc
* WordPress > Update User
If we take a look in cPanel MyPHPAdmin we find this ..
> wpdatabasename_users > user > first_name is blank
> wpdatabasename_users > user > last_name is blank
but
> wpdatabasename_usermeta > user > first_name is ccc
> wpdatabasename_usermeta > user > last_name is blankONE LAST TRY
* in cPanel MyPHPAdmin
* wpdatabasename_users > user > Edit
* Type first_name ddd
* Go (save)If I go back to wordpress
* WordPress > Users > All Users – columns for the (Name) > ddd for the user
* WordPress > Edit > User Profile – (First Name) ddd (Last Name) blank
* WordPress > Type in First Name field > eee
* WordPress > Update
screen refreshes and the first_name field has gone back to dddIf we take a look back in cPanel MyPHPAdmin we find this ..
> wpdatabasename_users > user > first_name is ddd
> wpdatabasename_users > user > last_name is blank
but
> wpdatabasename_usermeta > user > first_name is eee
> wpdatabasename_usermeta > user > first_name is blankWHATS GOING ON?
I have already run an auto re-update of wordpress 3.4.1
I have already tested deactivating all plugins
I have already done a repair table for both _user and _usermetaany one have any clue? I dont want to have to reinstall wordpress and MySql
is it a wordpress problem ?
is it a database problem ?
is it an security access problem ?
- The topic ‘first_name last_name can't display or resets’ is closed to new replies.