Hi - I am unable to get wordpress to recognize when an amember is logged in. I am using the amember plugin and both amember sidebar widget AND just the code noted on this forum. In either case - it does not work although the amember is logged in. I have troubleshooted the ww/non-www issue, roles and user levels. Im using Wordpress 2.6.2 and do NOT have a secret or auth key for wordpress, so have not included that in the amember admin configuration for the plugin. Any help is MUCH appreciated. You can see it not working here: http://www.chefsline.com/blog/prime-rib-cooking-guide/ login cgitest pw 12345
How about in wp-config.php, have you set this section? define('AUTH_KEY', 'pass'); // Change this to a unique phrase. define('SECURE_AUTH_KEY', 'pass'); // Change this to a unique phrase. define('LOGGED_IN_KEY', 'pass'); // Change this to a unique phrase. David
Follow up re Wordpress Hi David- Thanks! Good thinking. I added that to wp-config and amember. No change. ....
The other is to ensure your keys do not have any non alphanumeric characters (just 0-9,a-z,A-Z).. typically it has punctuation and such which seems to mess things up. Be sure to change it in WordPress and aMember
Ok! so I totally got somewhere with this. Thank you both. Now onto address issue of the amember CP being able to recognize a secondary database. Thanks again - above worked.
It doesn't seem to be all punctuation characters - just the 'magic quotes characters': backslash (\), double quote (") and single quote ('). All these will be shown in the generated keys with a preceding backslash - ie \\ \' and \" So, if you use the key generator, simply search for backslashes and remove both it and the next character. That way you can still have very secure keys without breaking amember integration. Cheers Rob
Hi all, Thanks so much for your input. The system is still not working. If anyone very familiar with amember + wordpress would be interest in working on this project - please contact me. jenn at chefsline dot com. Thanks!
I have a video on my site specifically outlining how to do an amember/wordpress integration. Premium membership is needed. David