Welcome to Geeklog, Anonymous Wednesday, January 08 2025 @ 09:25 pm EST
Geeklog Forums
FCKEditor and rights folders
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Hello everybody,
I don't find where I can set the rights for folders and files created by FCKEditor.
In the library/image if I create a sub-folder with FCKEditor the rights are 777
and all the images uploaded are 777 too
I would like to set the default value to 775
Thanks.
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
I don't find where I can set the rights for folders and files created by FCKEditor.
In the library/image if I create a sub-folder with FCKEditor the rights are 777
and all the images uploaded are 777 too
I would like to set the default value to 775
Thanks.
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
6
8
Quote
Status: offline
Blaine
Forum User
Moderator
Registered: 07/16/02
Posts: 1232
Location:Canada
Hi Ben,
In the directory /fckeditor/editor/filemanager/connectors/php
There is a config.php with some settings that you can try.
// After file is uploaded, sometimes it is required to change its permissions
// so that it was possible to access it at the later time.
// If possible, it is recommended to set more restrictive permissions, like 0755.
// Set to 0 to disable this feature.
// Note: not needed on Windows-based servers.
$Config['ChmodOnUpload'] = 0777 ;
// See comments above.
// Used when creating folders that does not exist.
$Config['ChmodOnFolderCreate'] = 0777 ;
Geeklog components by PortalParts -- www.portalparts.com
In the directory /fckeditor/editor/filemanager/connectors/php
There is a config.php with some settings that you can try.
Text Formatted Code
// After file is uploaded, sometimes it is required to change its permissions
// so that it was possible to access it at the later time.
// If possible, it is recommended to set more restrictive permissions, like 0755.
// Set to 0 to disable this feature.
// Note: not needed on Windows-based servers.
$Config['ChmodOnUpload'] = 0777 ;
// See comments above.
// Used when creating folders that does not exist.
$Config['ChmodOnFolderCreate'] = 0777 ;
Geeklog components by PortalParts -- www.portalparts.com
7
9
Quote
All times are EST. The time is now 09:25 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content