PHP Fatal error: Uncaught TypeError: Unsupported operand types: string – int
-
Error emitted following click on ‘Save’ a scheduled monthly backup, in WP 6.1.1 and BackupGuard 1.6.14.1
PHP Fatal error: Uncaught TypeError: Unsupported operand types: string - int in <path>/wp-content/plugins/backup/com/core/schedule/SGScheduleAdapterWordpress.php:78
PHP 8 got stricter on typing, so maybe line 73 should include a cast (int). Would have included code here, but the input form won’t let me paste.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘PHP Fatal error: Uncaught TypeError: Unsupported operand types: string – int’ is closed to new replies.