vendor/magento/framework/Image/Adapter/Gd2.php:64
付费内容限时免费中...
解决方法:
修改文件
vendor\magento\framework\Image\Adapter\Gd2.php
从
if (!$filename || filesize($filename) === 0 || !$this->validateURLScheme($filename)) {到
if (!$filename || filesize($filename) === 0 ) {