Thank you for the quick response... I was able to fix the problem, but now have a new problem. Following the startup guide, step 3... I filled out the information, then clicked Install Now. The next page that comes up is a Log In page, but every time I enter the email address I entered on the previous page, it brings me back to the log in page..... what am I doing wrong?
After checking your installation, I noticed that for some reason you commented out define('COOKIE_DOMAIN', ''); in /includes/config.php (see screenshot below). This causes Sendy to not to run correctly, hence you weren't able to login.
I've 'uncommented' the line and was able to log in.
Comments
For APP_PATH, you need to fill in the full URL to your Sendy installation.
For example, if you installed Sendy on http://domain.com/sendy, this should be your APP_PATH.
Database details needs no introduction, unless otherwise? The last line, COOKIE_DOMAIN - you can leave this alone.
Following the startup guide, step 3... I filled out the information, then clicked Install Now. The next page that comes up is a Log In page, but every time I enter the email address I entered on the previous page, it brings me back to the log in page..... what am I doing wrong?
I cannot replicate this problem. Is the password correct? Have you tried forgot password?
If you've tried forgot password and still does not work, can you retrieve your error log so that we can see what exactly the problem is? I see you're on GoDaddy, here's how to retrieve your error logs http://support.godaddy.com/help/article/1197/working-with-error-logs
Please retrieve your error log right after you try logging in so that we can see the error in the last (few) lines.
Error logs are not supported on Economy - Linux Shared Hosting plans, which is what I have.... sorry
Any suggestions other than upgrading my service to get the error logs?
After checking your installation, I noticed that for some reason you commented out
define('COOKIE_DOMAIN', '');
in /includes/config.php (see screenshot below). This causes Sendy to not to run correctly, hence you weren't able to login.I've 'uncommented' the line and was able to log in.