Opened 18 years ago
Closed 18 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)
Change History (3)
Changed 18 years ago by
Attachment: | fck-php-connector.diff added |
---|
comment:1 Changed 18 years ago by
Milestone: | → FCKeditor 2.4.3 |
---|
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.