php 8.1

  1. Weppa333

    Fixed utf8.php should be updated (php8.2)

    This has been discussed in the past but the solution is usually to ask plugin authors ton update their plugins for improved PHP8.1/PHP8.2 compatibility, whereas I think this is clearly a problem inside Xenforo 2.2 codebase, up and including 2.2.15 The file ./src/vendor/dokuwiki/utf8/utf8.php...
  2. B

    XF 2.2 php 8.1 [E_WARNING] Undefined property: SV\StandardLib\XF\Template\Templater::$options

    hi i used php 8.1 in my xenforo but i have many error in server log [E_WARNING] Undefined property: SV\StandardLib\XF\Template\Templater::$options src/addons/XenGenTr/XGTForumistatistik/XF/Template/Templater.php:14 Stack trace #0...
  3. Osman

    Fixed ErrorException: [E_DEPRECATED] Implicit conversion from float 47.5 to int loses precision in src\XF\Image\Gd.php at line 104

    I don't know if this bug report has been reported, but today I am getting such an error in the resource manager for the operation I have done on localhost. PHP version: 8.1.2 #0 [internal function]: XF::handlePhpError(8192, '[E_DEPRECATED] ...', 'C:\\xampp\\htdocs...', 104) #1...
  4. PaulB

    Fixed PHP 8.1: Debugger.php, htmlspecialchars(null)

    This differs from https://xenforo.com/community/threads/deprecated-exception-when-viewing-debug-page-with-php-8-1.200923/ but affects the same class. An exception occurred: [ErrorException] [E_DEPRECATED] htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in...
  5. PaulB

    Fixed PHP 8.1: XF\Repository\Payment#logCallback, strlen()

    ErrorException: Error logging payment to payment provider: [E_DEPRECATED] strlen(): Passing null to parameter #1 ($string) of type string is deprecated src/XF/Repository/Payment.php:103 #0 src/XF/Repository/Payment.php(103): XF::handlePhpError(8192, '[E_DEPRECATED] ...', 's...', 103) #1...
Back
Top Bottom