September 30, 201510 yr We are using PHP v5.5 and a plugin called PHPMailer. Yesterday our registration system froze where the plugin generates emails to customers notifying them that their registration has received. An error code 230 is being reported by $errors and its not on my list of errors. Does anyone know what the error means? One post on another forum I found said its DNS related.
October 1, 201510 yr Would need to know which step of the process is generating the error - it's not a standard FileMaker error code, nor is it a standard SMTP error code Cheers Webko
October 3, 201510 yr yes, b-o-a-s! I found this as a possible explanation of the error: ERR_DB_CONN_LOST -230 This is a server error. The connection to the database was lost while storing a result in its memory. I would look at the server logs (not just FMServer logs) for any errors/messages at the same time frame as the error(s) being given to the user(s). beverly
Create an account or sign in to comment