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!