Hi, friends,
I get this error in step 6 of migration process from Magento 1.7.2 to 2.0.11:
The table "{{tax_class}}" for active record class "Mage1TaxClass" cannot be found in the database.
\pub\ub-tool\yii\db\ar\CActiveRecord.php(2385)
2385 throw new CDbException(Yii::t('yii','The table "{table}" for active record class "{class}" cannot be found in the database.',
\pub\ub-tool\protected\controllers\MigrateController.php(1821): CActiveRecord->findByPk("3")
1821 $tax_class1 = Mage1TaxClass::model()->findByPk($customer_group2->tax_class_id);
I think I'm using last update.
Could anyone help, please?
Thanks in advance
Hi, friends,
I get this error in step 6 of migration process from Magento 1.7.2 to 2.0.11:
The table "{{tax_class}}" for active record class "Mage1TaxClass" cannot be found in the database.
\pub\ub-tool\yii\db\ar\CActiveRecord.php(2385)
2385 throw new CDbException(Yii::t('yii','The table "{table}" for active record class "{class}" cannot be found in the database.',
\pub\ub-tool\protected\controllers\MigrateController.php(1821): CActiveRecord->findByPk("3")
1821 $tax_class1 = Mage1TaxClass::model()->findByPk($customer_group2->tax_class_id);
I think I'm using last update.
Could anyone help, please?
Thanks in advance