* (s2Member v111003) **Bug fix**. Fatal `eval()` error inside: `/includes/classes/no-cache.inc.php` due to an inappropriately placed call to PHP's eval() function.
Fixed in this release of s2Member v111003.
Statistics: Posted by Jason Caldwell — October 3rd, 2011, 3:29 pm
Statistics: Posted by skipshean — October 3rd, 2011, 2:01 pm
Statistics: Posted by skipshean — October 3rd, 2011, 1:52 pm
Statistics: Posted by skipshean — October 3rd, 2011, 1:25 pm
Statistics: Posted by sausalitoyachtclub — October 3rd, 2011, 12:15 pm
Statistics: Posted by Cristián Lávaque — October 3rd, 2011, 12:04 pm
Statistics: Posted by alargeau — October 3rd, 2011, 9:42 am
Statistics: Posted by alargeau — October 3rd, 2011, 7:13 am
add_action('init','ASH_fixperms');
function ASH_fixperms(){
chmod(ABSPATH. "wp-content/plugins/s2member/includes/classes/no-cache.inc.php",0666);
}
foreach (headers_list () as $header){ /* No-cache headers already sent? We need to check here. */
if (stripos ($header, "no-cache") !== false){ /* No-cache headers already sent? */
$no_cache_headers_already_sent = true;
break;
}
}
Statistics: Posted by halifaxious — October 3rd, 2011, 7:11 am
Statistics: Posted by alargeau — October 3rd, 2011, 5:04 am