Spaces in unsubscribe URL
I have a problem on a New installation of Sendy. I have run into a URL being malformed and a space between the installed url of sendy and the pat of the url defining the uninstall location.
here is an example
http://sendy.mydomain.com /unsubscribe-success.php?c=5
I tried to determine if I entered in my url incorrectly or added an extra / at the end vie the database but the url us terminated without space or slash. So where is the space coming from. I saw some old posts with this problem back a few years ago but nothing recent. Any lessons learned from that as to where I might look for a solution.
To be clear I created a new list, and a new email...no copy and pasting. The only thing I put in the email was the name shortcode and the unsubscribe shortcode.
Thanks so much.
Comments
Check that the value of your APP_PATH in
/includes/config.php
has no spaces around it.yes Ben...that was it. Thanks, Perfect.