-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected error en registration process #44
Comments
When an error like this occurs, you should be able to see the detailed information in the event log (Tools > Event Log). |
Ok, I found it, thanks !
Maybe I misconfigured the mail settings, but the problem is that accounts created remains in an inconsistent state... (you don't see any in User Accounts but trying to re-register fail with 'username already exist') |
ok, |
Yes, you're right, the error should be logged when email settings are tested, I will fix that. PHPMailer is from December 2019, so it's not super old, but I will update it in the next release of WebIssues. Requests that are not activated are automatically removed from the register_requests table by the cron job. It's not perfect, but even if the email is sent, there is no guarantee that it reaches the recipient. |
ok, thanks! IMO the do you have an estimate when the next release is coming ? |
I took a while, but I finally released version 2.0.3 with updated PHPMailer and improved SMTP logging and diagnosing. |
In a somewhat related issue, i had the webissues database taken offline and i received the same error. This error is too general. It would be nice if it could be analyzed a bit. Perhaps something like "Unexpected error in * subsystem", where * could be Mail, Database or whatever else could exist. At least then you could narrow it down and immediately know where to look without checking any logs. BTW, "Tools > Event Log" as said in your first reply was not helpful for me. Perhaps the message could also have more specific directions on where to go to find a more detailed description of the error. |
In my case the view "effective_rights" was missing after a migration to another server. The error handling / logging is not useful at all in such cases. |
Hi there,
how I can debug this ?
the message says me absolutely nothing at all,
also, I see nothing in the server log files...
The text was updated successfully, but these errors were encountered: