Fatal error with PHP 8.0
-
PHP Fatal error: Uncaught TypeError: Unsupported operand types: string * int in /../wp-content/plugins/bambora-online-checkout/lib/bambora-online-checkout-currency.php:46
$amount must be integer/float type, or cast to int. $amount is declared as “mixed”, which makes no sense. Only int|float can be multiplied with other values. String is not auto casted in PHP 8
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fatal error with PHP 8.0’ is closed to new replies.