5
I just cleared the cache and still no difference. I am using XOOPS 2.0.16 but that shouldn't matter.
I edited class\xoopseditor\FCKeditor\editor\filemanager\upload\php\config.php and left the $uploadPath empty
if(!defined("XOOPS_FCK_FOLDER") || !$uploadPath = preg_replace("/[^a-z0-9_-]/i", "", XOOPS_FCK_FOLDER) ){
$uploadPath = "";
}
This now uploads images to the root/uploads folder but the file browser's root folder is still uploads/Image and all that I have tried, it still cannot browse the uploads folder.