Ken -
As you know, the example code above produced the same result.
You then suggested the solution below, which worked perfectly. Thanks alot for quickly fixing my problem!
Solution (generic values must be changed):
1. Open file”\cuteeditor_files\include_CuteEditor.php”
2. Find section below
$this->FilesPath=dirname($this->GetWebPath(__FILE__));
3. Change it to:
$this->FilesPath="https://yourwebsite.???/examplepath/cuteeditor_files";