-
Notifications
You must be signed in to change notification settings - Fork 251
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
Path implementation #1
Comments
Did the old version work well with the files structure you have exposed? Check also your browser console for any errors. |
The error was, the fact that at init the js the "path" as: mysite/admin wich wasn't in the userfiles folder. Afer changing the fileRoot option in config file to : "/" was loaded, and it works properly |
Great! Please report of any issues you face. |
Btw, looking through your GitHub profile I can suppose you are Java oriented developer. Could you help with any of non-supported connectors? |
According to the third comment, in this issue at the original repostory, simogeo/Filemanager#491 I would like it to help, a lot :) I will go through the connectors and see what can be improved :) |
Nice to hear :) |
excellent ! |
- server part is separated from client part to a greater extent;
I was using the old version of the file Manager and I found this repo. I want to update my files to this, but i have a problem.
My folder system is like the following:
admin/
index.php
/assets/ filemanager.js etc.
/components/ filemanager.php
/userfiles/ - the userfiles folder
and always shows thath the path is invalid. how to resolve this problem?
The text was updated successfully, but these errors were encountered: