Migration Tool on Step 7

I copied and paste the codes on the link you provide but there is another problem for
“Sales Rules & Coupons (0 rules, 0 coupons)” it cannot be mark as checked. Any solutions on this?

  1. Profile photo of JM CabugnasonJM Cabugnason 100.00 $tone April 6, 2016
    t works but the next button didn’t showing up.

10 answers

Profile photo of Mall Staff 184060.00 $tone April 6, 2016
Public

Hi JM Cabugnason,
In code of Step 7, let’s find to the lines with code:

   $migrated_sales_object_ids[] = 'rule_coupon';
}

and replace it by code lines:

 }
$migrated_sales_object_ids[] = 'rule_coupon';

Let’s do it to solve the issue in your working and then you can go next step.
Regards,
Mall.

#1
Profile photo of Mall Staff 184060.00 $tone April 7, 2016
Public

Hi JM Cabugnason,

Here is the screenshot for step 7 on which “next step” button didn’t show up.

Please re-check, i don’t see the screenshot as you mention.
Regards,
Mall.

#6
Profile photo of Mall Staff 184060.00 $tone April 7, 2016
Public

Hi JM Cabugnason,
With your case, let’s open the PHP file at path pub/ub-tool/protected/controllers/MigrateController.php
and find to the code line:

if (sizeof($migrated_sales_object_ids) > sizeof(Yii::app()->session['migrated_sales_object_ids'])) {

and replace it by code line:

if (sizeof($migrated_sales_object_ids) >= sizeof(Yii::app()->session['migrated_sales_object_ids'])) {

and press the ‘Reset’ button and press the ‘Start’ button and then you can go to next step.
In case you want to use our service, let’s submit here: https://www.ubertheme.com/magento-custom-services/
Regards,
Mall.
 

#8
Profile photo of Mall Staff 184060.00 $tone April 7, 2016
Public

Hi JM Cabugnason,
I need a closer look to detect the root of issue as you said. Le’ts provide me a dump of your Magento 1 database.
I will check further and tell you solution to solve.
In case, you want to use our service. Let’s submit at: https://www.ubertheme.com/magento-custom-services/
and then our developers will help you to migrate your data.
Regards,
Mall.

#10

Please login or Register to Submit Answer

Written By

Comments