Hello!
I've used my licensed version of CKFinder 2.0.1 in quite a few projects but this small one seems to be a problem.
I've created a folder called 'ckuploads' and granted full permission to it.
I continue to get a popup saying "Folder not found. Please refresh and try again."
$baseUrl = 'http://pulseentertainmentdj.ca/ckuploads/';
$baseDir = '/home4/pulseent/public_html/ckuploads/';
I usually get the $baseDir from a phpinfo() call and then going to the 'Environment' section.
Any ideas what my issue could be?
Sat, 10/09/2010 - 20:16
#1
Re: Another 'folder not found' issue
?
The isue you've described always comes from invalid path specified. Perhaps /home4/ is wrong there and /home/ is correct?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Another 'folder not found' issue
Hi Wiktor
I am truly thankful and appreciative for your reply. On this particular issue, I solved it but was so into the moment and debugging further to make sure the site worked as designed that I forgot to come back and post my fix/error!
On that note, I totally forget what the issue was!! I feel bad
I know that it was not the /home4/ as that looked odd to me as well.
Thanks again for the help once again.
Re: Another 'folder not found' issue
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+