Re: cuteeditor on my website failed today 11-1-2011

  •  11-02-2011, 3:42 PM

    Re: cuteeditor on my website failed today 11-1-2011

    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";

View Complete Thread