We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e017f commit 41c1a35Copy full SHA for 41c1a35
core/boxes/box_sellyoursaas_backup_errors.php
@@ -96,6 +96,7 @@ public function loadBox($max = 5)
96
$sql .= " FROM ".$this->db->prefix()."contrat as c, ".$this->db->prefix()."contrat_extrafields as ce";
97
$sql .= " WHERE ce.fk_object = c.rowid";
98
$sql .= " AND ce.deployment_status IN ('done', 'processing')";
99
+ $sql .= " AND (ce.suspendmaintenance_message IS NULL OR ce.suspendmaintenance_message NOT LIKE 'http%')"; // Not a redirection instance
100
$sql .= " AND ce.latestbackup".$mode."_status = 'KO'";
101
102
$resql = $this->db->query($sql);
0 commit comments