문제

Disable the temando module-shipping-m2 then i got error magento 2.2.6

-bash-4.2$ /opt/plesk/php/7.1/bin/php bin/magento setup:di:compile
    Compilation was started.
    Proxies code generation... 0/7 [>-------------]  14% < 1 sec 62.0 MiBPHP Fatal error:  Declaration of Temando\Shipping\Model\ResourceModel\Packaging\Collection::fetchData() must be compatible with Temando\Shipping\Model\ResourceModel\Webservice\Collection::fetchData(Magento\Framework\Api\SearchCriteriaInterface $criteria) in /var/www/html/####/httpdocs/###/vendor/temando/module-shipping-m2/Model/ResourceModel/Packaging/Collection.php on line 21
    -bash-4.2$ 

in /var/www/html/####/httpdocs/###/vendor/temando/module-shipping-m2/Model/ResourceModel/Packaging/Collection.php on line 21

올바른 솔루션이 없습니다

다른 팁

try to following way..

rm -rf vendor/* <br>
composer update
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top