XenForo 2.2.16 Released Full | XenForo 2.2 ENXF

Released 2x XenForo 2.2.16 Released Full | XenForo 2.2 ENXF 2.2.16 Patch 2

No permission to download

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,529
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;
    }
 

Linda

SVIP Member
S.V.I.P Member
Registered
Joined
Oct 22, 2021
Messages
123
Points
38

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;
    }
BattleKingThank you very much. I have taken it over and will let you know tomorrow.
 

fmsc88

Collaborate
Collaborate
Registered
Joined
May 22, 2019
Messages
106
Points
53

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;
    }
BattleKingAny idea how to stop the File health check also?
 

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
23,807
Points
823

Reputation:

ENXF NET updated XenForo 2.2.15 Released Full | XenForo 2.2 ENXF with a new update entry:

XenForo 2.1.16 Patch 1 Released Full

Some of the changes in XF 2.2.16 include:
  • Fix some issues with xf-dev:class-use-function to better support classes with class attributes and comments, or existing use function declarations.
  • Fix persistent action indicator when using back/forward navigation
  • Add _deleteFromSource method to support performing tasks right before entity deletion
  • Skip logging IPs when updating avatars during registration
  • Fix docblock return hint for \XF\Util\Ip::checkIpsAgainstBinaryRangeList...

Read the rest of this update entry...
 

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,388
Points
523

Reputation:

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
23,807
Points
823

Reputation:

ENXF NET updated XenForo 2.2.16 Released Full | XenForo 2.2 ENXF with a new update entry:

XenForo 2.2.16 Patch 2 Released Full

Firstly, to clarify some concerns that have arisen:

1. If you did a normal upgrade (either uploading files or via your admin control panel) you do not need to manually edit any files to receive the security fixes.

2. If you upgraded to the initial 2.2.16 release, you are fully protected against the security issues that were being addressed.

Secondly, a second patch is being released to address some minor bug fixes that may not have been correctly applied when upgrading to XenForo 2.2.16...

Read the rest of this update entry...
 

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
23,807
Points
823

Reputation:

ENXF NET updated XenForo 2.2.16 Released Full | XenForo 2.2 ENXF with a new update entry:

XenForo 2.2.16 Patch 2 Released Full

Firstly, to clarify some concerns that have arisen:

1. If you did a normal upgrade (either uploading files or via your admin control panel) you do not need to manually edit any files to receive the security fixes.

2. If you upgraded to the initial 2.2.16 release, you are fully protected against the security issues that were being addressed.

Secondly, a second patch is being released to address some minor bug fixes that may not have been correctly applied when upgrading to XenForo 2.2.16...

Read the rest of this update entry...
 

Redbear

Member
Registered
Joined
Mar 5, 2020
Messages
16
Points
13

Reputation:

And still with the fixes it has that error:

Code:
XenForo upgrade check failed: cURL error 6: Could not resolve host: upgrade-check.json (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
 
Top