Up Loader issues

  •  03-17-2011, 2:34 PM

    Up Loader issues

    Below is the config being used to evoke the editor:
     
         $editor=new CuteEditor();
         $editor ->ImageGalleryPath = "/images";
         $editor->FlashGalleryPath = "/media";
         $editor->FilesGalleryPath = "/docs";
         $editor->ID="Editor2";
         $editor->Text=$prepage;
         $editor->AutoConfigure="mytools";  
         $editor->EditorBodyStyle="font:normal 12px arial;";
         $editor->EditorWysiwygModeCss="php.css";
         $editor->Height=500;
         $editor->MaxImageSize = 1024;
         $editor->MaxDocumentSize = 8192;
         $editor->MaxFlashSize = 2048;
         $editor->FilesPath="/controls/cuteeditor_files";
         $editor->Draw();
         $editor=null;
     
    Where $prepage is html drawn from a db record.
     
    The editor load correctly, however some dialogs fail:
     
    As an example the image uploader evokes the following error:
     
    Message: Object expected
    Line: 12
    Char: 29
    Code: 0
     
    followed by the URI, which looks like 
     
     
    Dcoument and Flash loader show something similar.  
     
    Open to suggestions.
     
    Thanks!
View Complete Thread