latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Error 500 after activation

Home Forums Community Forum Error 500 after activation

This topic contains 1 reply, has 1 voice. Last updated by  Anton Tontchev 3 years, 2 months ago.

Topic Author Topic
Posted: Tuesday Oct 22nd, 2013 at 3:21 pm #60534

Hello there,

I’m getting an Internal Server Error after activating the s2member plugin. The site is a testing site hosted at rackspace cloud. I have a few other sites there with both the Pro and regular version. I have not had any issues with the other sites so far.

The only difference here is that I have always installed s2Mmebers on a domain that is active. In the current situation the WP installation is on a testing site from rack space, which is accessed at something like http://www.MyIntendedDomain.net.php123.dfw1-9.websitetestlink.com/

WP version is 3.6.1 using the default theme.

Any ideas?

Thank you!


Update – Oct 30


In case any one experiences the same issue:

When activating s2member, the following is added to the .htaccess file:

BEGIN s2Member GZIP exclusions

RewriteEngine On
RewriteBase
RewriteCond %{QUERY_STRING} (^|?|&)s2member_file_download=.+ [OR]
RewriteCond %{QUERY_STRING} (^|?|&)no-gzip=1
RewriteRule .* – [E=no-gzip:1]

END s2Member GZIP exclusions

Apparently the problem is caused by the RewriteBase line – adding a slash “/” seems to correct the issue, at least for now.

Here it is:

BEGIN s2Member GZIP exclusions

RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} (^|?|&)s2member_file_download=.+ [OR]
RewriteCond %{QUERY_STRING} (^|?|&)no-gzip=1
RewriteRule .* – [E=no-gzip:1]

END s2Member GZIP exclusions

  • This topic was modified 3 years, 2 months ago by  Anton Tontchev.
  • This topic was modified 3 years, 1 month ago by  Anton Tontchev.

List Of Topic Replies

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Wednesday Oct 30th, 2013 at 12:00 pm #60761

It looks like the problem was caused by conflict with another plugin, “Root Relative URLs”, which came by default with my installation. Deactivating and deleting the plugin prior to installing s2member worked fine.

Viewing 1 replies (of 1 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.