Would like to mention that I have the WP Super Cache plugin installed.
Not because I need it at the moment… just thinking of the future.
Could this be what is causing problems?
If I go WordPress Control Panel –> Settings –> WP Super Cache
It tells me
Permlink Structure Error
A custom url or permalink structure is required for this plugin to work correctly. Please go to the Permalinks Options Page to configure your permalinks.
It doesn’t sound like an s2Member problem, but you could try resaving these:
WP Admin -> Settings -> Permalinks
WP Admin -> s2Member -> General
Re. caching, just make sure you don’t have database or object caching enabled if they’re available in that plugin, they’re known to cause random problems.
I’ve read good things about WP Super Cache, and there’s also QuickCache, which we put out and works very nice too.
If none of the above helps, you can ask your webhost about it. You can also disable your plugins one by one, checking after each if the problem is gone, in case it’s introduced by one of them.
I hope that helps. 🙂
Hello Cristian,
Thanks for the reply!
I removed WP Super Cache, and installed s2Member’s QuickCache.
Just because of the reputation you guys have.
I installed it, and enabled it.
Yet, I think it’s not working.
I cleared all cookies for the domain.
And reloaded the site.
When I check the source, I can’t see the QuickCache comment after the closing </html>.
I confired that /wp-content/cache is chmod to 755.
The only other thing I can add is:
Your plugin told me it was unable to write to wp-config.php
So I added the requested line right after the opening <?php
========
Hmm… writing this, I checked for ownership of wp-config.php
It was set to root:wheel
So I set it to www:www
using chown www:www wp-config.php
I will re-test and update how it goes.
Hmm…
I cleared again all the cookies, and re-loaded the page.
Still no QuickCache comment after the closing </html>
Any idea what else I can check/try?
The server is a small VPS I “bought”.
It is running freeBSD, and apache24.
Obviously, I have root access.
Let me know what else do you think I can try!
Thanks!
Well, I’d first try removing the cache to see if the problem persists.
I’d probably remove everything else too and see if taking out one of those things fixes the problem.
If you haven’t yet, could you please do these? http://www.s2member.com/kb/common-troubleshooting-tips/
I hope that helps. 🙂
Hello again Cristian,
Thanks for your help!
With your help, I found out the problem.
Honestly, I don’t know how I got to it… yet that s2memeber.com link sent me in the right direction.
It was that I wasn’t loading the mod_rewrite module in the apache24’s httpd.conf
I took out the comment # from the beginning of the line… saved.
Restarted apache.. and now it’s working perfectly.
I am going to re-enable all plugins now and keep on working at it.
Thank you!
That’s great! Thanks for the update. I’m very glad you sorted it out. 🙂