Thanks for the heads up on this thread.Please report back with the type of server that you're running please. Apache/Windows/other? In the mean time, please try this temporary hack and let us know how it affects your installation.
Create this directory and file:
/wp-content/mu-plugins/s2-hacks.php
- Code: Select all
<?php
add_filter("ws_plugin__s2member_chunk_file_downloads", "__return_false");
?>
If that makes no difference, please try this:
Create this directory and file:
/wp-content/mu-plugins/s2-hacks.php
- Code: Select all
<?php
add_filter("ws_plugin__s2member_chunk_file_downloads", "__return_false");
add_filter("ws_plugin__s2member_flush_file_downloads", "__return_false");
?>
* Please make that you have NO extra spaces/tabs/line breaks before or after <?php ?>. If you get PHP header errors, that's why. /mu-plugins/ are MUST USE plugins.
See reference article here: http://codex.wordpress.org/Must_Use_Plugins