Re: Not Found

  •  05-02-2013, 12:11 PM

    Re: Not Found

    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
     

View Complete Thread