Hello, I have 2 wordpress blogs on the same domain integrated with amember. For duplicate plugin wordpress protect I folowed this thread : http://www.amember.com/forum/threads/sync-several-wp-installs-to-1-db.13788/#post-53908 All seem ok exept that in my worpress and wordpress1 (in amember>configuration panel), I have the same SECURE_AUTH_KEY, LOGGED_IN_KEY, NONCE_KEY, AUTH_SALT, SECURE_AUTH_SALT, LOGGED_IN_SALT, NONCE_SALT.... and it's impossible for my users to connect in blogs. Any ideas ? Thx Eric
Eric, the problem seems to be in public function afterAddConfigItems(Am_Form_Setup_ProtectDatabased $form) { Wordpress config section prefix is hardcoded in that file. So you have to change this in your other plugin: $form->addText('protect.wordpress1.folder', array('size'=>70)) ->setLabel(array($this->getTitle() . ' Folder', " Folder where you have " . $this->getTitle() . " installed"));