Commit 2777371d authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-3913

parent 80380cc7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1106,6 +1106,7 @@ function relay_error_notification($text, $ocproducts = true, $notification_type
        (strpos($text, 'Too many connections') === false) &&
        (strpos($text, 'duplicate key in table') === false) &&
        (strpos($text, 'Incorrect string value') === false) &&
        (strpos($text, 'Too many words in a FTS phrase or proximity search') === false) &&
        (strpos($text, 'Can\'t create/write to file') === false) &&  // MySQL
        (strpos($text, 'Error writing file') === false) && // E.g. cannot PHP create a temporary file
        (strpos($text, 'possibly out of free disk space') === false) &&