Afternoon all,

I am having a problem with the FCKEDITOR on the email side of the CRM. I am trying to insert an image into an email by chooing the insert/edit link icon. I then browse the server which opens up the RESOURCE BROWSER, in this browser I am getting an error on line 120 object required /frmresorcelist.html. I cannot browse or create anything, I have made the changes listed below as suggested in many other threads I have also created a folder in the root of the install called UserFiles (what should the permissions be?). I am using version 4.5.1d.

Changes Made:
http://www.sugarcrm.com/forums/showthread.php?t=15392

Do such updates:
inlude/FCKeditor/fckconfig.js
change:
var _FileBrowserLanguage = 'asp' ; to var _FileBrowserLanguage = 'php';
var _QuickUploadLanguage = 'asp' ; to var _QuickUploadLanguage = 'php' ;
include/FCKeditor/editor/filemanager/upload/php/config.php
change:
$Config['Enabled'] = false ; to $Config['Enabled'] = true ;
include\FCKeditor\editor\filemanager\browser\defau lt\connectors\php\config.php
change the same.
Create UserFiles folger in root directory of CRM.

Any help on resolving this issue would be greatly apprectiated.

Many Thanks in advance.