-
Notifications
You must be signed in to change notification settings - Fork 351
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
Infinite loading state #493
Comments
I guess you use PHP connector. What's happening if you just keep default js configuration ? |
If I keep default js configuration file it's the same thing. Maybe I should tell that I work with WampServer. I don't know how to enable log, I changed logger option to true but I have nothing in C:\wamp64\tmp (I supposed it was there). |
|
It does the same thing, infinite load. |
Help me please. |
Put filemanager into your webroot folder and try again. If you will get the same result, you should consider your environment as a cause of the problem. In any case check the console of your browser and log file for errors. |
I don't have log files and the only things that is displayed in my console is : |
All I see is the spinning logo (wait30trans.gif) and I'm having similar issues here, running on PHP 5.6.17, lighttpd/1.4.36 (ssl), OpenWRT. Here's my log,
|
I have the same problem. The folder exist but it will nothing load. :-( |
any online url to provide ? |
not possible, it´s in internal system :-( |
and what's browser developer panel is saying ? |
after clearing cache and redis it´s fixed , now i have to set a file folder, i am using wamp and i have alias for website, and in a log file i have
Can i set a route to the samo folder as a root ?? |
Not sure it will work with aliases.... or maybe by adding some rewrite rules in .htaccess file. Try with setFileRoot() : https://github.com/simogeo/Filemanager/wiki/How-to-allow-users-to-have-their-own-folder or maybe try with the new version of FM : |
I got an error with Internal server error 500 when I'm inspect. |
it would be cool if it were an setting to define the root folder of the script to avoid errors |
Why don't you just load filemanager via iframe? |
I have this issue as well, but only on my testing server. When i run all of this locally it works perfectly. Our kulaboard.info url used to be the kulaboard.net server. So this code used to work on this server. It was when the domain name switched that I started getting infinite load screens. I cannot get the logging to work either, so im flying blind. (i have the logging working locally, for some reason its not working on the serveR) |
you may try to debug that using browser's web developer tool |
there are no errors in the developer window. |
Hi,
I've just installed the file manager and I don't understand, I have an infinite loading state. However I have set the filemanager.config.json file with
"serverRoot": true, "fileRoot": "monApp/depot/",
Only this : http://imgur.com/llKbjGc
Thank you for your help.
The text was updated successfully, but these errors were encountered: