I have configured my CKFinder standalone but I keep getting
Folder not found. Please refresh and try again.
What could I have done wrong?
I ensured my CheckAuthentication()
works fine. My $baseUrl
is also intact and I tested on my browser to ensure the created folders are accessible. My File Permissions are set to 0755 for folders
and 0777 for filess
I need a helping hand to figure out what could be wrong.
After months of research and reworks, I understood that with the way CKFinder requests for files, doing a rewrite will halt it's operation in some ways like I experienced which they after all my emails could not say or resolve.
To this end, if you did a rewrite and and ran into issues like
Folder not found. Please refresh and try again.
best bet is to simply turn off your rewrite rule in the CKFinder's folder
RewriteEngine Off
That simply solved my problem.