-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get Music App to display #167
Comments
@tgeorge Can you have a look at the JavaScript console and check it for any errors? (Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console Chrome: https://developers.google.com/chrome-developer-tools/ ) Maybe this gives any hint what goes wrong. What version of ownCloud do you use (stable5, stable6, latest git master) and what version of the music app (app store release or git master) |
@MorrisJobke I checked Firebug and Web Console on Firefox and on Web Console I got
But Firebug picked up that and this
I guess I should be looking more into nginx logs then....hmm Also I am using |
Okay I got this from my error.log for nginx
I googled it and I going to try Prem's answer from this stackoverflow post |
@tgeorge Thanks. Seems that the PHP part consumes too many memory. The code line is just the code part where the memory was overfull - so not relevant. How many files do you have? What request got canceled? Can you try to checkout the latest git master? There are some performance/memory improvements included. Otherwise you can also wait until mid next week - I plan to release a next version then. Thanks in advance |
For further debug log you can also have a look at https://github.com/owncloud/music/wiki/Debugging-and-resetting-the-database#enable-debug-log-output |
And look at the |
@MorrisJobke I will try the debug log against the db tomorrow and sort through owncloud.log. |
Hello guys,
I recently put up a instance of Owncloud at home and I got it work properly using nginx, , PHP, php-fpm and MySQL. All the other Apps seem working fine but after installing and activating Music; I am presented with a blank white screen with the header and sidebar missing once I click on Music. I thought I might of installed it incorrectly but I found this old ticket: #150 and followed it. Let me know if there's a logs I should look at or any suggestions to debug it would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: