mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #546] Cannot find "./vendor/autoload.php" on line 17 #385
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#385
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alsundma on GitHub (Feb 26, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/546
Sorry for the trouble, this is the 3rd time I have tried loading on 2 ubuntu and 1 CentOS.
After doing all the install steps I get this error:
PHP Fatal error: require(): Failed opening required '/root/koel/bootstrap/ ../vendor/autoload.php' in /root/koel/bootstrap/autoload.php on line 17
I have been to Laravel's and Composer's installation sites to see if I can find what I am doing wrong. I see it referenced, then just says to re-run "composer install" in the app's directory.. so i do.
I can start over with a different distro if that is what you recommend.
Ubuntu 0.16.04.1
MySQL 5.7.17-0
PHP Version 7.0.15-0
Apache/2.4.18
I will pay a few bucks in bitcoin for an assist.
@phanan commented on GitHub (Feb 27, 2017):
Looks like a file permission issue to me. Are you installing as
root?@alsundma commented on GitHub (Feb 27, 2017):
Yes, i installed as root... once changed permissions AND installed php-curl extension (missed that error message earlier) it worked! Still cannot access the web GUI because 8000 is blocked... I'll work on that later. Thanks for your help! How about $5 in bitcoin for the assist. Just paste your address below.
@phanan commented on GitHub (Feb 28, 2017):
Glad it works! And never mind the bitcoin (I don't use it anyway). If you
really enjoy Koel, though, may I suggest becoming a patron for Vue (the
excellent framework Koel is built on) here instead?
https://www.patreon.com/evanyou. Thanks!
On Tuesday, February 28, 2017, alsundma notifications@github.com wrote:
@alsundma commented on GitHub (Mar 3, 2017):
Thanks, Phanan! Once I get it up and running I'll be happy to contribute.