Hello, I'm trying to setup config.php to work as in demo mode as in my purchased license. The problem is that I get always the error "Folder not found. Please update and try again" , but the directory is writable and the path is true.
I set variables in this way:
but setting simple "/userfiles/" into $baseUrl it still not working.
Hope you can help me
I set variables in this way:
$baseUrl = '/var/www/misterholiday/lib/ckfinder/userfiles/'; $baseDir = resolveUrl($baseUrl);
but setting simple "/userfiles/" into $baseUrl it still not working.
Hope you can help me
Re: Folder not found. Please update and try again
$baseUrl is definitely wrong in your example - it should be an URL, not a path on the server.
Assuming that your domain is "misterholiday.com", something more or less like this should work:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+