PHP 8.1 error with simple fix
-
See file:
bbpowerpack\modules\pp-image-carousel\includes\frontend.css.php
Line 205 to 209
Properties are divided by 1000 but not casted to an integer. This causes a Fatal error “Unsupported operand types”.
If you simply typecast these properties to an integer the error is solved:
(int) $settings->overlay_animation_speed / 1000
Cheers, Jory
- The topic ‘PHP 8.1 error with simple fix’ is closed to new replies.