Opened 17 years ago

Closed 17 years ago

#431 closed Bug (fixed)

errors in the file browser's php connector when folder does not exist

Reported by: Denis de Bernardy Owned by:
Priority: Normal Milestone: FCKeditor 2.4.3
Component: File Browser Version:
Keywords: Cc:

Description

Running FCKEditor with php, invalid XML is returned because of php warnings when opendir() fails. The attached patch silences the errors.

A better fix would also generate an error message that prompts the user to create the folder and make writable, instead of the folder listing.

Attachments (1)

fck-php-connector.diff (1.1 KB) - added by Denis de Bernardy 17 years ago.

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by Denis de Bernardy

Attachment: fck-php-connector.diff added

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.4.3

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

I did a different implementation. Now a message is shown when the folders cannot be created at ServerMapFolder.

Fixed with [355].

Click here for more info about our SVN system.

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