[GH-ISSUE #426] ErrorException in Application.php that doesn't want to leave! #301

Closed
opened 2026-02-26 02:32:45 +03:00 by kerem · 7 comments
Owner

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

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
kerem closed this issue 2026-02-26 02:32:45 +03:00
Author
Owner

@phanan commented on GitHub (Aug 26, 2016):

Please make sure you read the wiki and troubleshooting.

<!-- gh-comment-id:242642113 --> @phanan commented on GitHub (Aug 26, 2016): Please make sure you read the wiki and troubleshooting.
Author
Owner

@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

<!-- gh-comment-id:242695279 --> @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
Author
Owner

@phanan commented on GitHub (Aug 26, 2016):

Hmm. Can you paste the output of npm install? You don't need bower install actually – the doc has been updated.

<!-- gh-comment-id:242698173 --> @phanan commented on GitHub (Aug 26, 2016): Hmm. Can you paste the output of `npm install`? You don't need `bower install` actually – the doc has been updated.
Author
Owner

@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.

<!-- gh-comment-id:242702236 --> @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.
Author
Owner

@BernardGoldberger commented on GitHub (Aug 26, 2016):

@TheFonix might be a permissions issue, have a look here.

<!-- gh-comment-id:242712071 --> @BernardGoldberger commented on GitHub (Aug 26, 2016): @TheFonix might be a permissions issue, have a look [here](https://github.com/npm/npm/issues/3497).
Author
Owner

@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

<!-- gh-comment-id:242805011 --> @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
Author
Owner

@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.

<!-- gh-comment-id:242978739 --> @BernardGoldberger commented on GitHub (Aug 28, 2016): It seems the last time [this issue](https://github.com/phanan/koel/issues/316) 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#301
No description provided.