BOINC / boinc

Open-source software for volunteer computing and grid computing.
https://boinc.berkeley.edu
GNU Lesser General Public License v3.0
2.03k stars 449 forks source link

Forum Moderation Fuction #3392

Open lfield opened 4 years ago

lfield commented 4 years ago

The forum moderation function is not working. It reports the following message.

Your report could not be recorded. Please wait a while and try again.
If this is not a temporary error, please report it to the project developers.
davidpanderson commented 4 years ago

I can't repro this.

FYI, I debug stuff like this by uncommenting line 67 of db_conn.inc, so that it shows every query. Then figure out what's wrong with the failed query.

lfield commented 4 years ago

Are you using the PHPMailer? We get the error send email failed when trying to use send mail.

lfield commented 4 years ago

Note that this code was touched in PR #3058