PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
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;
}
}
* (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.
Users browsing this forum: No registered users and 2 guests