Plugin Author
anmari
(@anmari)
I doubt whether my plugin is causing that problem. To be sure of that
goto the plugins cache setttings and tick the “Do not recache on user update” checkbox and save – use the daily or hourly instead. These actions only trigger AFTER a user-meta is updated, so unlikely tobe preventing an update, but just in case, try that (or deactivate plugin) and try update the bio again.
See screenshot:
https://ps.w.org/amr-users/assets/screenshot-6.png?rev=1009494
The bio / user description is stored in the user meta whereas the basis user fields are stored in the user table.
So other possibilities are:
- some other plugin has a bug when up
dating user meta? Try debug
- maybe data corruption on the user meta table – in phpmyadmin vcheck for any ‘repair’ signs, or try repair the table
Checking your apache or mysql logs may also help.
Let us know how you go.