Hi,
I have just upgraded CKFinder to the newest version, but I keep receiving invalid requests. I have looked at Firebug and can see the following error in the console:
http://mysite/Scripts/ckfinder/core/con ... t%20SS.jpg
I have made sure that Network Service has Full Control for the folder where the images are stored. If I test the url, by viewing it in the browser, it looks fine and I don't receive any errors.
I can see that CKEditor now also returns this error:
"attempt to run compile-and-go script on a cleared scope" on the file ckfinder.js
Any ideá what I might me missing?
Wed, 11/23/2011 - 19:14
#1
Re: Invalid request
If you are experiencing issues with thumbnails only, then I'd say that the "Thumbnails.Dir" in config.ascx is not set or set to the wrong directory.
Could you try to correct it and set it to the right path?
E.g set something similar to:
Thumbnails.Dir = "C:/inetpub/vhosts/mysite/httpdocs/_thumbs/";
and make sure that the directory is writable by the web server.
(also adjust the Thumbnails.Url accordingly)
The URL you mentioned:
http://mysite/Scripts/ckfinder/core/con ... t%20SS.jpg
is simply a link to a thumbnail. If you open it in a separate tab, you should see either an image, or some "user friedly" message, if you enable Debugging.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+