Hi guys!
I'm trying to use CKFinder in combination with cakePHP.
This is my cakePHP webroot:
/app/webroot/
This is were CKFinder is located:
/app/webroot/js/ckfinder/
Now I got some problems with baseDir and baseUrl.
These are there current values:
$baseUrl = '/js/ckfinder/userfiles/';
$baseDir = resolveUrl($baseUrl);
But when I'm now trying to upload an image, I get this error:
Hope someone can help me!
Thanks!
I'm trying to use CKFinder in combination with cakePHP.
This is my cakePHP webroot:
/app/webroot/
This is were CKFinder is located:
/app/webroot/js/ckfinder/
Now I got some problems with baseDir and baseUrl.
These are there current values:
$baseUrl = '/js/ckfinder/userfiles/';
$baseDir = resolveUrl($baseUrl);
But when I'm now trying to upload an image, I get this error:
It was not possible to complete the request due to file system permission restrictions.
Hope someone can help me!
Thanks!
Re: cakePHP baseDir and baseUrl
Re: cakePHP baseDir and baseUrl
I thought I already did that.
Probably I didn't..
Thanks for ur replay, it works fine now (:
Re: cakePHP baseDir and baseUrl