You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
good, when I do the docker compose it gives an error when installing php. The error is: PHP Warning: require_once (/var/www/MISP/app/Vendor/autoload.php): failed to open stream: No such file or directory in /var/www/MISP/app/Config/core.php on line 298
PHP Fatal error: require_once (): Failed opening required '/var/www/MISP/app/Vendor/autoload.php' (include_path = '/ var / www / MISP / app / Lib / cakephp / lib:.: / Usr / share / php ') in /var/www/MISP/app/Config/core.php on line 298
How can I solve this error?
The text was updated successfully, but these errors were encountered:
good, when I do the docker compose it gives an error when installing php. The error is: PHP Warning: require_once (/var/www/MISP/app/Vendor/autoload.php): failed to open stream: No such file or directory in /var/www/MISP/app/Config/core.php on line 298
PHP Fatal error: require_once (): Failed opening required '/var/www/MISP/app/Vendor/autoload.php' (include_path = '/ var / www / MISP / app / Lib / cakephp / lib:.: / Usr / share / php ') in /var/www/MISP/app/Config/core.php on line 298
How can I solve this error?
The text was updated successfully, but these errors were encountered: