oat-sa/package-tao

vendor/autoload.php error with docker installation

zatalian opened this issue · 2 comments

I get the following error after following the docker install and browsing to http://localhost:8085

Warning: require_once(vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/index.php on line 21
Fatal error: require_once(): Failed opening required 'vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /var/www/html/index.php on line 21

same issue, any update?

This is likely caused by not having the composer dependencies installed, you may need to run composer install in the root directory for your TAO installation (the one having the composer.json file).

You can find the install instructions at https://github.com/oat-sa/package-tao/blob/master/README.md.