Hello,
firstly, congratulations to all the people who have worked on this fantasctic tool !!
I really thank you
I'm actually trying to implement CKEditor 3.1 and CKFinder 1.4.2 with a CMS and I'm having some problems.
Editor working great but "browse" and "upload" still continue to make me crazy
// no matter with baseurl $baseUrl = 'http://www.mysite.com/Includes/ckfinder/fichiers/'; // get realpath to create my basedir $path1 = realpath("fichiers/index.html"); // adding the trailing slash $path2 = dirname($path1) . "/"; //return path2 as basedir $baseDir = $path2;
Re: Problem with baseDir
Problem solved, thx
Problem is due to the realpath is not correct when config.php is called.