drwurqczo39355510 2019-01-07 17: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 20: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.

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

报告相同问题?

悬赏问题

  • ¥15 outlook无法配置成功
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题