phpMyBackupPro icon indicating copy to clipboard operation
phpMyBackupPro copied to clipboard

Fix Error's

Open vsc55 opened this issue 1 year ago • 0 comments

Fix: PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in functions.inc.php on line 244

Fix: PHP Fatal error: Uncaught TypeError: gzclose(): Argument #1 ($stream) must be of type resource, null given in functions.inc.php:1818\nStack trace:\n#0 functions.inc.php(1818): gzclose()\n#1 get_file.php(55): PMBP_getln()\n#2 {main}\n thrown in functions.inc.php on line 1818, referer: http://phpmybackuppro/import.php

vsc55 avatar Jul 28 '24 08:07 vsc55