BROKEN_LINK_PROBLEM__curl_error_6=Broken link: [tt]{1}[/tt], '{2}' code (cURL could not resolve host; double-check that the link is correct)
BROKEN_LINK_PROBLEM__curl_error_7=Broken link: [tt]{1}[/tt], '{2}' code (cURL could not connect to host or proxy; check proxy settings in the software and that the link is correct)
BROKEN_LINK_PROBLEM__curl_error_8=Broken link: [tt]{1}[/tt], '{2}' code (cURL could not parse server reply)
BROKEN_LINK_PROBLEM__curl_error_23=Error processing link: [tt]{1}[/tt], '{2}' code (cURL could not write the contents of the response to file)
@@ -99,15 +99,17 @@ class Hook_health_check_mistakes_build extends Hook_Health_Check
$this->stateCheckManual('Do a [url="general check"]https://webhint.io/[/url] (take warnings with a pinch of salt, not every suggestion is appropriate)');
$this->stateCheckManual('Test in Mozilla Firefox');
$this->stateCheckManual('Test in Google Chrome');
$this->stateCheckManual('Test in IE10');
$this->stateCheckManual('Test in IE11');
$this->stateCheckManual('Test in Mozilla Firefox (mobile)');
$this->stateCheckManual('Test in IE10');// TODO: remove when we no longer support it
$this->stateCheckManual('Test in IE11');// TODO: remove when we no longer support it
$this->stateCheckManual('Test in Microsoft Edge');
$this->stateCheckManual('Test in Safari');
$this->stateCheckManual('Test in Google Chrome');
$this->stateCheckManual('Test in Google Chrome (mobile)');
$this->stateCheckManual('Test in Safari');
$this->stateCheckManual('Test in Safari (mobile)');
$this->stateCheckManual('Check the website would look good if printed');
$this->stateCheckManual('Check the website would look good if generated as a PDF');
}
/**
@@ -220,7 +222,14 @@ class Hook_health_check_mistakes_build extends Hook_Health_Check
$message_text=do_lang('BROKEN_LINK_PROBLEM__'.str_replace('-','_',$message),$url,$message,null,null,false);// Support custom messages for specific status codes