Hi tetnet,
Please change the upload type to IFrame, then it will shows you the actual error message.
1. Open file "\cuteeditor_files\Dialogs\upload.php"
2. Find section below
$uploader=new PhpUploader();
3. Change it to
$uploader=new PhpUploader();
$uploader->UploadType="IFrame";
Regards,
Ken