I've found that this bug affects IE versions 6-8, I don't have the ability to test IE 9. I'm surprised that this isn't a higher priority. Seems like a hotfix would be appropriate.
@anyone having this problem - unfortunately things got delayed, if anyone is willing to test a dev release of CKFinder just drop me a PM. It might take a week or a bit more until I send you the link as I'll be away in the next few days, but anyway, if you're interested in getting a fixed version earlier than an official release, just drop me a PM.
Oh yeah, to provide more info - this only happens when I click on the "Upload", "Settings", "Refresh", or "Help" buttons at the top of the pop up window. It doesn't happen on the embedded example (standalone.html) or any other times. It doesn't even happen in the CKEditor pop up window, which is odd, because it is a pop up window and appears identical (visually) although I guess it's different in terms of code.
Actually, I just made my own - set a button to launch a javascript popup, in that popup window just have the "standalone" version like in the sample code. At the end of the "ShowFileInfo" function remove the dialog box and add these lines:
where YourIDGoesHere is the ID for the field that you want. This works fine for me now, it's functionally / visually identical to the popup and it also supports the Upload/Refresh/etc... buttons.
Hope this helps those of you with the problem who didn't do this already! -Casey
Hi, I am trying to get Th FCK editor to work for my website. But i cant seem to get the image browse and upload button to work.
It keeps giving me this message "error creating folder image" (File exists)
What does this mean and what do i need to change in order for it to work. i checked my server and there is no folder called image anywhere. Please help!!!!!
Re: Permission Denied Error on popup demo
We'll try to find out what's wrong.
Re: Permission Denied Error on popup demo
Thanks!
Re: Permission Denied Error on popup demo
http://ckfinder.com/rss.xml
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Permission Denied Error on popup demo
Re: Permission Denied Error on popup demo
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Permission Denied Error on popup demo
Re: Permission Denied Error on popup demo
Re: Permission Denied Error on popup demo
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Permission Denied Error on popup demo
Re: Permission Denied Error on popup demo
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Permission Denied Error on popup demo
Attachments:
Re: Permission Denied Error on popup demo
Re: Permission Denied Error on popup demo
window.opener.document.getElementById("YourIDGoesHere").value = fileUrl;
window.close();
where YourIDGoesHere is the ID for the field that you want. This works fine for me now, it's functionally / visually identical to the popup and it also supports the Upload/Refresh/etc... buttons.
Hope this helps those of you with the problem who didn't do this already!
-Casey
Re: Permission Denied Error on popup demo
It keeps giving me this message "error creating folder image" (File exists)
What does this mean and what do i need to change in order for it to work. i checked my server and there is no folder called image anywhere. Please help!!!!!
Re: Permission Denied Error on popup demo
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Permission Denied Error on popup demo
does anybody know when 2.0.2 comes out?
Re: Permission Denied Error on popup demo
Change "finder.Popup" to "finder.popup".
Re: Permission Denied Error on popup demo
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Permission Denied Error on popup demo
Re: Permission Denied Error on popup demo