-
Notifications
You must be signed in to change notification settings - Fork 364
Upload error in PHP 8.1 #709
Comments
I have same issue when upgrade php 8.2.0. hope fix it soon |
@seunex17 Hey, you can follow fixed this issue #673 I have two step to fixed:
*Note: enable GD extention |
@junefw thanks |
Same issue for PHP 8.2.5 |
Fixed.
|
it's works !! thank youu |
Why don't you do pull request with those changes so that owner can merge it into master for others to use instead of applying manually? I can see owner merged some pull requests this year? Thanks |
Not yet fixed in the code here. Though there's fixes above the error is in /include/php_image_magician.php whereby the floating point parameters ($cropStartX & $cropStartY are not recommended for the imagecopyresampled() call. I simply added an '(int)' type cast to each parameter and the 'warning' no longer spits out which causes the above error. (See #718) |
I am having problem uploading image in PHP 8.1 it works on older version. The main issue is i can not event see the actual error this is what i am getting.
The text was updated successfully, but these errors were encountered: