Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Fix Error's #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix Error's #6

wants to merge 2 commits into from

Conversation

vsc55
Copy link

@vsc55 vsc55 commented Jul 28, 2024

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 added 2 commits July 28, 2024 08:42
… supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in functions.inc.php on line 244
…dreshg112#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 vsc55 changed the title PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Fix Error's Jul 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant