View Single Post
  #38  
Old 04-24-2009, 07:24 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Adding the FCKeditor HTML Editor

Likely just a path or permissions issue, check...

/fckeditor/editor/filemanager/connectors/php/config.php

Code:
$Config['UserFilesPath'] = '/userfiles/' ;

Try changing it to a different directory.

Eg. if your store resides in /store, try...

Code:
$Config['UserFilesPath'] = '/store/userfiles/' ;

Ensure the userfiles directory is writable (CHMOD 777)
__________________
xcartmods.co.uk
Reply With Quote