Opened 10 years ago
Closed 10 years ago
#431 closed Bug (fixed)
errors in the file browser's php connector when folder does not exist
| Reported by: | mesoconcepts | 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 10 years ago by mesoconcepts
comment:1 Changed 10 years ago by fredck
- Milestone set to FCKeditor 2.4.3
comment:2 Changed 10 years ago by fredck
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

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.