Thread Starter
kirc
(@kirc)
Thank you rupok!
I was incorrect copy and paste from another discussion with wrong quotation marks.
I solved by setting permissions on wp_usermeta
a:1:{s:13:”administrator”;s:1:”1″;}
I was incorrect copy and paste from another discussion with wrong quotation marks (” instead of ” ) ;
Same as me.
After upgrade 3.9.2 i cannot access wp-admin with “You do not have sufficient permissions to access this page.” error.
– No multisite.
– Tried to disable plugins,
– switch to basic theme,
– check permissions on wp_usermeta (was a:1:{s:13:”administrator”;b:1;} , set to a:1:{s:13:”administrator”;s:1:”1″;} ).
– wp_user_level is 10
– dirs permissions are 755;
– file permissions are 644.
Enable debug so not help,
No results, still no access….
Have i more to check?
Riccardo