mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #343] Arch and Nginx error after installation "ErrorException in Application.php line 50" #248
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#248
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 @BugMaze on GitHub (May 27, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/343
Hi . I'm trying to install koel on Arch and nginx/php-fpm . Everything installs fine and npm, compose and gulp all excute perfectly . I sat up a Mariadb correctly and filled up the .env with the required info .
However pointing my browser to https:/MY_DOMAIN/koel returns these errors :
http://i.imgur.com/vjPzIDT.gif
http://i.imgur.com/qt1bEVi.gif
My nginx server block for koel :
http://i.imgur.com/xzSq8fC.gif
Nginx and php are working and serving my blog just fine . Any help would be really appreciated . Thanks .
@0xcaff commented on GitHub (May 27, 2016):
It looks like
laravel-elixirdidn't run.cdto the directory you installed koel to and try runningnpm install.koel:initdoesn't fail whennpmdoes (see #336).@BugMaze commented on GitHub (May 27, 2016):
Thanks for the reply, npm runs fine and installs lots of stuff , running it again prints these :
However it doesn't solve the issue .
@BernardGoldberger commented on GitHub (May 27, 2016):
What version of Koel are you running?
You can ignore the following lines as
fseventsis a OS X specific packageI believe your issue is similar to https://github.com/phanan/koel/issues/45, have a look.
@BugMaze commented on GitHub (May 27, 2016):
@bdgold :
Thanks ! That fixed it , I was running the server as root and "npm install --unsafe-perm" fixed it .