I know many friend install Auto Social Poster Plugin at WordPress 2.8.4,may be have a problem for this :”You do not have sufficient permissions to access this page”.
Let’s say for actual example you have just upgraded to 2.8.4 because of the worm problem. At the same time you’ve installed Auto Social Poster (ASP) plugin to the latest version (v3.9 – you can download it by tell me ). Now, when you try to access its settings page, you get the error: “You do not have sufficient permissions to access this page”.
Sadly, you’ve been playing around with it for a while. Uninstalled, installed, activated the plugin disabled it, so on and on. No help. You still get the permission error when doing anything in the ASP’s settings page.
Don’t worry, man!, the solution available here . Ok, all you have to do is to open the mm_post.php file and look at line 800:
add_action (‘admin_head’, ‘mm_add_menu’);
Change it to:
add_action (‘admin_menu’, ‘mm_add_menu’);
That’s it kids and teens. enjoy your plugins!
Related Posts
- Auto Social Poster Pro 3.9 for Wordpress
- Wordpress plugins to help your commenter’s promote their social network
- Auto Blogged WP plugin
- What Is Cheap Auto Insurance Companies
- WP Bestsellers – Amazon Bestsellers WP Plugin
- Referrer Detector WordPress Plugin
- 10 Useful Wordpress plugins
- WordPress Robot Full Elite
- How to SEO Your Wordpress Blog
- 3 Methods To Exclude Wordpress Categories In A Post
This actually worked VERY well… in the end.
You have your syntax messed up:
YOU POSTED:
add_action (’admin_menu’, ‘mm_add_menu’);
CORRECTED VERSION:
add_action (‘admin_menu’, ‘mm_add_menu’);
————————–
You were using ` instead of ‘ and WP doesn’t read the command if you use `.
Thanks again
Fantastic it works great huh! finally i found a solution thanks for this post.
I don’t know why people try to poke their nose in others work and create confusion just like the post before mine.
No use at all why to care for ‘ these signs when u can change the word head to menu