All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Author Topic: Anyone having: "You do not have sufficient permissions to access this page" ?  (Read 2071 times)

0 Members and 1 Guest are viewing this topic.

Offline playabit

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: NextWPA 3.2 by WPArcade.com
After I upgraded WP to version 3.2.1, the error "You do not have sufficient permissions to access this page." is always displayed when I click Dashboard > Ratings Options. However, the plugins works successfully. This is 'only' a problem with the admin site.

I run 15+ WP sites, all having this problem. Have happily used WP-Ratings for a long period of time.
Any ideas on this? Obviously I shouldn't have upgraded WP ... but it's too late now :)

Please, anyone ...
Help,
-h

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,692
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: lesterchan.net v3.4
Do you get the error on all pages or only the options page?

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline playabit

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: NextWPA 3.2 by WPArcade.com
Hi
Sorry for late response, I was out of town in vacation.
Anyhow, I get this error on:
* postratings-options.php
* postratings-templates.php
* postratings-uninstall.php

But not on:
* postratings-manager.php  (the only page that's OK)

Ideas?
-h

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,692
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: lesterchan.net v3.4
That is weird, I just check it it the same piece of code. You can remove
Code: [Select]
### Check Whether User Can Manage Ratings
if(!current_user_can('manage_ratings')) {
die('Access Denied');
}
in all those files.

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline playabit

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: NextWPA 3.2 by WPArcade.com
Nice try, but same result. There must be something else causing this. Will try to think of other solutions. Thanks anyway.
b reg,
-h