cuteeditor on my website failed today 11-1-2011

Last post 11-02-2011, 3:42 PM by mp5802. 2 replies.
Sort Posts: Previous Next
  •  11-01-2011, 12:40 PM 70793

    cuteeditor on my website failed today 11-1-2011

    When I tred to use cuteeditor today in Firefox or IE it fails.
    In Firefox, I get none of the wysiwyg controls, and a generic box with a 404 (page not found) Error. Could this be a licensing issue?  Do I need to upgrade? Any advice will be appreciated.
     
    Info:
     
    The editor is embedded in a php app I wrote to store my work notes. 
    I have not made any other changes to this website for months.
    I used the cuteeditor portion of my website 3 days ago and it worked.
    It doesn't appear that the website has been compromised.
    All the dates on the cuteeditor files are 1-30-2011, so I'm not seeing any file changes.
     
    Thanks in advance for any advice.
     
    - Mike P
  •  11-02-2011, 7:58 AM 70888 in reply to 70793

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

    Hi mp5802,
     
    Please try the example page below on your site, does it work?
     
    <?php require_once "cuteeditor_files/include_CuteEditor.php" ?>  
    <html>    
    <body>    
            <form id="form1" method="POST">    
                <?php    
                    $editor=new CuteEditor();    
                    $editor->ID="Editor1";
                      $editor->Draw();    
                ?>    
           </form>    
    </body>    
    </html>
     
    If the example above get the same issue, please send me the example page url, so we can check it for you.
     
    Regards,
     
    Ken
  •  11-02-2011, 3:42 PM 70925 in reply to 70888

    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 as RSS news feed in XML