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: 2.8 & 2.50 upgrade not working  (Read 696 times)

0 Members and 1 Guest are viewing this topic.

Offline guyshomenet

  • Newbie
  • *
  • Posts: 5
    • View Profile
2.8 & 2.50 upgrade not working
« on: 28 November 2009, 22:36 »
Been a happy user of wp-email for quite some time.  Thank you for the tool.

Upgraded to WP 2.8.6 and then used the automatic update for wp-email to 2.50.  I walked through the necessary steps (recalculating permalinks).  Now the tool is not working correctly.  The two primary symptoms are these:

a) If configured for standalone presentation, the "Mail it" button does not work.  If tabbed to, it highlights, but the button itself is inactive.

b) If configured for pop-up presentation, no pop-up screen appears.  Instead the current window (along with all open tabs) is resized and the email form is presented.  The "Mail it" button works here, but having the existing screen resized is usable.

   1.  WordPress Version: 2.8.6
   2. Theme Name: Painted Desert with cosmetic mods
   3. Blog URL:  ww.GuySmith.org/blog
   4. Problem Plugin Name And Version:  wp-email 2.50
   5. PHP And MYSQL Version: PHP 4.4.9, MySQL 4.0.27
   6. Possible Conflicting Plugins:  Only "Social Bookmarks", but I disabled it and there was no change in wp-email

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: 2.8 & 2.50 upgrade not working
« Reply #1 on: 29 November 2009, 07:18 »
Missing <?php wp_footer(); ?> in your theme footer.php

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

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: 2.8 & 2.50 upgrade not working
« Reply #2 on: 29 November 2009, 23:47 »
Bingo!  Thanks.

As an FYI, the theme is so ancient, there was no footer.php file.  It is one giant index.php file with a comments and a style add-on.  Some day I'll have to adopt/edit a new theme.