From 16b2e65137e8f5c0a1111713bc7cf08686d5e4af Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 15 May 2024 22:36:07 +0100 Subject: [PATCH] Add extra error --- application/controllers/Lotw.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 39f52ae3..cf892a4d 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -315,6 +315,8 @@ class Lotw extends CI_Controller { //with the error message. if(curl_errno($ch)){ throw new Exception(curl_error($ch)); + // Upload of TQ8 Failed for unknown reason + echo $station_profile->station_callsign." (".$station_profile->station_profile_name.") Upload Failed"."
"; } $pos = strpos($result, "");