Question

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

No correct solution

OTHER TIPS

try to following way..

rm -rf vendor/* <br>
composer update
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top