We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25363
    • 20 Posts
    Just installed--uploaded with no problems
    Problem is only in manager[backend] works in quick edit,but can’t use quickedit due to maxigallery conflict
    Error after selecting FCK editor and trying to edit a page in manager--FCK editor appears for a second then disappears and error shows--Have cleared cache

    Warning: Missing argument 14 for getFCKEditorScript(), called in /home/mysite/public_html/modx/manager/includes/document.parser.class.inc.php(745) : eval()’d code on line 47 and defined in /home/mysite/public_html/modx/assets/plugins/fckeditor26b/fckeditor.functions.php on line 95

    line 47
    <td><input onChange="documentDirty=true;" type=’text’ maxlength=’255’ style="width: 300px;" name="fck_editor_style" value="{$xmlstyle}" />

    line 95
    $editor_css_path = !empty($editor_css_path) ? $editor_css_path : $base_url."assets/plugins/".$pluginfolder."/editor/css/fck_editorarea.css";

    my path to fck_editorarea.css
    /public_html/modx/assets/plugins/fckeditor26b/editor/css/fck_editorarea.css

    huh

    Thanks