Opened 17 years ago
Closed 16 years ago
#3348 closed Bug (duplicate)
Problem with QuickUpload using PHP connector
| Reported by: | zypher | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Pending | Cc: |
Description
In "config.php" I've set:
$Config['UserFilesPath'] = '/pub/' ;
There is an error on uploading images (and probably other files) using QuickUpload. It seams it's a problem with GetParentFolder function in "io.php". It returns an empty string in the above case, and it makes file_exists check fails in CreateServerFolder function.

Could you provide error message and editor version?