I have CKFinder 1.4.1.1 and I have problem only in IE. In FF 3.5 is ok.
When I upload files I see folders on the left side normaly and I can create subfolders.
But if I want to add image I don't see folders on the left and i can't create subfolders. I only see "Images" without [+] icon infront and dropdown menu is grey colored.
I have "userfiles" folder with chmode 0777 and folders "files", "images" and "flash" inside with chmode 0755.
What is the problem?
When I upload files I see folders on the left side normaly and I can create subfolders.
But if I want to add image I don't see folders on the left and i can't create subfolders. I only see "Images" without [+] icon infront and dropdown menu is grey colored.
I have "userfiles" folder with chmode 0777 and folders "files", "images" and "flash" inside with chmode 0755.
What is the problem?
Re: Can't see folders or create subfolder in image browser in IE
I found what was the problem. The path for images was wrong because of session problems in IE.
In config I get path from session and set it. But as I find out a ckeditor has a bug and when user click on add image icon, ckeditor erase session (only in IE). So path readed from session wasn't correct.
More about the problem with erased session i wrote here http://cksource.com/forums/viewtopic.php?f=11&t=16272.
When adding a file of flash everything is fine, session is not erased.