timthedevguy / BuySYS

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

Update SDE Issue #27

Closed drkthunder02 closed 3 years ago

drkthunder02 commented 3 years ago

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

drkthunder02 commented 3 years ago

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.

timthedevguy commented 3 years ago

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