Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File /vendor/autoload.php missing #8

Closed
skrue opened this issue Dec 6, 2016 · 2 comments
Closed

File /vendor/autoload.php missing #8

skrue opened this issue Dec 6, 2016 · 2 comments

Comments

@skrue
Copy link

skrue commented Dec 6, 2016

PHP Fatal error: require_once(): Failed opening required '/var/www/php-apache2-basic-auth-manager/web/../vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/php-apache2-basic-auth-manager/web/index.php on line 11

The whole /vendor directory is missing. Commenting out line 11 in /web/index.php will obviously generate an error as well:

PHP Fatal error: Uncaught Error: Class 'Silex\\Application' not found in /var/www/php-apache2-basic-auth-manager/web/index.php:33 Stack trace: #0 {main} thrown in /var/www/php-apache2-basic-auth-manager/web/index.php on line 33

@rafaelgou
Copy link
Owner

Missing composer install on the install instructions.

I'll add that. For now, just run composer install to get dependencies. If you don't have composer installed please follow instructions from https://getcomposer.org/ .

@Rillke
Copy link
Contributor

Rillke commented Dec 9, 2019

#22 for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants