-
Notifications
You must be signed in to change notification settings - Fork 22
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
main page does not load completely sometimes #153
Comments
PS: Thanks a lot for your work. I would be happy to provide a fix for this issue if you guide me in the right direction. |
Hmmm. Well this makes no sense :) I can't reproduce it and looking at the code I can see exactly where it's going wrong, but it's one of those places where it can't possibly go wrong :) |
After I initially thought that it is a problem in JS, I found out now that it is rather something in my server setup. The following stack trace is reported from nginx when the page is not loaded fully:
The "permission denied" was the problem. Sometimes it would create cache files in this commradio directory which for some unknown reason did not have write permissions for php. In my web server setup, nginx accesses the files from git (as you call it As I think that this cannot happen if one follows https://fatg3erman.github.io/RompR/Installation.html, I close this issue as I guess it was my fault. But I don't really understand how I ended up with broken permissions. Thank you! |
Sometimes, the main page does not load properly for me. In the desktop layout, the lower part of the page is missing and in the phone layout, the bottow bar is missing (see below):
The problems happens in Firefox, Chromium and Android's WebView.
I can reproduce the problem in 4b4213f by reloading the page (f5) a couple of times. The js console reports "panel is undefined". I cannot say whether that is the result of the problem or its origin but it does not happen if the page loads correctly.
I can provide a server debug log or the debug information, if needed.
The text was updated successfully, but these errors were encountered: