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: Updating Option does not save them  (Read 333 times)

0 Members and 1 Guest are viewing this topic.

Offline spydrlink

  • Newbie
  • *
  • Posts: 2
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: inove
Updating Option does not save them
« on: 08 January 2010, 16:26 »
I have your plugin installed (and actually the WP-Print one as well) in a WordPress MU 2.9 instance. The problem I'm having is I can't save any changes through the Admin page. When I try to make any change and hit "Save Changes" it just sends me back to the main blog admin page. When I go to look at the options page again nothing is saved. Also, I'm not exactly sure where the changes are saved to in the code.

Can you let me know how to resolve this issue?
Thanks

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Updating Option does not save them
« Reply #1 on: 08 January 2010, 17:08 »
Find in email-options.php:
Code: [Select]
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>?page=<?php echo plugin_basename(__FILE__); ?>">Replace:
Code: [Select]
<form method="post" action="<?php echo admin_url('admin.php?page='.plugin_basename(__FILE__)); ?>">

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

  • Newbie
  • *
  • Posts: 2
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: inove
Re: Updating Option does not save them
« Reply #2 on: 08 January 2010, 18:36 »
Perfect! Thanks