How to disable this error?

Best223

Well-known member
Registered
Joined
Mar 20, 2021
Messages
51
Points
28

Reputation:

Hello! This error keeps popping up! How to disable this error?

XenForo upgrade check failed: cURL error 6: Couldn't resolve host 'upgrade-check.json' (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
 

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

Hello! This error keeps popping up! How to disable this error?

XenForo upgrade check failed: cURL error 6: Couldn't resolve host 'upgrade-check.json' (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Best223
src\XF\Service\Upgrade\Checker.php

remove line 148

PHP:
\XF::logException($e, false, "XenForo upgrade check failed: $extraMessage ");
 

x1111

Member
Registered
Joined
Mar 26, 2022
Messages
7
Points
1

Reputation:

src\XF\Service\Upgrade\Checker.php

remove line 148

PHP:
\XF::logException($e, false, "XenForo upgrade check failed: $extraMessage ");
SNap!great! does that also disable the check, or just the log?
 

x1111

Member
Registered
Joined
Mar 26, 2022
Messages
7
Points
1

Reputation:

how to disable the actual checking? Something to Edit in the src\XF\Service\Upgrade\Checker.php?
 

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

how to disable the actual checking? Something to Edit in the src\XF\Service\Upgrade\Checker.php?
x1111need some PHP Knowledge, two different Checks are avaible.

Cron Check
Button Check (ACP)

Fastest Way Disable the Error Log for it.

src\XF\Service\Upgrade\Checker.php

remove line 148

PHP:
\XF::logException($e, false, "XenForo upgrade check failed: $extraMessage ");

and the Error in Log is gone.
 

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
383
Points
53

Reputation:

make sure you run File health check after so it dont come up with issues
 

x1111

Member
Registered
Joined
Mar 26, 2022
Messages
7
Points
1

Reputation:

failed :(
There should be a way to disable this, all those people who have modified core templates and dont want to update...
 

Soft4Win

Developer
Staff member
Moderator
Collaborate
Registered
Joined
Apr 27, 2019
Messages
370
Points
103

Reputation:

failed :(
There should be a way to disable this, all those people who have modified core templates and dont want to update...
x1111It won't automatically update your XenForo, unless you have a valid XenForo License.
 
Top