Hi dolphinbulat,
Please try the way below
1. Open file “\cuteeditor_files\include_CuteEditor.php”
2. Find section below
$this->FilesPath=dirname($this->GetWebPath(__FILE__));
3. Change it to
$this->FilesPath=dirname($_SERVER['SCRIPT_NAME']).'/cuteeditor_files';
Regards,
Ken