php 8.1

  1. 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...
  2. 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...
  3. 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...
  4. 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...
Top Bottom