If you visit the site as an unregistered user and go to the World Congress page (http://iassid.org/conference/index.php/HPC/2012IWC) There is a link in the right to Subscribe / Unsubscribe from notifications. When a user clicks the subscribe link and fills out their email then they are sent a confirmation email with links to follow. Here is the email:
You have signed up to receive notifications from IASSID World Congress.
Please click on this link to confirm your request and add your email
address to the mailing list:
http://iassid.org/conference/index.php/ ... bscription
If you wish to stop receiving notification emails, please go to
http://iassid.org/conference/index.php/ ... beMailList
and enter your email address and password.
Your password for disabling notification emails is: XXXXXXX
Mike Dejesus
________________________________________________________________________
IASSID World Congress 2012 IASSID World Congress
http://ambeta1.info/conference/index.ph ... 2IWC/index
Now when any of those links are followed, I get a 404 error. I noticed that in the confirmMailListSubscription function in the /lib/pkp/pages/notification/NotificationHandler.inc.php file there are supposed to be arguments for the email and the keyHash that aren't being included in the link sent out in the email. I am not sure if this is part of the problem.
I also noticed that in these URLs they are not including the path to the specific scheduled conference, which I'm thinking might also be part of the problem. I noticed this because the unsubscribe link in the email gives the 404 error but the one that is on the page of the conference on the site (http://iassid.org/conference/index.php/HPC/2012IWC) works.
I have been able to find the email addresses in the notification_settings table in the database but no where could I discern a keyHash value. It looks like if I add the Scheduled conference path back into the email link then it doesn't give the 404, but I still need to include that email address and keyHash value in there to get it to confirm properly.
If anyone has any insight into how to accomplish these things or why they might not be working it would really help me out.
Thanks!
