Closed ash3T closed 2 months ago
Some users are encountering an error on their server. Please check the app/models/mailer.php and change the newline character to <br>
This should fix your problem.
hi, Thanks for your continue hard work.
I just installed the latest version 1.3.1.
Tried to register serveral new users, after clicked the linked send to user's email, it says, "Invalid activation token." Please take a look.
A blank space is added due some email configuration, I will share a fix soon
Some users are encountering an error on their server. Please check the app/models/mailer.php and change the newline character to
<br>
This should fix your problem.
Try that but if it doesn't work don't worry I will share a solution soon
Just change the newline on /app/models/mailer.php
from 'newline' => "\r\n"
to 'newline' => '\r\n'
Just change the newline on /app/models/mailer.php
from
'newline' => "\r\n"
to'newline' => '\r\n'
Yeah that's the solution, will be properly fixed on the next release
hi, Thanks for your continue hard work.
I just installed the latest version 1.3.1.
Tried to register serveral new users, after clicked the linked send to user's email, it says, "Invalid activation token." Please take a look.