tags:

views:

10

answers:

0

Dear all,

Help!

All users with manage_options capability on my WordPress site are unable to open wp-admin (and any page in administration of wordpress). They just get the message Sorry, no posts matched your criteria.

As a quick fix this was done in wp_capabilities field in usermeta table:

a:2:{s:13:"administrator";b:1;s:14:"manage_options";b:0;}

And now everythong seems to be ok, except there is no General, Writing, Reading, Discussion... menu items in Settings

I tried to disable all plugins, but no luck, the problem remains (after removing the manage_options path from the field above).

What could cause this problem?

Where to start with debugging?