Add extra error

pull/3108/head
Peter Goodhall 2024-05-15 22:36:07 +01:00
rodzic bfca0459db
commit 16b2e65137
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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"."<br>";
}
$pos = strpos($result, "<!-- .UPL. accepted -->");