basically a bug, as the feedback form the ajax save is more or less faked at the moment, as the system tests before opening files if they are both readable and writtable, which should mean that they are saveable.
but yes, I'd check paths also and try not to open 1000's of files and folders, as the "tree" checks and counts each file and folder -- so that's going to slow things down.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am also experiencing this problem. I am positive it is not the amount of items opening in the tree as it loads fine, and performs fine. What else could be the problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I install basically by copying the files to a directory, and changing code.php root to ./file/
it works, but when a file is opened and changed, i can hit save. It claims that it saved it, but really it did nothing.
Have you tried using the full path?
Also check the open base dir setting of your php installation.
the full path is HUGE and when i use it there's a noticeable 40s lag
basically a bug, as the feedback form the ajax save is more or less faked at the moment, as the system tests before opening files if they are both readable and writtable, which should mean that they are saveable.
but yes, I'd check paths also and try not to open 1000's of files and folders, as the "tree" checks and counts each file and folder -- so that's going to slow things down.
I am also experiencing this problem. I am positive it is not the amount of items opening in the tree as it loads fine, and performs fine. What else could be the problem?