I'm a new user of OpenEMM 2011. I have a problem with double opt-in : the user status is not being updated when the confirmation link is clicked.
I've followed the manual :
1) I created an action-based mailing


2) I created 3 actions => "Double Opt-In: subscription", "Double Opt-In: send confirmation mail" and "Double Opt-In: confirmation"



3) I created 3 forms => "doi_subscribe", "doi_save" and "doi_confirm"



When the link is clicked i have an error in openemm log :
Code: Select all
ERROR [http-8080-2] org.agnitas - getDefaultValue: Can't find resource for bundle java.util.PropertyResourceBundle, key redirection.status
ERROR [http-8080-2] org.agnitas - getDefaultValue: Can't find resource for bundle java.util.PropertyResourceBundle, key redirection.status
Code: Select all
resource.status=302
I no longer have the error in the logs but the user status is still not being updated :

What have I done wrong?
Additional infos :
I'm using a Debian 6.0.3 server behind a web-proxy (Apache with mod_proxy enabled). Let me know if you need more infos. Thanks