drwurqczo39355510 2019-01-07 09:13
浏览 102
已采纳

致命错误:Temando宣言 - Magento 2.3

It is the first time that I ask a question on this community that is literally saving my life everytime.

Now I get to the point, being that I have searched for this all over the internet with no result - so I hope this post will get useful for someone else in future.

I am using Magento 2.3 with the theme Porto in local 127.0.0.1, but when in Default and also Dev mode I run the prompt command php bin/magento setup:di:compile I instantly get this output:

C:\xampp\htdocs\magento2>php bin/magento setup:di:compile Compilation was started. Repositories code generation... 1/7 [====>-----------------------] 14% 2 secs 54.0 MiBPHP Fatal error: Declaration of Temando\Shipping\Model\ResourceModel\CollectionPoint\OrderCollectionPointRepository::save(Temando\Shipping\Api\Data\CollectionPoint\OrderCollectionPointInterface $collectionPoint) must be compatible with Temando\Shipping\Model\ResourceModel\Repository\OrderCollectionPointRepositoryInterface::save(Temando\Shipping\Api\Data\Delivery\OrderCollectionPointInterface $collectionPoint) in C:\xampp\htdocs\magento2\vendor\temando\module-shipping-m2\Model\ResourceModel\CollectionPoint\OrderCollectionPointRepository.php on line 24

Fatal error: Declaration of Temando\Shipping\Model\ResourceModel\CollectionPoint\OrderCollectionPointRepository::save(Temando\Shipping\Api\Data\CollectionPoint\OrderCollectionPointInterface $collectionPoint) must be compatible with Temando\Shipping\Model\ResourceModel\Repository\OrderCollectionPointRepositoryInterface::save(Temando\Shipping\Api\Data\Delivery\OrderCollectionPointInterface $collectionPoint) in C:\xampp\htdocs\magento2\vendor\temando\module-shipping-m2\Model\ResourceModel\CollectionPoint\OrderCollectionPointRepository.php on line 24

I have tried to disable the module, but nothing happens; I have tried to run via composer the MageFix downloaded from Github but it's not good for Magento 2.3 (I think).

Fix

According to the suggestion of TGR_dev, this is how works the complete fix to this error.

In Vendor folder, I have deleted the folder Temando, then I saw that Magento stopped working - it's normal;

I followed the "command line update" at this guide and reinstalled Magento: https://blog.magestore.com/upgrade-magento-2-3/#a3

Edit

Be sure to remove MageFix from the app/code folder if you uploaded it or it will give you error

Hope this will help!

展开全部

  • 写回答

1条回答 默认 最新

  • doucou19961205 2019-01-07 12:13
    关注

    I had the same pblm when I upgraded to Magento 2.3.0 from 2.2.6. Solution: completely delete the vendor/temando folder and all files then reinstall the Magento 2.3.0 upgrade. This will install the new temando folder and files without the legacy incompatibility error.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部