Hi, i'm a new user of ckfinder.
I loaded ckfinder_asp_2.0.2 on ckfinder folder.
The location of this folder is http:\\www.mysite.eu\admin\ckfinder
my site is on a windows server (hosting) and the writable folder is only "public", located as
http:\\www.mysite\public\
Now, I edited the file config.asp as follows:
baseUrl = "/public/"
baseDir = server.MapPath(baseUrl) & "\"
then I tried with
baseUrl = "http://www.mysite.eu/public/"
baseDir ="D:\Inetpub\webs\mysiteeu\public\ -> (mapPath of my server)
and then
baseUrl = "/../../public/"
baseDir = server.MapPath(baseUrl) & "\"
in all cases I received the following message: "This program is disabled for security reasons..."
I have no idea how to resolve
Thank you in advance who will help me.
Sun, 05/01/2011 - 21:26
#1
Re: CKFINDER.asp.202 and my writable folder, does not work
It seems that you haven't adjusted the CheckAuthentication function to check if the user is logged in to your system or is a visitor, so for your safety CKFinder is disabled by default.
Please, read the configuration docs: http://docs.cksource.com/CKFinder_2.x/D ... uick_Start
Re: CKFINDER.asp.202 and my writable folder, does not work
thanks for your quick response!
I read the configuration docs.
config.asp contains: