Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-20T10:13:53-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=16927 2012-01-20T10:13:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16927&p=61103#p61103 <![CDATA[Re: Registration Links not working since latest upgrade]]> Statistics: Posted by tristanputman — January 20th, 2012, 10:13 am


]]>
2012-01-19T23:15:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16927&p=61063#p61063 <![CDATA[Re: Registration Links not working since latest upgrade]]> Thanks for the follow-up.

Yes, that variable contains encrypted data which s2Member can read, and allows the customer access to register on the site. So you can create a rule which excludes Request URIs with s2member_register if you like, or that contain s2member_ would be better.

Please note that ob_gzhandler if VERY prone to this type of thing. Any PHP-based output compression will cause problems for an array of plugins and perhaps even WordPress itself. I would highly recommend that you remove that completely, and instead enable GZIP at the Apache level using mod_deflate with this in your .htaccess file. This will remain compatible with just about everything, including all interactions with s2Member and WordPress in general.

Code:
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
AddOutputFilterByType DEFLATE font/truetype font/opentype
</IfModule>

Statistics: Posted by Jason Caldwell — January 19th, 2012, 11:15 pm


]]>
2012-01-19T23:02:34-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16927&p=61058#p61058 <![CDATA[Re: Registration Links not working since latest upgrade]]>
Can you point me to how Wordpress is handling this reference in the registration link?
"/?s2member_register="

Ideally, I'd like to keep compression on for the entire site, but construct an .htaccess rule or some other way to keep compression disabled for whatever s2Member needs.

Any information is appreciated.

Tristan

Statistics: Posted by tristanputman — January 19th, 2012, 11:02 pm


]]>
2012-01-19T22:54:42-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16927&p=61054#p61054 <![CDATA[Re: Registration Links not working since latest upgrade]]> Statistics: Posted by Jason Caldwell — January 19th, 2012, 10:54 pm


]]>
2012-01-19T22:42:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16927&p=61047#p61047 <![CDATA[Re: Registration Links not working since latest upgrade]]>
If problems continue, I would try contacting your web host and show this to them. A look at your web server error log should unveil the underlying cause. Or possibly inside your PHP error log.

Statistics: Posted by Jason Caldwell — January 19th, 2012, 10:42 pm


]]>
2012-01-19T21:46:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16927&p=61035#p61035 <![CDATA[Re: Registration Links not working since latest upgrade]]> Statistics: Posted by tristanputman — January 19th, 2012, 9:46 pm


]]>
2012-01-18T18:30:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16927&p=60924#p60924 <![CDATA[Re: Registration Links not working since latest upgrade]]>
If it helps, my server is on PHP version: 5.2.17.

Also, here are the contents of my .htaccess
RewriteEngine On
RewriteRule ^connection/([^/]*)/$ /connection/index.php?hidPURL=$1 [L]

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

<files wp-config.php>
order allow,deny
deny from all
</files>

Statistics: Posted by tristanputman — January 18th, 2012, 6:30 pm


]]>
2012-01-18T08:51:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16927&p=60879#p60879 <![CDATA[Registration Links not working since latest upgrade]]>
I use PayPal if that helps.

Here is one from 7 hours ago:
http://tinyurl.com/7duvpqg#www.mylessonplanner.com

Here is one from yesterday:
http://goo.gl/u9YTm#www.mylessonplanner.com

I get a "webpage not available" error after clicking the link - they do too.

When I try it in chrome I get the following info:
Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error.

Any help is appreciated. I'm dead in the water until this gets resolved.
Let me know if you need any additional information on configuration, settings, etc.

Thanks!

Statistics: Posted by tristanputman — January 18th, 2012, 8:51 am


]]>