I have searched the forums but no one seems to have a working solution.
The part that is triggering the error is in "/admin/controller/common/filemanager.php" It's this if statement that isn't being fulfilled:
Code: Select all
if (isset($this->request->files['image']) && $this->request->files['image']['tmp_name'])
Thanks!