I have uploaded tinymce 4 at my domain successfully and tinymce editor is working properly but in filemanager it is giving a error:
There is an error! The root folder not exist.
I set up my file path in the config.php
is like this:
$base_url="http://37.221.168.163/~host10ma"; //url base of site if you want only relative url leave empty
$upload_dir = '/tinymce/source/'; // path from base_url to upload base dir
$current_path = '../../source/'; // relative path from filemanager folder to upload files folder
But still i am getting this error, i have tried all possible solutions available on net please someone solve this.