Problem logging into Sendy
Hi there,
I was wondering if someone has helped. I have installed sendy several times and use it, as do some of my clients.
One in particular, is having an issue though. The server is hosted within an academic institution and we've had to get lots of changes to get wordpress to work.
With sendy, it's installed at http://gamedevelopers.ie/irishgamedev-newsletter and no matter what we do, when we try and log in, it gives us the error
Please fill in both email and password.
Now, the closest I can find to it on the forums is https://sendy.co/forum/discussion/1334/mod_rewrite-confusion-host-server-and-htaccess-says-yes-sendy-compatibility-check-says-no-/p1 and we've done that, but still having the issue.
Any help would be appreciated!
Cheers
Jamie
This discussion has been closed.
Comments
Hi,
Your domain 'gamedevelopers.ie' has a 'WWW' redirect to 'www.gamedevelopers.ie'.
Change your APP_PATH in
/includes/config.php
to 'http://www.gamedevelopers.ie/irishgamedev-newsletter' instead of 'http://gamedevelopers.ie/irishgamedev-newsletter'.Thanks.
Best regards,
Ben
Hi Ben,
Thanks for the quick response, I'm still getting the issue after doing the update.
Please fill in both email and password.
I saw somewhere maybe there's an issue with how the server is handling the POST method?
Actually, that does work, thanks a million!