error_log message

  •  09-11-2008, 2:17 PM

    error_log message

    Can someone help me with this error log message?
     
    [Thu Sep 11 13:52:20 2008] [error] [client 192.168.11.83] File does not exist: /var/www/htdocs/CoachFlex/core/CuteEditor_Files/Themes/Office2003_BlueTheme/Images/toolbarbutton.over.gif&theme=Custom, referer: http://192.168.11.12/CoachFlex/core/CuteEditor_Files/Themes/Office2003_BlueTheme/style.php?EditorID=CE_phNotes_ID
    This is the code that calls the CuteEditor:
    $cEditor = new CuteEditor();
    $cEditor->ID = 'phNotes';
    $cEditor->AutoConfigure = CoachFlex;
    $cEditor->FilesPath = "core/CuteEditor_Files";
    $cEditor->ShowCodeViewToolBar = false;
    $cEditor->ThemeType = "Office2003_BlueTheme";
    $cEditor->UseFontTags=false;
    $cEditor->Width = "100%";
    $cEditor->EditorOnPaste = "PastePureText";
    $cEditor->EditorBodyStyle = "font: normal 0.75em Arial;";
    $cEditor->BreakElement="Br";
    $cEditor->EnableStripScriptTags=true;
    $cEditor->ShowPreviewMode = false;
    $cEditor->ShowTagSelecter = false;
    $cEditor->MaxHTMLLength = 65535;
    $cEditor->Draw();
    $cEditor = null;
     
    If you can let me know how to stop this error from filling up my error_log that would be great :)
     
    Thanks!
View Complete Thread