I had my wordpress wp_options crash these last few days, maybe some other table also got hurt.
Disabling my cache plugin I seem to have recovered most of the site, but when login in as admin it says “You do not have sufficient permissions to access this page.”
In wp_usermeta for my admin user I have wp_capabilities a:1:{s:13:”administrator”;b:1;}
Changed it to
a:1:{s:13:”administrator”;s:1:”1″;}
a:1:{s:13:”administrator”;b:1:”1″;}
a:1:{s:13:”administrator”;s:1;}
and some others, with no success…
wp_user_level is 10
I have no access to /wp-admin/
Anything I can do? Thanks.