#5288 - Error while editing the theme logo
| Identifier | #5288 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Error while editing the theme logo |
| Status | Completed |
| Handling member | PDStig |
| Version | 10.0.43 |
| Addon | core_themeing |
| Description | When I try to edit the theme logo and upload my own, it gives the following error;
The uploaded file (logo.png) could not be moved to its target destination (themes/testtheme/images_custom/logo/logo/-logo.png) (version: 10.0.43, PHP version: 7.4.3-4ubuntu2.17, URL: /adminzone/index.php?page=admin-themes&type=_edit_image&keep_fatalistic=1&uploading=1) |
| Steps to reproduce | |
| Funded? | No |
| Commits | Theme image paths were wrong (1e343297) · Commits · Composr ecosystem / Composr · GitLab |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
When editing a theme image, Composr errors saying "The uploaded file could not be moved to its target destination". This is because Composr was improperly creating the destination path. This hotfix fixes that issue.