Title: [Plugin: Tweetable] Canot access permissions error
Last modified: August 19, 2016

---

# [Plugin: Tweetable] Canot access permissions error

 *  [shawnsandy05](https://wordpress.org/support/users/shawnsandy05/)
 * (@shawnsandy05)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/)
 * Cannot access the page
    Message:- You do not have sufficient permissions to access
   this page.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/page/2/?output_format=md)

 *  [redwallhp](https://wordpress.org/support/users/redwallhp/)
 * (@redwallhp)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137301)
 * Are you an administrator on the blog? And have you run through the setup yet?
 *  [dirkhillbrecht](https://wordpress.org/support/users/dirkhillbrecht/)
 * (@dirkhillbrecht)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137422)
 * I have exactly the same problem with a freshly installed Tweetable 1.0.8 on an
   up-to-date 2.8.1 German WordPress installation. Own server, so no access problems.
   Problem is that I even cannot start the setup process, as soon as I click on 
   any menu items in the new “Twitter” menu in the sidebar, I get “You are not allowed
   to access this page” (or, more precisely, the German version of this error message).
 * I’m a bit stuck. 🙁
 *  [k0marik](https://wordpress.org/support/users/k0marik/)
 * (@k0marik)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137451)
 * I get the same error with permission. Running WP 2.8.1.
 * Thanks
 *  Thread Starter [shawnsandy05](https://wordpress.org/support/users/shawnsandy05/)
 * (@shawnsandy05)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137461)
 * yes i am the admin
 *  [redwallhp](https://wordpress.org/support/users/redwallhp/)
 * (@redwallhp)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137462)
 * I _think_ the significant part in this case is in admin_menus.php:
 *     ```
       $main_menu_permission = get_option('tweetable_main_menu_permission');
   
       if ($main_menu_permission == '') {
       	add_option('tweetable_main_menu_permission', 'edit_themes');
       	$main_menu_permission = 'edit_themes';
       }
       ```
   
 * Does anyone want to try replacing `if ($main_menu_permission == '')` with `if(
   empty($main_menu_permission))` ?
 *  [dokool](https://wordpress.org/support/users/dokool/)
 * (@dokool)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137467)
 * Just tried it, no joy.
 *  [dirkhillbrecht](https://wordpress.org/support/users/dirkhillbrecht/)
 * (@dirkhillbrecht)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137471)
 * [@redwallhp](https://wordpress.org/support/users/redwallhp/): Already looked 
   at that. Is not the problem as the installation of the module fills the wp_options
   table with tweetable_main_menu_permission=edit_themes. So that condition is never
   matched, anyway.
 * On Twitter, I got confirmation from other people that this behaviour seems to
   be general. Perhaps you should make a fresh 2.8.1 install on your own and trace
   the module’s behaviour in that. I’m pretty sure that it’s a minor glitch and 
   has something to do with the special situation of the module before setup starts.
 *  [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * (@ashubetta)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137474)
 * I’m yet another user with this problem. Waiting for a solution… 🙂
 *  [redwallhp](https://wordpress.org/support/users/redwallhp/)
 * (@redwallhp)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137479)
 * > Perhaps you should make a fresh 2.8.1 install on your own and trace the module’s
   > behaviour in that. I’m pretty sure that it’s a minor glitch and has something
   > to do with the special situation of the module before setup starts.
 * That was going to be my next step. The trouble is, it doesn’t seem to affect 
   everyone. If any of you have any unique features to your server setup or WordPress
   installation, be sure to mention any that might cause problems. New PHP releases,
   funky WP plugins, Windows servers, things like that.
 *  [redwallhp](https://wordpress.org/support/users/redwallhp/)
 * (@redwallhp)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137488)
 * Just tagged 1.0.9. It should fix the problem.
 * [http://wordpress.org/extend/plugins/tweetable/](http://wordpress.org/extend/plugins/tweetable/)
 * Apparently WP 2.8.1 added some “security” features… 🙂
 *  [dirkhillbrecht](https://wordpress.org/support/users/dirkhillbrecht/)
 * (@dirkhillbrecht)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137491)
 * Looks much better now! 🙂 Installation procedure starts now, but I must admit
   that I’m too tired to perform installation. Has to wait until tomorrow European
   time…
 * Thank you!
 *  [redwallhp](https://wordpress.org/support/users/redwallhp/)
 * (@redwallhp)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137492)
 * That’s good. I was afraid something else would blow up now that I made changes.
   🙂
 *  [efikim](https://wordpress.org/support/users/efikim/)
 * (@efikim)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137559)
 * I’ve just updated tweetable to 1.1.0 on WordPress 2.8.1 and can’t change the 
   Twitter account in the tweetable settings page (we want to use a new twitter 
   account).
    If I click on the ‘change’ link I get the message
 * > You do not have sufficient permissions to access this page.
 *  [redwallhp](https://wordpress.org/support/users/redwallhp/)
 * (@redwallhp)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137560)
 * Just tagged version 1.1.1. (Will be available for download within 15 minutes.)
   It should fix it.
 * I had missed a bit of logic that adds-in the installer page when you click the
   link. WordPress 2.8.1 changed some things, which are great for security, but 
   make for some re-coding headaches. 🙂
 *  [efikim](https://wordpress.org/support/users/efikim/)
 * (@efikim)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/#post-1137561)
 * no, just upgraded to 1.1.1 and still the same

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/page/2/?output_format=md)

The topic ‘[Plugin: Tweetable] Canot access permissions error’ is closed to new 
replies.

 * 20 replies
 * 7 participants
 * Last reply from: [Ashutosh](https://wordpress.org/support/users/ashubetta/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-tweetable-canot-access-permissions-error/page/2/#post-1137691)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
