Hi I'm new with the ckfinder,
Maybe I'm the second, third one or more that have some problems with the ckfinder.
It was not possible to complete the request due to file system permission restrictions.
1.) I checked if safe-mode (php) is off. Correct
2.) Configure the variables:
- $baseUrl = 'http://www.yourdomain.com/admin/includes/editor/editor/ckfinder/userfiles/';
- $baseDir = resolveUrl($baseUrl);
3.) CHMOD all the folders to 755 or more. Correct
4.)FCKconfig.js the line:
FCKConfig.LinkBrowserURL = 'http://www.yourdomain.com/admin/includes/editor/editor/ckfinder/ckfinder.html' ;
My question is this correct?
Greets Frank
Mon, 09/14/2009 - 14:20
#1
Re: not possible to complete the request due to file ...
I also got this problem today, and found the reason for me, not sure it works for you too.
Verify there are related sub-folder already created on server under the $baseURL, such as
/upload_files/flash, /upload_files/images, and /upload_files/files
http://www.moneypa.com/post/FCKEditor-Error-104-It-was-not-possible-to-complete-the-request-due-to-file-system-permission-restrictions.aspx
Re: not possible to complete the request due to file ...
Regarding FCKeditor integration, check here:
http://docs.fckeditor.net/CKFinder/Deve ... ntegration
Regarding baseUrl: like divids wrote, either in baseUrl use path relative to the document root (instead of full URL with protocol and domain name), or set the baseDir variable to correct server path:
http://docs.fckeditor.net/CKFinder/Deve ... rt#baseDir
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+