When applying the telephone link field formatter on number with 5 digits or less, Drupal miserably breaks, displaying some kind of WSOD with the following message: "The website encountered an unexpected error. Please try again later". Another message can be then found in the watchdog: InvalidArgumentException: The URI 'tel:112' is invalid. You must use a valid URI scheme. in Drupal\Core\Url::fromUri() (line 301 of /media/alex/4126b75c-86e8-4b12-a7c2-08e2d7dbfb08/alex/201310/drupal/core/lib/Drupal/Core/Url.php).
The bug occurs in the parse_url PHP function, which processes numbers with 5 digits or less like TCP ports.
The underlying parse_url PHP function problem can be managed in a follow up issue. See https://www.drupal.org/node/2575577 →
None.
None.
None.
Fixed
8.6 ⚰️
telephone.module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.