XenForo 2.2.15 Released Upgrade | XenForo 2.2 ENXF

Released 2x XenForo 2.2.15 Released Upgrade | XenForo 2.2 ENXF 2.2.15

No permission to download

AbesayrlimMX

Member
Registered
Joined
May 15, 2022
Messages
8
Points
13

Reputation:

Thanks for the update, I'm going to approve it and see how it goes.
 
Last edited:

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,125
Points
823

Reputation:

ENXF NET updated XenForo 2.2.14 Released Upgrade | XenForo 2.2 ENXF with a new update entry:

XenForo 2.2.15 Released Upgrade

Hot on the heels of yesterday's XF 2.2.14 release and subsequent patches, we are today making XenForo 2.2.15 available for all licensed customers to download. We strongly recommend that all customers running previous versions of XenForo 2.2 upgrade to this release to benefit from increased stability, particularly if you already upgraded to XenForo 2.2.14.

As of this point, XenForo 2.2.14 and its patches are no longer available for download. We are still planning a final XF 2.2...

Read the rest of this update entry...
 

Kheops

Member
Registered
Joined
Feb 2, 2024
Messages
5
Points
3

Reputation:

Thank you very much, I managed to download the version I wanted. It wasn't easy for me, I had to find it.
It's an interesting system. If there's a tutorial on the forum to put this in place, I'm interested.

And thank you again for the version and especially the work you do.

Kheops
 

sfan

Member
Registered
Joined
Dec 9, 2020
Messages
23
Points
13

Reputation:

I am getting server errors because XF is trying to do the upgrade check. How to disable this check please?
 

Snowgard

Member
Registered
Joined
Oct 30, 2020
Messages
15
Points
13

Reputation:

XenForo 2.2.15 Released Full | XenForo 2.2 ENXF 2.2.15

Since upgrading to the new version 2.2.15 Released, I've been getting a lot of the same error messages.
Can someone from the forum tell me how I can find and fix this error?

Thank you :)

Seit dem Upgrade auf die neue Version 2.2.15 Released bekomme ich viele und immer die gleichen Fehlermelungen.
Kann mir jemand aus dem Forum sagen wie ich diesen Fehler finden und beseitigen kann?

Vielen Dank :)

Server-Fehlerprotokoll
Code:
GuzzleHttp\Exception\ConnectException: XenForo upgrade check failed: cURL error 6: Could not resolve host: upgrade-check.json (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)      
rc/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:200                         
Generiert von: Unbekanntes Konto       
19 Februar 2024 um 20:03

Stack-Trace
Code:
#0 src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(155): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
#1 src/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(105): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
#2 src/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
#3 src/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleHttp\Handler\CurlHandler->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
#4 src/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(51): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
#5 src/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php(66): GuzzleHttp\Handler\Proxy::GuzzleHttp\Handler\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
#6 src/vendor/guzzlehttp/guzzle/src/Middleware.php(29): GuzzleHttp\PrepareBodyMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
#7 src/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php(70): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
#8 src/vendor/guzzlehttp/guzzle/src/Middleware.php(57): GuzzleHttp\RedirectMiddleware->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
#9 src/vendor/guzzlehttp/guzzle/src/HandlerStack.php(71): GuzzleHttp\Middleware::GuzzleHttp\{closure}(Object(GuzzleHttp\Psr7\Request), Array)
#10 src/vendor/guzzlehttp/guzzle/src/Client.php(351): GuzzleHttp\HandlerStack->__invoke(Object(GuzzleHttp\Psr7\Request), Array)
#11 src/vendor/guzzlehttp/guzzle/src/Client.php(162): GuzzleHttp\Client->transfer(Object(GuzzleHttp\Psr7\Request), Array)
#12 src/vendor/guzzlehttp/guzzle/src/Client.php(182): GuzzleHttp\Client->requestAsync('post', Object(GuzzleHttp\Psr7\Uri), Array)
#13 src/vendor/guzzlehttp/guzzle/src/Client.php(95): GuzzleHttp\Client->request('post', 'upgrade-check.j...', Array)
#14 src/XF/Service/Upgrade/Checker.php(85): GuzzleHttp\Client->__call('post', Array)
#15 src/XF/Job/UpgradeCheck.php(36): XF\Service\Upgrade\Checker->check()
#16 src/XF/Job/UpgradeCheck.php(9): XF\Job\UpgradeCheck->performUpgradeCheck()
#17 src/XF/Job/Manager.php(260): XF\Job\UpgradeCheck->run(7.7794)
#18 src/XF/Job/Manager.php(202): XF\Job\Manager->runJobInternal(Array, 7.7794)
#19 src/XF/Job/Manager.php(86): XF\Job\Manager->runJobEntry(Array, 7.7794)
#20 job.php(43): XF\Job\Manager->runQueue(false, 8)
#21 {main}

Status der Anfrage​

Code:
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(30) "https://myhomepage.de/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Last edited:

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

You can disable the whole check here:
src\XF\Service\Upgrade\Checker.php and add return true; after $checkData = []; in function check

PHP:
    public function check(&$detailedError = null)
    {
        $client = $this->app->http()->client();
        $errorMessage = null;
        $errorCode = null;
        $checkData = [];
        return true;
.
.
.
        return $upgradeCheck;
    }
 

Snowgard

Member
Registered
Joined
Oct 30, 2020
Messages
15
Points
13

Reputation:

You can disable the whole check here:
src\XF\Service\Upgrade\Checker.php and add return true; after $checkData = []; in function check
BattleKingThanks for your answer Unfortunately it doesn't work... The file then no longer has the correct checksum. Is there anything else you can do?? Thank you....
How else can you switch off this test (See Grafik)
 

Attachments

  • checker.php.jpg
    checker.php.jpg
    37.5 KB · Views: 22
  • checker1.php.jpg
    checker1.php.jpg
    12.8 KB · Views: 21
Last edited:
View previous replies…

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,497
Points
523

Reputation:

Thanks for your answer Unfortunately it doesn't work... The file then no longer has the correct checksum. Is there anything else you can do?? Thank you....
SnowgardYes that is normal if you change the file you need to create a new hash for it.

Is that the only problem the checksum?
 
Top