-
Notifications
You must be signed in to change notification settings - Fork 788
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
require(../vendor/autoload.php): failed to open stream #867
Comments
You have to use Composer to load all dependencies this project needs.
… Am 18.01.2018 um 19:06 schrieb Nathanael111 ***@***.***>:
I tried to use this framework and cloned into my XAMPP folder. Then I created the database and the tables. When I tried to start I got the following error. It is the first time that I use a framework like this... Maybe this question is totally stupid but I can't figure out where this autoload.php file is.
Warning: require(../vendor/autoload.php): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/huge-master/public/index.php on line 14
Fatal error: require(): Failed opening required '../vendor/autoload.php' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php') in /Applications/XAMPP/xamppfiles/htdocs/huge-master/public/index.php on line 14
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#867>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ADoOFyGNObKtOy4CieWr66aiOa8C5JcJks5tL4gogaJpZM4RjVmP>.
--
*Confidentiality Note: *This email may contain confidential and/or private
information. If you received this email in error please delete and notify
sender.
*HINWEIS:* Diese Nachricht ist vertraulich und nur für den Adressaten
bestimmt. Sollten Sie irrtümlich diese Nachricht erhalten haben, bitte ich
um Ihre Mitteilung per E-Mail oder unter der oben angegebenen
Telefonnummer. Außerdem bitte ich in diesem Fall darum, dass Sie diese
Nachricht löschen.
|
Thanks for your fast reply. I am sorry for my newbie questions: By composer do you mean this What is Composer?? |
@Nathanael111 composer is application for get depedencies automaticly in PHP |
am having the same issue , how can i resolve it Fatal error: require(): Failed opening required 'C:\xampp\htdocs\congenial-basso |
I tried to use this framework and cloned into my XAMPP folder. Then I created the database and the tables. When I tried to start I got the following error. It is the first time that I use a framework like this... Maybe this question is totally stupid but I can't figure out where this autoload.php file is.
Warning: require(../vendor/autoload.php): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/huge-master/public/index.php on line 14
Fatal error: require(): Failed opening required '../vendor/autoload.php' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php') in /Applications/XAMPP/xamppfiles/htdocs/huge-master/public/index.php on line 14
The text was updated successfully, but these errors were encountered: