feed-me icon indicating copy to clipboard operation
feed-me copied to clipboard

Imported Assets are not saved to the according filesystem path in the volume settings

Open giorgiopogliani opened this issue 4 years ago • 0 comments

Description

As of title I have a volume with file system path @webroot/images.

My CRAFT_BASE_PATH is under app/ so my webroot is at / the root of the web server. FeedMe is downloading all the assets under app/images instead of /images.

Steps to reproduce

  1. Use craft under a directory like app
define('CRAFT_BASE_PATH', __DIR__ . '/app');
define('CRAFT_VENDOR_PATH', CRAFT_BASE_PATH.'/vendor');
  1. Add volume with filesystem path @webroot/images
  2. Import some assets as asset field of some entries
  3. Downloaded images are in the wrong directory

Additional info

  • Craft version: 3.6.7
  • PHP version: 7.4
  • Feed Me: 4.3.5.1

giorgiopogliani avatar Apr 21 '21 16:04 giorgiopogliani