It's not possible anymore to upload images with October V2.
This line should be changed in 'http/controllers/ImageController.php' line 89:
$relativeFilePath = config('cms.storage.media.path').$filePath;
with
$relativeFilePath = config('system.storage.media.path').$filePath;
Hello,
It's not possible anymore to upload images with October V2. This line should be changed in 'http/controllers/ImageController.php' line 89:
$relativeFilePath = config('cms.storage.media.path').$filePath;
with$relativeFilePath = config('system.storage.media.path').$filePath;