[GH-ISSUE #89] Whoops, looks like something went wrong. #58

Closed
opened 2026-02-26 02:31:58 +03:00 by kerem · 8 comments
Owner

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

Whoops, looks like something went wrong.

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.

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 ``` Whoops, looks like something went wrong. ``` 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.
kerem closed this issue 2026-02-26 02:31:58 +03:00
Author
Owner

@phanan commented on GitHub (Dec 17, 2015):

This doesn't help much really. Please set APP_DEBUG to true in .env and see what the error is.

<!-- gh-comment-id:165352108 --> @phanan commented on GitHub (Dec 17, 2015): This doesn't help much really. Please set `APP_DEBUG` to `true` in `.env` and see what the error is.
Author
Owner

@cPLevey commented on GitHub (Dec 17, 2015):

@phanan Sorry, check out this gist.

https://gist.github.com/cPlevey/ce58acff913b3d56fbc0

<!-- gh-comment-id:165355478 --> @cPLevey commented on GitHub (Dec 17, 2015): @phanan Sorry, check out this gist. https://gist.github.com/cPlevey/ce58acff913b3d56fbc0
Author
Owner

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

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

@cPLevey commented on GitHub (Dec 17, 2015):

@bplower I've tried redoing it a few different times now, all same results.

<!-- gh-comment-id:165378965 --> @cPLevey commented on GitHub (Dec 17, 2015): @bplower I've tried redoing it a few different times now, all same results.
Author
Owner

@phanan commented on GitHub (Dec 17, 2015):

What does gulp --production give?

<!-- gh-comment-id:165379204 --> @phanan commented on GitHub (Dec 17, 2015): What does `gulp --production` give?
Author
Owner

@cPLevey commented on GitHub (Dec 17, 2015):

@phanan Nice call.

# gulp --production
module.js:329
    throw err;
    ^

Error: Cannot find module 'clone-stats'
    at Function.Module._resolveFilename (module.js:327:15)
    at Function.Module._load (module.js:278:25)
    at Module.require (module.js:355:17)
    at require (internal/module.js:13:17)
    at Object.<anonymous> (/usr/local/lib/node_modules/gulp/node_modules/vinyl/index.js:3:18)
    at Module._compile (module.js:399:26)
    at Object.Module._extensions..js (module.js:406:10)
    at Module.load (module.js:345:32)
    at Function.Module._load (module.js:302:12)
    at Module.require (module.js:355:17)
<!-- gh-comment-id:165379491 --> @cPLevey commented on GitHub (Dec 17, 2015): @phanan Nice call. ``` # gulp --production module.js:329 throw err; ^ Error: Cannot find module 'clone-stats' at Function.Module._resolveFilename (module.js:327:15) at Function.Module._load (module.js:278:25) at Module.require (module.js:355:17) at require (internal/module.js:13:17) at Object.<anonymous> (/usr/local/lib/node_modules/gulp/node_modules/vinyl/index.js:3:18) at Module._compile (module.js:399:26) at Object.Module._extensions..js (module.js:406:10) at Module.load (module.js:345:32) at Function.Module._load (module.js:302:12) at Module.require (module.js:355:17) ```
Author
Owner

@phanan commented on GitHub (Dec 17, 2015):

I'd suggest to start from there then. Google is your friend ;)

<!-- gh-comment-id:165379808 --> @phanan commented on GitHub (Dec 17, 2015): I'd suggest to start from there then. Google is your friend ;)
Author
Owner

@carcinocron commented on GitHub (Dec 21, 2015):

What are your outputs for npm -v and node -v? I would also try deleting the local node_modules folder and run npm install again, also try re-installing global dependencies like gulp.

<!-- gh-comment-id:166200327 --> @carcinocron commented on GitHub (Dec 21, 2015): What are your outputs for `npm -v` and `node -v`? I would also try deleting the local `node_modules` folder and run `npm install` again, also try re-installing global dependencies like gulp.
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#58
No description provided.