mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #426] ErrorException in Application.php that doesn't want to leave! #301
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#301
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 @TheFonix on GitHub (Aug 26, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/426
Hey there i have been trying to install Koel and have been greeted with this error, i have tried moving the manifest the directory from /build/rev-manifest.json to manifest.json as there is a file in there but that seemed to break more than anything else (guessing it wasn't intended for what i did" here is the error and the whole stack trace :-)
ErrorException in Application.php line 49:
file_get_contents(/home/v-play/public/build/rev-manifest.json): failed to open stream: No such file or directory (View: /home/v-play/resources/views/index.blade.php)
http://pastebin.com/nx8rQ2Uj
-Thanks
@phanan commented on GitHub (Aug 26, 2016):
Please make sure you read the wiki and troubleshooting.
@TheFonix commented on GitHub (Aug 26, 2016):
Niether npm install, or bower install && gulp --production fix my issue, when i run npm install it seems to successfully install but bower install && gulp --production returns with a bower.json not found
@phanan commented on GitHub (Aug 26, 2016):
Hmm. Can you paste the output of
npm install? You don't needbower installactually – the doc has been updated.@TheFonix commented on GitHub (Aug 26, 2016):
i only get one line from the installer now since i have already done it:
npm WARN cannot run in wd koel@ cross-env NODE_ENV=production && gulp --production (wd=/home/v-play)
if you want the full output i can re-install it again, i haven't gotten any further than this with it so it wouldn't be a big deal.
@BernardGoldberger commented on GitHub (Aug 26, 2016):
@TheFonix might be a permissions issue, have a look here.
@TheFonix commented on GitHub (Aug 26, 2016):
Ok so it was down to permissions it seems you can't run npm install as a super user, but now i have the last problem of app.css not being generated on npm install, that seems to be the only problem it has. it does throw an error about the generation as well. which looks like this: http://pastebin.com/s1vsvU5X
@BernardGoldberger commented on GitHub (Aug 28, 2016):
It seems the last time this issue came up, adding
$plyr-control-color-hover: null;was the solution.Could you give it a try? The PR https://github.com/phanan/koel/pull/317 was merged, but there have been changes since.