I am getting this error in every major browser.

TinyMCE version is:

majorVersion : '3',

minorVersion : '3.2',

releaseDate : '2010-03-25'



When i look into empty editor i got this link in <html><p> <br _mce_bogus="1">" </p></html>

Even i can write the contents in the editor but
When i want to submit the contents i js error r is undefined in tiny_mce.js on line 1.


can you tell me how to enable the source mode using tiny_mce_src.js



Thanks

Actually i am using imagemanager with editor and it was fully working but i don't know everything else is working now but i can't post the contents in the editor. and always give me empty. and in error console i get r is undefined error on tiny_mce.js on line 1 and in editor html i get <p><br _mce_bogus="1"></p>.

I hope this time i explain it well.


Thanks

Thanks for your reply.

I tried to reduce the code but still getting the same error.

Hi all,

I am getting "r is undefined" and "<br _mce_bogus="1">" error when i post the contents from tinyMCE editor. i couldn't get the data posted from the editor. Any help will be highly appreciated may tinymce_init code is:


tinyMCE.init({
        // General options
        mode : "exact",
        elements:"content",
        cleanup: true,
        //mode : "textareas",
        theme : "advanced",
        force_p_newlines : "False",
        force_br_newlines : "true",
        plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups,imagemanager",

       
        // Theme options
        theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect",
        theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
        theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
        theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak",
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "left",
        theme_advanced_statusbar_location : "bottom",
        theme_advanced_resizing : true,
       
        onchange_callback : 'sales_page_onchange',

        // Example word content CSS (should be your site CSS) this one removes paragraph margins
        content_css : "css/word.css",
        relative_urls : false,
        // Drop lists for link/image/media/template dialogs
        template_external_list_url : "lists/template_list.js",
        external_link_list_url : "lists/link_list.js",
        external_image_list_url : "lists/image_list.js",
        media_external_list_url : "lists/media_list.js",

        // Replace values for the template plugin
        template_replace_values : {
            username : "Some User",
            staffid : "991234"
        }
    });



Thanks in advance

5

(5 replies, posted in Support)

Also in logs i can see this:

2010-04-04 06:00:14 - Configured root: /files/public could not be found.

2010-04-04 06:00:14 - Configured root: /files/private could not be found


I have a folder files in imagemanager directory. Also if i changed files to something else the error remains the same.

Please advise.

Thanks

6

(5 replies, posted in Support)

Thanks for your quick reply....


Path to imagemanager is and the directory i m trying to access is 'files'  (/imagemanager/files).

and the path in configuration is $mcImageManagerConfig['filesystem.rootpath'] = 'files';


Please can you tell me where i am going wrong.




Thanks a lot.

7

(5 replies, posted in Support)

Hi,


Thanks for your response but unfortunately i couldn't  make it... read write permission are already set to 777 but still having the same problem....





Thanks

8

(5 replies, posted in Support)

Hi,

I have stuck with the problem in loading the images and i consistently getting the the same message.
"The specified path is not a directory. Probably an incorrect setting for the filesystem.rootpath option."

Even i have change the filesystem.rootpath using relative 'files' and absolute path '/home/domain name/public_html/Main Directory/imagemanager/files'.

But i still having the same problem.

Any Help will be highly appreciated.


Thanks in Advance..