PDA

View Full Version : SimplePress Sync



KeithBowman
06-09-2012, 09:02 PM
I have DAP set to sync users to wordpress and aweber to DAP set up. When I sign up as a free member through the aweber opt in form on my web page, everything goes as planned and I can log into my site as a free user and have access to everything that I should. But, Wordpress isn't syncing to SimplePress and creating a forum user for the member. Any ideas what I'm missing?

Thanks,
Keith

Veena
06-15-2012, 03:36 PM
Keith,

Pls add this to the top of the wp-config.php file, and see if it helps:

define( 'COOKIEPATH', '/' );
define( 'COOKIE_DOMAIN', '.YOURSITE.com' ); //replace YOURSITE.com with the name of your site.