Hi, I am upgrading from 0.9.39 to the latest from github repository but after opening: serverIP/froxlor I have only blank page. In error log I have found:
PHP Warning: require(/var/www/html/froxlor/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/froxlor/lib/init.php on line 19
Question
dxd
Hi, I am upgrading from 0.9.39 to the latest from github repository but after opening: serverIP/froxlor I have only blank page. In error log I have found:
PHP Warning: require(/var/www/html/froxlor/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/froxlor/lib/init.php on line 19
init.php on line 19 :
require dirname(__DIR__) . '/vendor/autoload.php';
but autoload.php file and /vendor directory doesn't exist.
Where to find it and how to fix this error ?
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.