timthedevguy / BuySYS

*NO LONGER MAINTAINED* Buyback application for EveOnline, can be used by Corporations/Alliances or private entities. Written in PHP 7.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update SDE Issue

drkthunder02 opened this issue · comments

When attempting to update the SDE, the Attempted to call function bzopen from namespace error occurs.

Downloading SDE files from fuzzwork.co
7/7 [============================] 100%

Extracting SDE...
0/7 [>---------------------------] 0%
In UpdateSDECommand.php line 99:

Attempted to call function "bzopen" from namespace "AppBundle\Command".

PHP Version 8.0

Fixed the issue for now by rolling back the CLI version of php to 7.4. CLI was running 8.0 instead of 7.4.

Thanks for the info, project is PHP 7.4 currently. I'll work on 8.0 support before it's end of active support.