Page 1 of 1

upgrade problem

PostPosted: September 9th, 2010, 12:00 pm
by drcoach
Hi,

I just tried upgrading to the latest version of s2Member. I followed the instructions given by Jason Caldwell for Manual installation. When I go to activate, I get the message, "You need Wordpress v3.0+ to use S2Member".

I am using WPMU 3.0.1. I had a previous version of S2Member functioning correctly before.

Any ideas on what's going wrong? I have tried the simple "activate" button as well as the "activate s2member sitewide". Same results.

Re: upgrade problem

PostPosted: September 9th, 2010, 12:11 pm
by Jason Caldwell
Hi there. Thanks for reporting this.

s2Member checks the following details provided by WordPress®:
Code: Select all
get_bloginfo ("version") 

If you're absolutely sure that you're running WordPress® 3.0+, and you're still seeing this message, then it means that your installation of WordPress® is not reporting it's version correctly, or maybe you're using a beta release?

You can run a test by adding this line to the functions.php file for your theme:
Code: Select all
<?php echo get_bloginfo ("version"); ?>
That should display 3.0.1. Also displayed in the bottom right-hand corner of your admin panel.

If all else fails, have a look inside:
/plugins/s2member/s2member.php
Code: Select all
define ("WS_PLUGIN__S2MEMBER_MIN_WP_VERSION", "3.0"); 

Re: upgrade problem

PostPosted: September 9th, 2010, 12:51 pm
by drcoach
Thank you - that worked.

Re: upgrade problem

PostPosted: September 9th, 2010, 3:37 pm
by Jason Caldwell
Great. Thanks for reporting back on this topic.
~ Much appreciated.