I'm having a strange issue with the file manager.
I set the path as /fck_files/ and the absolute path to the same place yet it is going to /fck_files/image/ instead. All of the uploads are enabled and set to go to their default folders (flash/, files/, etc...) but no matter what I do it just seems to ignore the settings and go to the image folder.
Because of that when I try to upload something other than an image it gives me the invalid file type error since it's going to the wrong folder.
I've been looking through the fckconfic.js and fckconfig_php5.php files for any reason why it'd be defaulting to that directory but I don't see any reason for it. Is there a setting somewhere else that I need to change?
I'm using default settings except for the UserFilesPath and UserFilesAbsolutePath and changing the $Config['QuickUploadPath'] and $Config['QuickUploadAbsolutePath'] for each type to their appropriate folders (it was putting them in the /fck_files/ folder where no one could access them through the server browser).
So to sum up, both quick upload and the server file browser default to fck_files/image instead of just fck_files like I set in the config file.
Any idea why that would happen?
I set the path as /fck_files/ and the absolute path to the same place yet it is going to /fck_files/image/ instead. All of the uploads are enabled and set to go to their default folders (flash/, files/, etc...) but no matter what I do it just seems to ignore the settings and go to the image folder.
Because of that when I try to upload something other than an image it gives me the invalid file type error since it's going to the wrong folder.
I've been looking through the fckconfic.js and fckconfig_php5.php files for any reason why it'd be defaulting to that directory but I don't see any reason for it. Is there a setting somewhere else that I need to change?
I'm using default settings except for the UserFilesPath and UserFilesAbsolutePath and changing the $Config['QuickUploadPath'] and $Config['QuickUploadAbsolutePath'] for each type to their appropriate folders (it was putting them in the /fck_files/ folder where no one could access them through the server browser).
So to sum up, both quick upload and the server file browser default to fck_files/image instead of just fck_files like I set in the config file.
Any idea why that would happen?
Re: Invalid File Type error
i use PHP so : FCKeditor/editor/filemanager/connectors/phplist/config.php
$Config['FileTypesPath']['Image'] and $Config['FileTypesAbsolutePath']['Image'] add a folder to the path you chose in the general config file.