-
Notifications
You must be signed in to change notification settings - Fork 10
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
Blank Page #1
Comments
Moreover, current version is not working. In explorer I found "._codemirror.js", so I renamed it to codemirror.js. It helped to start RichFilemanager web-interface, but there are a lot of other errors. |
I found the desicion. Just go to main page of project https://github.com/servocoder/RichFilemanager and download it. Copy the folder "scripts" to folder static/RichFilemanager in your project. |
This project is mainly an example of how to use python and flask to serve the FileManager app with a file management API based on FileManager. I'm sorry I haven't had time to keep it up to date. |
I submitted a pull request #2 that I think fixes these issues. Let me know if it works. @BSergius and @marcelopalin if you could test it and let me know if I need to fix any other functions. Move currently seems broken for directories that have files in them. I will take a look at fixing that. |
In the latest update I believe the .gitignore is excluding dist files for javascript libraries that are required. As a result they were not included in the merge. @alanswx would you mind fixing the gitignore and submitting another request? If not I'll get the javascript files added when I can. Here are the files: |
Oops! I was struggling with their gitinclude. |
I think it is fixed. There are .gitinclude files everywhere! |
Hello!
I followed the instructions and accessed the http://127.0.0.1:5000/files/filemanager but I got a blank screen...
can you help?
I used:
Python 3.5.2 with virtualenv.
I used the Pycharm to run your project;
My O.S:
Linux ubuntu 4.10.0-38-generic #42~16.04.1-Ubuntu SMP Tue Oct 10 16:32:20 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: