Hi I have built a settings page which from the menu leads to:
http://www.mysite.com/wp-admin/admin.php?page=theme_options
The problem is that when I go to save the options and I am an EDITOR user I get this error:
You do not have sufficient permissions to access this page.
I am using User Role Editor plugin and edit_theme_options capability is enabled for the Editor user type.
What can I do to fix this? thanks
I am not sure this is the issue here, but if I remember right the current limitation of Settings API is that
manage_options
capability is required for everything to be saved properly.Quick search shows it might get fixed in 3.2, see this trac ticket.