UPDATING OR INSTALLING V1.07 - Aug 15th, 2012


If you updated to or installed ONLY Version 1.07 of the website membership plugin with code you downloaded before Jan 30
2012, and find that when a current user uses the profile.php file to change their password, it doesn't actually change
the password, here’s the probable culprit:

There was a bug discovered in the profile page example code that was squashed (and the example code revised) on Jan 30,
2012.

To fix it in older builds, search for:



$query = "UPDATE `{$TABLE_PREFIX}accounts` SET


and change it to:



$query = "UPDATE `{$TABLE_PREFIX}" . @$GLOBALS['WSM_ACCOUNTS_TABLE'] . "` SET



The materials on this web site have been created for use with CMS Builder content management software. CMS Builder software is published and licensed for use by InteractiveTools.com. Please contact Interactive Tools for information on the downloading of the software or the purchasing of licenses.


Terms of Service