- Joined
- Mar 5, 2020
- Messages
- 16
- Points
- 13
Reputation:
Hey There,
I did the update from 2.2.2 to 2.2.8,
even though I unchecked the " Check For Stable Versions" box
I still get this error,
is there a current fix for this?
I did the update from 2.2.2 to 2.2.8,
even though I unchecked the " Check For Stable Versions" box
I still get this error,
Code:
XenForo upgrade check failed: cURL error 6: Could not resolve host: upgrade-check.json (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:185
is there a current fix for this?
- Joined
- Mar 17, 2022
- Messages
- 560
- Points
- 253
Reputation:
- By SNap!
Hey There,
I did the update from 2.2.2 to 2.2.8,
even though I unchecked the " Check For Stable Versions" box
I still get this error,
Code:XenForo upgrade check failed: cURL error 6: Could not resolve host: upgrade-check.json (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:185
is there a current fix for this?
remove Line 148
and the error in log is gone
PHP:
\XF::logException($e, false, "XenForo upgrade check failed: $extraMessage ");
- Joined
- Oct 11, 2019
- Messages
- 1
- Points
- 11
Reputation:
- By supergord1
src\XF\Service\Upgrade\Checker.php
remove Line 148
and the error in log is gone
PHP:\XF::logException($e, false, "XenForo upgrade check failed: $extraMessage ");