tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
604 stars 102 forks source link

failed to open stream: No such file or directory in /var/www/MISP/app/Config/core.php on line 297 #153

Closed grassman80bz closed 2 years ago

grassman80bz commented 2 years ago

Good morning, I am trying unsuccessfully to install MISP. After a few steps forward, installing php74 etc, now the installation script crashes when working on "cake".

The error is this and despite searching online I can't find a solution:


[root@misp-p ~]# bash -x /tmp/INSTALL.sh -A [...] Debug Mode, press enter to continue...

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 297 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/pear:/usr/share/php') in /var/www/MISP/app/Config/core.php on line 297


and on and on for many, many more lines.

In fact, that file does not exist, nor does the folder "Vendor". [root@misp-p ~]# ll /var/www/MISP/app/Vendor/autoload.php ls: cannot access /var/www/MISP/app/Vendor/autoload.php: No such file or directory

How can I solve this? Thank you very much

grassman80bz commented 2 years ago

false issue destination, sorry