I am currently encountering a significant problem where, upon user registration, the Verification Email Page is displayed but the corresponding email is not received. Consequently, I have resorted to manually verifying users from the database. However, this approach has led to a more pressing issue: newly registered members are unable to create any threads. When attempting to save their posts by clicking the save button, no action is taken, and no error messages are displayed. I have inspected the database and confirmed that no new entries are being added.
- MSAnswered
Hello,
Did you saved the correct email settings while installing? You can check mail config in the
.env
file.Did you set the member role permissions? Please click Manage -> Roles -> edit member role and set permissions.
Lasly, please check the server error logs and let me know the error details. You can check the Laravel log in the
storage/logs/
folder.Thank you
- HNAnswered
SMTP settings are working now. but
Newly registered members are unable to create any threads. When attempting to save their posts by clicking the save button, no action is taken, and no error messages are displayed. In browser network tab it shows 200 success response but I have inspected the database and confirmed that no new entries are being added. Please help me in this regard
- MSAnswered
Hello,
Please share the installation URL with credentials in private reply.
Are you using beta 14?
Thank you
- MSAnswered
Hello,
I can see the validation error for description but members don’t have permission for description. As I know this was fixed. Please update to latest beta version.
If you are using the latest, please let me know the server details to have a look.
Thank you
- Login to Reply