WP Contact Form III – You do not have sufficient permissions to access this page Error
Posted by Planet Malaysia on May 24, 2010
One of my WordPress blog page show me an error message “You do not have sufficient permissions to access this page” when I was try to click on Contact Form under my WordPress Settings page as example URL: http://www.MYBLOGsite.com/blog/wp-admin/options-general.php?page=wp-contact-form-iii/wp-contactform-iii-options.php.
In fact, I have try changed the files and folder permission to “777” and I’m still not able to access it.
If you refer to WP Contact Form III WordPress Plugins page, you should be able to noticed it’s only “Compatible up to: 2.7-bleeding”.
The solution is pretty simple.
Edit the wp-contactform-iii.php, replace
add_action(‘admin_head’, ‘wpcf_add_options_page’);
with
add_action(‘admin_menu’, ‘wpcf_add_options_page’);
and you’re done.
Hope this can solve your WP Contact Form III “You do not have sufficient permissions to access this page” problem.
Possibly Related Posts:
- How to add Dell PERC Drivers into VMware Converter Cold Clone ISO
- Top 10 Free Anti Virus
- Microsoft SQL 2008 Agent not starts
- VMware Workstation 7 Serial Key
- WP Cache Error “semget() failed: Permission denied” Solved
Comments
2 Responses to “WP Contact Form III – You do not have sufficient permissions to access this page Error”
Leave a Reply
Thanks, this really helped!
Thank you for this solution!