Skip to content

There is an error! The root folder not exist. #52

@rajasajidmanzoor

Description

@rajasajidmanzoor

Hello
I am trying to use this plugin and i have following error
image

My Code is

<script type="text/javascript">
        tinymce.init({

            selector: "textarea",
            theme: "modern",
 skin: "lightgray",
subfolder:"uploads",
            plugins: [

                "paste advlist autolink lists link image charmap print preview hr anchor pagebreak searchreplace wordcount visualblocks visualchars code fullscreen media filemanager",

            ],

            toolbar1: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
            toolbar2: "print preview media | forecolor backcolor emoticons | image media",
            image_advtab: true,
            templates: [
                {title: 'Test template 1', content: 'Test 1'},
                {title: 'Test template 2', content: 'Test 2'}
            ], 
paste_auto_cleanup_on_paste : true,
      paste_convert_middot_lists : false,
      paste_text_sticky : true,
      paste_strip_class_attributes : "all",
      paste_remove_styles : true,
      paste_remove_spans : true,
      paste_block_drop : true,
relative_urls: true,
document_base_url: '<?php echo base_url(); ?>',
open_manager_upload_path: 'uploads/'


        });
    </script>

Please tell me where i am doing wrong

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions