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:
- VMware Workstation 7 Serial Key
- WP Cache Error “semget() failed: Permission denied” Solved
- Google Public DNS Down?
- Missing /var/log/lastlog
- Telnet service_limit error
Comments
One Response to “WP Contact Form III – You do not have sufficient permissions to access this page Error”
Leave a Reply
Thanks, this really helped!