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

Getting error Warning: require_once(./../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/public/index.php on line 4 #1

Open
dibdutta opened this issue Jan 24, 2023 · 0 comments

Comments

@dibdutta
Copy link

Looks like the /vendor/ folder is missing from your codebase , but in your index.php there is an dependency line no -4

require_once './../vendor/autoload.php';

Probably mistakenly you have added /vendor/ in your .gitignore ?

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

1 participant