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™
Raam Dev wrote:Could you check the documentation under WP Admin -> s2Member -> General Options -> Localhost? Have you followed the notes there?
The s2member-o.php file is designed to load only the s2Member plugin in a few special situations, in order to conserve system resources. This further optimizes s2Member's delivery of dynamic CSS/JS files to a browser.leeomara wrote:Raam Dev wrote:I setup WP in it's own directory per these instructions:
http://codex.wordpress.org/Giving_WordP ... _Directory
I setup WP-content per these instructions:
http://codex.wordpress.org/Editing_wp-c ... wp-content
For the time being, I've (reluctantly) hacked the plugin to update utils-s20.inc.php's wp_dir method setting $starting_dir with the path to WP. This works as a temporary solution, but it's less than ideal.
<?php
add_action("ws_plugin__s2member_after_loaded", "s2_hacks"); function s2_hacks()
{
$GLOBALS["WS_PLUGIN__"]["s2member"]["c"]["s2o_url"] = site_url("/");
}
?>
Users browsing this forum: No registered users and 3 guests