Uncaught PDOException

If I upload my csv log with <CR> as line terminator all went as expected.
If I upload my csv log with <LF> I get this error (with all the html-tags as shown):
[following quote appears in red in the browser]

An error occurred while uploading your file. Please check the file for correctness.<br />Server message: <br /> <b>Fatal error</b>: Uncaught PDOException: SQLSTATE[HY000]: General error: 20047 DBPROCESS is dead or not enabled [20047] (severity 1) [select AssociationID from Associations where AssociationCode=‘HB’] in /var/www/include/utils.inc:1382 Stack trace: #0 /var/www/include/utils.inc(1382): PDOStatement->execute() #1 /var/www/api/admin/secure/verify_csv(105): summitIDFromCode(Object(PDO), ‘HB/BE-107’) #2 {main} thrown in <b>/var/www/include/utils.inc</b> on line <b>1382</b><br />

  • Please reformat the err msg.
  • And - if possible - allow <LF> as line-terminator.

tnx es 73 de HB9HCI, Andreas

That error has nothing to do with CR/LF - the underlying DB connection dropped out for some reason.

It appears that a connection in the DB pool hung and took 30 minutes to time out, between 10:05 and 10:35 UTC approx.

I confirm - now I can upload both csv-versions. tnx de HB9HCI, Andreas