Opened 14 years ago

Last modified 14 years ago

#4626 closed Bug

CKFinder 1.4.1.1 has a bug that prevents client uploading when the server uses PHP5 — at Initial Version

Reported by: joesu Owned by:
Priority: Normal Milestone:
Component: Server : PHP Version:
Keywords: CKFinder Cc:

Description

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 (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy