Re: moved 2 cute editors, one working, other gets error message

  •  12-20-2011, 3:28 AM

    Re: moved 2 cute editors, one working, other gets error message

    Hi pmagoo,
     
    Can you show me your editor code? 
     
    And check this folder "CuteEditor_Files/Configuration/AutoConfigure", ensure that the kyTools.config is there.
     
    Can you post your editor page url? So we can check it. 
     
    Do you get the same error with the example below?
     
    <?php include_once("cuteeditor_files/include_CuteEditor.php") ; ?>
    <html>
        <head>
    </head>
        <body>
    <form name="form1">
      <?php
             $editor=new CuteEditor();
             $editor->ID="Editor1";
             $editor->Draw();
             $editor=null; 
    ?>
    </form>
    </body>
    </html>
     
    Regards,
     
    Ken 
View Complete Thread