apioo / fusio

Open source API management platform

Home Page:https://www.fusio-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error When Installing Backend - Invalid Hash

VanillaWitta9 opened this issue · comments

I got the same error from the install script and also from the manual install command for the backend. Running on Amazon Linux 2023 with Apache and PHP 8.1

What I ran -> php bin/fusio marketplace:install fusio

Error that came back:

PHP Warning: Module "dom" is already loaded in Unknown on line 0
In Installer.php line 158:
Invalid hash of downloaded app
marketplace:install [-d|--disable_ssl_verify] [-x|--disable_env] [--]

I figured it out, I just needed to run the command with sudo...

sudo php bin/fusio marketplace:install fusio

Also note, it needs to be ran from the fusio root directory.