PaulB
Well-known member
@Chris D, I'm able to repro this locally by making a post with the following content on XF 2.2.13, PHP 8.2:
\XF\Validator\Url::isValid returns false, which results in
Code:
www.example.com://
url
being null. I'm not sure why this isn't triggering on XenForo.com. All versions of PHP >= 8.0 should throw an error under those circumstances (https://3v4l.org/YhJDG), so for some reason that code either isn't running on XenForo.com, or isValid is returning true.