Could you elaborate, hch_admin? hch_admin, Could you elaborate how you fixed this problem? I am having the same issue and can't seem to find the answer. Thanks, James H.
Chaching Auth keys crashes WP altogether I just got the WP plugin on amember 3.1.4 and WP 2.7. When using the amember sidebar login, my users are not showing up as logged in when redirected to the blog. I tried changing the auth keys and it crashed my wp-config. This effectively locks me out of my WP config panel. This is the error I get after trying to modify the auth keys in wp-config.php Warning: Cannot modify header information - headers already sent by (output started at /home/eliseleb/public_html/blog/wp-config.php:153) in /home/eliseleb/public_html/blog/wp-includes/pluggable.php on line 850 Any ideas would be appreciated...
Looks like your editor may have added space above the <?php or below the ?> code. Make sure there's no extra whitespace. David
Awwww, you're right. I had never seen that problem before. Now I don't see the issue where wp-config gets corrupted. Thx! Ok so just a recap for anyone who has been banging their head against this login problem. Check the following: - Set your urls as www on both WP and amember - Setup levels and roles in amember WP plugin setup - Create a product that points to the blog directory and assign the WP Level - Rebuild your database - Use WP auth keys without punctuation(amember CP and wp-config.php). - And my personal favorite...There is some sort of caching going on so when you change something, open a new browser to test it! Mine works now. Phew.
Ah crap...it doesn't work in IE I spoke too soon. Although this works in Firefox, it does not work in IE 7.0 or Safari. I overwrote the default cookie handling in IE to allow everything but that did not fix it. I never use IE so it's got the stock options set. It does see the session if I navigate to the "member account", but as soon as I come back to the blog it is seen as not logged in. If you have any ideas, let me know...Sigh. http://www.eliselebeau.com/blog/
I am having the same issue, and my customers are not happy. If you've found a solution, please let us know here in the forum. Thanks!
Wordpress is deleting the session info. In worpdress wp-settings.php comment out the line // wp_unregister_GLOBALS(); David