Skip to content

Can't get passed login screen

edited December 2014 in Troubleshooting

Hello,

I've installed sendy on top of a Bitnami Lamp stack in AWS cloud. But I can't get passed the login screen. It keeps reloading the login page every time I try to login using my credentials. It's not mentioning anything about a wrong password, just reloads the page.

I've checked if the session.save_path is set correctly in php.ini. It's set to session.save_path = "/opt/bitnami/php/tmp". This is how it should be if I understand correctly.

What am I forgetting here? Thanks in advance.

Peter.

Comments

  • Hi,

    Make sure your session.save_path directory's permission is set to 0777. Make sure it's writable so that session variables can be saved, then you can login successfully.

    Best regards,
    Ben

  • Hi Ben,

    Thanks for your answer.

    The "/opt/bitnami/php/tmp" directory permissions are set to 777. But i'm still not able to login.

    Something else I could be overlooking?

    Thank you,

    Peter.

  • Your domain 'solutionmail.org' has a "www" redirect.

    Try setting the APP_PATH in /includes/config.php to 'http://www.solutionmail.org' instead of 'http://solutionmail.org'. That should work.

    Best regards,
    Ben

  • Ok thanks very much for your help Ben. That worked.

    Cheers,

    Peter.

This discussion has been closed.