I have installe FCKeditor on my site. The editor works fine. However, when I want to insert an image I get the following error message when I click on the browse button:
Error creating folder "/home/a/a/xxxxx.org/UserFiles/image/" (MkDir failed Permission denied)
I have both the UserFiles folder and the images folder Chmod for 777.
the config.php file has the following settings:
$Config['Enabled'] = true ;
$Config['UserFilesPath'] ='../UserFiles/' ;
$Config['UserFilesAbsolutePath'] = '/home/a/a/xxxxx.org/UserFiles/' ;
and I have cleared my browser cash before every attempt to make this work.
Can anyone here tell me how to make this work?
Error creating folder "/home/a/a/xxxxx.org/UserFiles/image/" (MkDir failed Permission denied)
I have both the UserFiles folder and the images folder Chmod for 777.
the config.php file has the following settings:
$Config['Enabled'] = true ;
$Config['UserFilesPath'] ='../UserFiles/' ;
$Config['UserFilesAbsolutePath'] = '/home/a/a/xxxxx.org/UserFiles/' ;
and I have cleared my browser cash before every attempt to make this work.
Can anyone here tell me how to make this work?
