9963e2eedd
Issues fixed: - Removed duplicate diagnostic messages (was showing same error 169+ times) - Fixed bash integer expression error at line 552 - Deduplicate diagnostics by domain+url+issue combination using sort -u - Only save diagnostics when we have an actual identified cause - Skip displaying UNKNOWN causes (these are now categorized as NO_PHP_ERROR_LOGGED) - Show "X unique issues" instead of raw count to reflect deduplication Now shows each unique domain+issue combination once, with proper counts.