Ticket #4626 (closed Bug: invalid)
CKFinder 1.4.1.1 has a bug that prevents client uploading when the server uses PHP5
| Reported by: | joesu | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Server : PHP | Version: | |
| Keywords: | CKFinder | Cc: |
Description (last modified by wwalc) (diff)
Symption: CKFinder complains about file system permission problem when a client tries to upload files.
Reason: $sServerDir does not get initialized in FileUpload.php
Patch: Add the following line to line 130 of core/connector/php/php5/CommandHandler/FileUpload.php
$sServerDir = $this->_currentFolder->getServerPath();
Change History
Note: See
TracTickets for help on using
tickets.

Are you sure you haven't changed anything in this file before getting this error (e.g added custom code?)?
I'm asking because:
is already set in
If you think you have found a bug, please reopen this issue and provide us more information.