Hello,

we have a real problem with the fckeditor. We cannot upload and integrate images.

After having solved the problem with the missing image button (We integrated ['Link','Unlink','Anchor','Image'], in the /include/FCKeditor_Sugar/myfckconfig.js)
the next problem appeared. We cannot upload images.

According to the forum we did the following:

var _FileBrowserLanguage =
var _QuickUploadLanguage =
Set both of these to = 'php

include/FCKeditor/filemanager/browser/default/connectors/php/config.php
$Config['Enabled'] = true;
$Config['UserFilesPath'] = '/UserFiles/';

include/FCKeditor/filemanager/upload/php/config.php
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/UserFiles/Image' ;

We also created a directory named UserFiles (sugarcrm/UserFiles/) and later (after it didnīt work yet) a dir in UserFiles named /images

According to a post in the forum we also deleted
RedirectMatch /sugar/include/(.*).php
RedirectMatch /sugar/include/(.*)/(.*).php

Now we wanted to upload a image to integrate it in an email template. We push the integrate image button and then browse server.
But after all changes nothing happened. Upload a new file in this folder
With the Firefox thereīs no reaction and with the IE this error occurs: XML request error: Unknown (12031)

Many thanks for help!!

Regards
FB


Open Source
Sugar Suite version: Version 4.5.1g (Build 1003)
Webserver type and version: Apache/2.2.3
PHP version; 5.1.6
MySQL server version: 5.0.24a
Using IE and Firefox