Solved ErrorException: [E_DEPRECATED] Implicit conversion from float 47.5 to int loses precision in src\XF\

This topic has been solved
O

Osman

Guest
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
Code:

Code:
#0 [internal function]: XF::handlePhpError(8192, '[E_DEPRECATED] ...', 'C:\\xampp\\htdocs...', 104)
#1 src\XF\Image\Gd.php(104): imagecopyresampled(Object(GdImage), Object(GdImage), 0, 0, 47.5, 0, 96, 96, 45, 45)
#2 src\XF\Image\AbstractDriver.php(131): XF\Image\Gd->crop(96, 96, 47.5, 0, 45, 45)
#3...

Read more

Continue reading...