Resizer icon indicating copy to clipboard operation
Resizer copied to clipboard

Uncaught TypeError: round() in PHP 8.0

Open CamillaVoss opened this issue 3 years ago • 0 comments

I tried running my modx environment with PHP 8.0 and encountered an issue with Resizer when trying to save a resource.

PHP Fatal error: Uncaught TypeError: round(): Argument #1 ($num) must be of type int|float, string given in /Users/name/Sites/site/core/components/resizer/model/vendor/sepiariver/reductionist/src/Reductionist/Reductionist.php:292 Stack trace: #0 /Users/name/Sites/site/core/components/resizer/model/vendor/sepiariver/reductionist/src/Reductionist/Reductionist.php(292): round('575px') #1 /Users/name/Sites/site/core/components/phpthumbof/model/phpthumbof.class.php(385): Reductionist\Reductionist->processImage('/Users/name...', '/Users/name...', Array)

CamillaVoss avatar Feb 09 '22 09:02 CamillaVoss