installation Issue with UB Data Migration Pro

hi,
I have installed the product , however , I seem to have two issues. When I run the following
php -f bin/magento setup:di:compile
I get the following issue
error:  Declaration of Ubertheme\Ubdatamigration\Model\Indexer\Product\Category\Action\Full\Interceptor::execute(): Ubertheme\Ubdatamigration\Model\Indexer\Product\Category\Action\Full must be compatible with Magento\Catalog\Model\Indexer\Category\Product\Action\Full::execute(): Magento\Catalog\Model\Indexer\Category\Product\Action\Full in /var/www/vhosts/dev.align-trex.co.uk/htdocs/generated/code/Ubertheme/Ubdatamigration/Model/Indexer/Product/Category/Action/Full/Interceptor.php on line 7
In the admin panel, I click on the UB Data Migration Pro (CE) button , and I get a web site error page, saying page not found. I have traced the URL it is trying to get to and I see the following
<our website>/ub-tool/index.php/step1/setting?token=

  1. Profile photo of Rajeev MongiaRajeev Mongia 300.00 $tone May 23, 2019
    Solved the admin issue, just the compile issue left

2 answers

Profile photo of ubdev Staff 98150.00 $tone May 24, 2019
Public

Hi Rajeev,
 
Glad that you sorted the admin issue out at your end. 
 
Regarding the compile issue: 

PHP Fatal error:  Declaration of Ubertheme\Ubdatamigration\Model\Indexer\Product\Category\Action\Full\Interceptor::execute(): Ubertheme\Ubdatamigration\Model\Indexer\Product\Category\Action\Full must be compatible with 

Please do steps below to solve that issue: 

+ Open the SSH terminal and run commands:
 
rm -f app/code/Ubertheme/Ubdatamigration/etc/di.xml
rm -f app/code/Ubertheme/Ubdatamigration/Model/Indexer/Product/Category/Action/Full.php
 
Once done, clean M2 cache. And then, you can continue the migration as normal. 
 
Regards,
Mall.
 

#1

This question is now closed

Written By

Comments