Hi all -
I've got CKFinder set up to be used not only with CKEditor but also as a standalone file browser.
I've got my code passing in "Images:/" as the startupPath setting, but CKFinder seems to be ignoring it and defaulting to the first folder in the pile, which is the "Files" folder.
No matter what adjustments I'm making to this value - even hardcoding it to a known folder inside the "Files" area - it's being ignored.
Also being ignored lately is the "ResourceType" setting, which I'm using to try and restrict the finder to only showing the "Images" area.
I'm 99% positive this used to work just fine, and I'm unsure as to when it may have quit working. I'm running 2.3.1 and have been for some time.
What should I be looking for as far as a cause of this behavior?
Edit: Resolved. At some point I surmise that "StartupPath" became "startupPath" and I hadn't noticed the change in the leading character case.