• Resolved Thulsadum

    (@thulsadum)


    Hello,

    unfortunately I have two issues with this plugin:

    First: the subscription.php dies with

    Wrong email

    even though the email is set. But the data is stored, the confirmation request mail is sent, but then the next issue…

    Second: After clicking the confirmation link the user is redirected infinitely to the same location. Here the headers via curl:

    % curl -LI http://gehoerlosekinder.de/wp-content/plugins/newsletter/do/confirm.php\?nk\=6-841835975d
    HTTP/1.1 302 Moved Temporarily
    Date: Sat, 16 Nov 2013 05:32:13 GMT
    Server: Apache
    X-Powered-By: PHP/5.4.21
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Set-Cookie: PHPSESSID=f29cd71a4a1742c90c0b50a1f0c64843; path=/
    Location: ?page_id=896&nm=error&nk=6-841835975d
    Content-Type: text/html
    
    HTTP/1.1 302 Moved Temporarily
    Date: Sat, 16 Nov 2013 05:32:14 GMT
    Server: Apache
    X-Powered-By: PHP/5.4.21
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Set-Cookie: PHPSESSID=0c926e05ea80d5aeaf9ef67c80a82ec3; path=/
    Location: ?page_id=896&nm=error&nk=6-841835975d
    Content-Type: text/html
    
    ...

    The link to the subscription form:
    http://gehoerlosekinder.de/?page_id=896

    Thanks in advance.

    Regards,
    Sebastian

    http://wordpress.org/plugins/newsletter/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    There redirection is wrong. Check the subscription steps panel, you will find the Newsletter dedicated page set to, probably, ?page=xxx while it should be the full URL.

    Let me know!

    Bye, Stefano.

    Thread Starter Thulsadum

    (@thulsadum)

    Thank you Stefano, that solved the problem. Well, ignoring the notes on the form might not be that wise. 😀

    Regards,
    Sebastian

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error on subscription and redirection on loop on confirmation link.’ is closed to new replies.