在内容类型里面设置了图片字段,然后上传,发现预览和调用的地址是
/sites/default/files/styles/video_screenshot/public/atom-theme-02-custom_0.jpg
但是实际图片上传的地址是
/sites/default/files/atom-theme-02-custom_0.jpg
导致文章添加图片无法显示出来
这是为什么?
include('/opt/www/fdv2/drupal.stage/web/sites/default/settings.local.php') (Line: 4) require('/opt/www/fdv2/drupal.stage/web/sites/drupal001.net/settings.php') (Line: 145) Drupal\Core\Site\Settings::initialize('/opt/www/fdv2/drupal.stage/web', 'sites/drupal001.net', Object) (Line: 1099) Drupal\Core\DrupalKernel->initializeSettings(Object) (Line: 701) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
在内容类型里面设置了图片字段,然后上传,发现预览和调用的地址是
/sites/default/files/styles/video_screenshot/public/atom-theme-02-custom_0.jpg
但是实际图片上传的地址是
/sites/default/files/atom-theme-02-custom_0.jpg
导致文章添加图片无法显示出来
这是为什么?