We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

When I register a user in Vokuro, I get a blank page?

I've got Vokuro up and running on localhost. All is well, apart from when registering a new user I get a blank page. When I reload that blank page (resending form data), I get a message: That user i already registered. When I try to login, I get a message: The user is inactive.

So I guess that I'm supposed to be able so somehow confirm my e-mail after registering, and thereby activate the user, but now I just seem screwed. How can I fix the Vokuro app?



98.9k

Did you set up the email settings?



2.8k

Because the function of swiftmailler diskkeycache



80

The same thing happens to me and I used compososer to install the dependencies. I also updated the config.php to use my localhost smtp server. I just get a blank page..no error so it's pretty hard to debug.



60

I had this problem and I found from the apache logs that app/library/mail/mail.php was configured to use AmazonSES by default. You have to set protected $directSmtp = true; on line 20. Maybe there is a way to set that in the config file but no example was given. So does anyone know if there is a way to set that in the config?