Hi, im using fckeditor for an old project wich is still running, and i would like to use the file manager for images and stuff, but now i rand into trouble. The file directory should be /user_files/ (wich is a real directory on the host) but when i try to insert an image the file manager shows an error and claims that its not possible to make a directory user_files/image. can you help me with this issue thx in advance
Wed, 09/22/2010 - 10:04
#1
Re: Trouble with file manager
// Path to user files relative to the document root.
$Config['UserFilesPath'] = '/user_files/' ;
in editor\filemanager\connectors\php\config.php
is this a new addition of the filemanager?
Perhaps check the premissions of the folder on the server
Re: Trouble with file manager