mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #89] Whoops, looks like something went wrong. #58
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#58
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 @cPLevey on GitHub (Dec 17, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/89
After fresh/new install the landing page gives
2.6.32-504.23.4.el6.x86_64 #1 SMP Tue Jun 9 20:57:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
CentOS release 6.7 (Final)
PHP 5.5.30 (cli) (built: Dec 2 2015 10:28:41)
Server version: Apache/2.4.16 (Unix)
No error_logs reported.
@phanan commented on GitHub (Dec 17, 2015):
This doesn't help much really. Please set
APP_DEBUGtotruein.envand see what the error is.@cPLevey commented on GitHub (Dec 17, 2015):
@phanan Sorry, check out this gist.
https://gist.github.com/cPlevey/ce58acff913b3d56fbc0
@brahmlower commented on GitHub (Dec 17, 2015):
I ran into this issue a bunch while trying to get the project set up. It turned out there were issues while running 'npm install' (even though they weren't reported). My troubleshooting for that was rather barbaric though and consisted of blowing away the repo, recloning it, and reattempting the npm install...
@cPLevey commented on GitHub (Dec 17, 2015):
@bplower I've tried redoing it a few different times now, all same results.
@phanan commented on GitHub (Dec 17, 2015):
What does
gulp --productiongive?@cPLevey commented on GitHub (Dec 17, 2015):
@phanan Nice call.
@phanan commented on GitHub (Dec 17, 2015):
I'd suggest to start from there then. Google is your friend ;)
@carcinocron commented on GitHub (Dec 21, 2015):
What are your outputs for
npm -vandnode -v? I would also try deleting the localnode_modulesfolder and runnpm installagain, also try re-installing global dependencies like gulp.