VERSION 210 php 8.3 getting this error when deleting a payment
Code:
[17-Apr-2025 22:53:32 UTC] Request URI: /admin/index.php?cmd=super_payments&oID=11504&payment_mode=payment&index=175&action=delete, IP address: 35.139.226.29
--> PHP Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, false given in /admin/super_payments.php:456
Stack trace:
#0 /admin/index.php(16): require()
#1 {main}
thrown in /admin/super_payments.php on line 456.
[17-Apr-2025 22:53:32 UTC] Request URI: /admin/index.php?cmd=super_payments&oID=11504&payment_mode=payment&index=175&action=delete, IP address: 35.139.226.29
--> PHP Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, false given in /admin/super_payments.php:456
Stack trace:
#0 /admin/index.php(16): require()
#1 {main}
thrown in /admin/super_payments.php on line 456.
how would i fix this
Bookmarks