Posts Tweet Old Post Permission Issue
Post
Cancel

Tweet Old Post Permission Issue

Tweet Old Post permission issue

Lot of people are not able to access the tweet old post and buffer my post admin page. If you are not able to see the admin page and you are admin of the site try this fix.

Problem

“You do not have enough permission to set the option. Please contact your admin”

Solution

Login to wordpress -> Go to Plugins -> Editor -> Select Tweet Old Post on right top, in Select plugin to edit.
Plugin Editor

Plugin Editor

Edit Plugin

Edit Plugin Tweet Old Post

Click on top_admin.php on the right and make the below change

 if (current_user_can(‘edit_plugins’))

to

if (current_user_can(‘activate_plugins’))

 

Let me know if that solved the problem.

 

This post is licensed under CC BY 4.0 by the author.