This is most likely a conflict with another plugin or theme. It is likely theme related as most of the time this issue is caused by theme developers not properly adding theme admin pages, BUT it is also possible it is another plugin.
This happens when a theme or plugin does not properly add admin option pages to the WordPress dashboard. It causes permission issues.
Here is how you can determine what is causing the issue...
- Activate the default TwentyTen theme
- Test to see if you can go to New Forms under the Forms menu item
If you can, then there is code in your theme that is interacting properly with the WordPress admin and is causing this permissions issue.
If you can't, then it is most likely a plugin.
- Deactivate ALL other plugins
- Test to see if you can go to New Forms under the Forms menu item
If you can, then one of your plugins is causing this permissions issue. You can determine which one by doing the following.
- Activate each plugin one by one
- Test to see if you can go to New Forms under the Forms menu item after plugin you activate.
When you encounter a plugin that causes the issue to start happening, that plugin has code that is causing issues with the WordPress admin permissions.
Do the above troubleshooting and let us know what you come up with. We can take a look at the theme or plugin that is causing the issue and determine why and what needs to be changed.
Posted 13 years ago on Saturday February 19, 2011 |
Permalink