Reputation:
Reputation:
XenForo 2.2.14 is now 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.
In addition to the usual slew of bug fixes and improvements, there are a few notable changes in this release.
Compatibility with PHP 8.1 and 8.2
Most compatibility issues between PHP 8.1 and 8.2 have been addressed. Remaining issues might trigger...
Reputation:
Sincere apologies. A further issue has been identified in which initial upgrades to 2.2.14 may have set the default 'http' option for the unsubscribe option incorrectly.
The latest patch will workaround this issue if you are affected.
Alternatively, going to Options > Email options in your admin control panel and setting the "Unsubscribe email handling" option as desired will fix the issue without needing to upgrade.
This is being rolled out to existing Cloud customers automatically if...
Reputation:
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...
ENXF NET updated XenForo 2.2.14 Released Full | XenForo 2.2 ENXF with a new update entry:
XenForo 2.2.15 Released Full
Read the rest of this update entry...
Reputation:
How about I now have version 2.2.11 and I wanted to know if by installing this I won't have problems with my design or addons
Reputation:
Reputation:
how to update? i dont know 😬
Reputation:
public function check(&$detailedError = null)
{
$client = $this->app->http()->client();
$errorMessage = null;
$errorCode = null;
$checkData = [];
return true;
.
.
.
return $upgradeCheck;
}
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; }
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; }