// SECURITY: You must explicitly enable this "connector". (Set it to "true").
// WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only
// authenticated users can access this file or use some kind of session checking.
$Config['Enabled'] = true ;
// Path to user files relative to the document root.
$Config['UserFilesPath'] = '/fckeditor/editor/filemanager/storage/' ;
// Fill the following value it you prefer to specify the absolute path for the
// user files directory. Useful if you are using a virtual directory, symbolic
// link or alias. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
// Attention: The above 'UserFilesPath' must point to the same directory.
$Config['UserFilesAbsolutePath'] = '/fckeditor/editor/filemanager/storage/' ;
-----------------------------------------------------------------------------------------------------------
Can someone help me on this area. i was working at my local server its working, coz im putting on the
Config['UserFilesAbsolutePath'] = 'c:\\htdocs\\fckeditor\\editor\\filemanager\\storage\\' ;
when i deploy it on my webhosting.. it won't work when i change it to $Config['UserFilesAbsolutePath'] = '/fckeditor/editor/filemanager/storage/' ;
Thanx alot. hoping someone would help me out this.
// WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only
// authenticated users can access this file or use some kind of session checking.
$Config['Enabled'] = true ;
// Path to user files relative to the document root.
$Config['UserFilesPath'] = '/fckeditor/editor/filemanager/storage/' ;
// Fill the following value it you prefer to specify the absolute path for the
// user files directory. Useful if you are using a virtual directory, symbolic
// link or alias. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
// Attention: The above 'UserFilesPath' must point to the same directory.
$Config['UserFilesAbsolutePath'] = '/fckeditor/editor/filemanager/storage/' ;
-----------------------------------------------------------------------------------------------------------
Can someone help me on this area. i was working at my local server its working, coz im putting on the
Config['UserFilesAbsolutePath'] = 'c:\\htdocs\\fckeditor\\editor\\filemanager\\storage\\' ;
when i deploy it on my webhosting.. it won't work when i change it to $Config['UserFilesAbsolutePath'] = '/fckeditor/editor/filemanager/storage/' ;
Thanx alot. hoping someone would help me out this.

Re: filemanager/connectors/php/config.php NEED HELP!
Re: filemanager/connectors/php/config.php NEED HELP!
So it should be something like:
"/home/login/public_html/fckeditor/editor/filemanager/storage/"
or
"/var/www/example.com/fckeditor/editor/filemanager/storage/"
or any other path that is the right absolute server path.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+