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: Don't Have Permission to Change Print Options  (Read 1222 times)

0 Members and 1 Guest are viewing this topic.

Offline jennygold

  • Newbie
  • *
  • Posts: 2
    • View Profile
Don't Have Permission to Change Print Options
« on: 16 August 2009, 22:45 »
I just installed Wp-Print version 2.50 on Wordpress 2.8.3, and I'm unable to change any of the settings on the Print Options page.  When I submit them, I'm taken to a page that says "You do not have sufficient permissions to access this page."  I'm logged in as administrator.  Are there some permissions that need to be changed somewhere?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Don't Have Permission to Change Print Options
« Reply #1 on: 17 August 2009, 02:20 »
That is weird, I did not add in any special permission for WP-Print. Try creating an admin account and see if you can use that account to access it.

++ 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 jennygold

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Don't Have Permission to Change Print Options
« Reply #2 on: 17 August 2009, 16:19 »
Thanks for the suggestion.  I created a new admin account, and that didn't work.  I also upgraded my Wordpress to version 2.8.4 and no change. 

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Don't Have Permission to Change Print Options
« Reply #3 on: 17 August 2009, 16:23 »
Hmm, it may seems that WordPress did not register the proper capabilities to your WP installation. I only can suggest you to re-install WP. But before that you might want to try installing WP with WP-Print in your server somewhere else to see if it works first.

++ 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 AreaEuropa

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Don't Have Permission to Change Print Options
« Reply #4 on: 02 October 2009, 21:31 »
I was also having this problem on WP 2.8.4

I use a non standard plugins directory, and fixed the issue by changing the print_options.php on line 20

from

$base_name = plugin_basename('wp-print/print-options.php');

TO

$base_name = 'wp-print/print-options.php';

And then changing the action of the forms to

<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>?page=<?php echo $base_name; ?>">

As I say, this worked for me, but I do not have a standard instalation.

Hope this helps some one.

Thanks for all the plugins  ;D

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Don't Have Permission to Change Print Options
« Reply #5 on: 03 October 2009, 06:55 »
This bug will be fixed in the next version =)

++ 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.