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!
From See World, post How to slove “You do not have sufficient permissions to access this page” Auto Social Poster Plugin Problem for WordPress 2.8.4
Related Posts
- Auto Social Poster Pro 3.9 for WordPress
- WordPress plugins to help your commenter’s promote their social network
- Tests Server & Hosting Configuration WP Plugin ServerBuddy
- WordPress Follow Me Plugin – IGIT Follow Me On Twitter Button
- Why WordPress Upate Asks for Connection Info
- Why WordPress Asks for Connection Info
- Online WordPress Backup Plugin – IDrive Online
- Auto Blogged WP plugin
- 10 Useful WordPress plugins
- How to SEO Your WordPress Blog
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