We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30597
    • 1 Posts
    Hi,

    I have a problem with the "advimage" plugin. TinyMCE works really nice. Custom CSS and all other things work nice. The only thing is, that I can’t import any pictures via the advimage-button. If I press the URL button the firebug debugger shows me an error like in the following picture. Do you have any idea what’s going wrong here?


    Is there a bug in the "plugin.tinymce.tpl" at the following function? But I don’t see a problem there.
    	function fileBrowserCallBack(field_name, url, type, win) {
    		// This is where you insert your custom filebrowser logic
    		var win=tinyMCE.getWindowArg("window");
    		win.BrowseServer(field_name);
    	}
    


    Do I need to set a directory for the picture-upload?