From b55df91bbcd773d5766c225581b49982c2639759 Mon Sep 17 00:00:00 2001 From: quynhvv Date: Thu, 17 Sep 2015 17:24:12 +0700 Subject: [PATCH] Fixed to compatible with Magento 2 0.74.0 - beta 16 --- .gitignore | 3 +- protected/data/step7_reset.sql | 7 + protected/data/ub_tool.db | Bin 15360 -> 15360 bytes protected/runtime/application.log | 367 ------------------------------ 4 files changed, 9 insertions(+), 368 deletions(-) delete mode 100644 protected/runtime/application.log diff --git a/.gitignore b/.gitignore index 00495dc..23d3eeb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/nbproject \ No newline at end of file +/nbproject +/protected/runtime \ No newline at end of file diff --git a/protected/data/step7_reset.sql b/protected/data/step7_reset.sql index 086ed8c..ebe1314 100644 --- a/protected/data/step7_reset.sql +++ b/protected/data/step7_reset.sql @@ -15,8 +15,11 @@ INSERT INTO #__sales_order_status VALUES ('complete', 'Complete'); INSERT INTO #__sales_order_status VALUES ('fraud', 'Suspected Fraud'); INSERT INTO #__sales_order_status VALUES ('holded', 'On Hold'); INSERT INTO #__sales_order_status VALUES ('payment_review', 'Payment Review'); +INSERT INTO `#__sales_order_status` VALUES ('paypal_canceled_reversal', 'PayPal Canceled Reversal'); +INSERT INTO `#__sales_order_status` VALUES ('paypal_reversed', 'PayPal Reversed'); INSERT INTO #__sales_order_status VALUES ('pending', 'Pending'); INSERT INTO #__sales_order_status VALUES ('pending_payment', 'Pending Payment'); +INSERT INTO `#__sales_order_status` VALUES ('pending_paypal', 'Pending PayPal'); INSERT INTO #__sales_order_status VALUES ('processing', 'Processing'); DROP TABLE IF EXISTS `#__sales_order_status_label`; @@ -188,6 +191,7 @@ CREATE TABLE `#__sales_order` ( `shipping_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Shipping Incl Tax', `base_shipping_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Base Shipping Incl Tax', `coupon_rule_name` varchar(255) DEFAULT NULL COMMENT 'Coupon Sales Rule Name', + `paypal_ipn_customer_notified` int(11) DEFAULT '0' COMMENT 'Paypal Ipn Customer Notified', `gift_message_id` int(11) DEFAULT NULL COMMENT 'Gift Message Id', PRIMARY KEY (`entity_id`), UNIQUE KEY `SALES_ORDER_INCREMENT_ID_STORE_ID` (`increment_id`,`store_id`), @@ -751,6 +755,9 @@ CREATE TABLE `#__quote_payment` ( `additional_data` text COMMENT 'Additional Data', `cc_ss_issue` varchar(255) DEFAULT NULL COMMENT 'Cc Ss Issue', `additional_information` text COMMENT 'Additional Information', + `paypal_payer_id` varchar(255) DEFAULT NULL COMMENT 'Paypal Payer Id', + `paypal_payer_status` varchar(255) DEFAULT NULL COMMENT 'Paypal Payer Status', + `paypal_correlation_id` varchar(255) DEFAULT NULL COMMENT 'Paypal Correlation Id', PRIMARY KEY (`payment_id`), KEY `QUOTE_PAYMENT_QUOTE_ID` (`quote_id`), CONSTRAINT `QUOTE_PAYMENT_QUOTE_ID_QUOTE_ENTITY_ID` FOREIGN KEY (`quote_id`) REFERENCES `#__quote` (`entity_id`) ON DELETE CASCADE diff --git a/protected/data/ub_tool.db b/protected/data/ub_tool.db index ad901ab31603ebb698c925df9275f877eb53b3b8..9464bffd6fd68b91502a01258e5a19920c88d40d 100755 GIT binary patch delta 30 mcmZpuXsDPV&6qGz#+fl;W5Q}-MxMz$BJzw}n{`C4r~?3)i3s%o delta 30 mcmZpuXsDPV&1gSS#+lK6W5Q}-My|;`BJzwpn{`C4r~?3#GzhZ* diff --git a/protected/runtime/application.log b/protected/runtime/application.log deleted file mode 100644 index c72f7e0..0000000 --- a/protected/runtime/application.log +++ /dev/null @@ -1,367 +0,0 @@ -2015/09/14 14:38:02 [error] [exception.CDbException] exception 'CDbException' with message 'CDbConnection failed to open the DB connection: could not find driver' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php:399 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(347): CDbConnection->open() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(325): CDbConnection->setActive(true) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CModule.php(394): CDbConnection->init() -#3 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(458): CModule->getComponent('db') -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(637): CApplication->getDb() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(670): CActiveRecord->getDbConnection() -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1474): CActiveRecord->getCommandBuilder() -#7 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(36): CActiveRecord->findAll('status = 1') -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(306): MigrateController->beforeAction(Object(CInlineAction)) -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#11 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('') -#12 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('') -#13 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#14 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#15 {main} -REQUEST_URI=/magento2_data_migration/ ---- -2015/09/14 15:51:00 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 15:51:00 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/14 15:54:20 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 15:54:20 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/14 15:56:53 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 15:56:53 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/14 16:23:36 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 16:23:36 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/14 16:23:43 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 16:23:43 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/14 16:25:03 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 16:25:03 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/14 16:25:10 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 16:25:10 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/14 16:42:01 [error] [php] include(PDO.php): failed to open stream: No such file or directory (/home/qvv/www/lan_shared/magento2_data_migration/yii/YiiBase.php:432) -Stack trace: -#0 unknown(0): spl_autoload_call() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(441): class_exists() -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(391): CDbConnection->createPdoInstance() -#3 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(347): CDbConnection->open() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(325): CDbConnection->setActive() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CModule.php(394): CDbConnection->init() -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(458): CWebApplication->getComponent() -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(637): CWebApplication->getDb() -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(670): MigrateStepsPeer->getDbConnection() -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1474): MigrateStepsPeer->getCommandBuilder() -#10 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(36): MigrateStepsPeer->findAll() -#11 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(306): MigrateController->beforeAction() -#12 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): MigrateController->runAction() -#13 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): MigrateController->runActionWithFilters() -#14 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): MigrateController->run() -#15 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController() -#16 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#17 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CWebApplication->run() -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -2015/09/14 16:54:25 [error] [php] include(PDO.php): failed to open stream: No such file or directory (/home/qvv/www/lan_shared/magento2_data_migration/yii/YiiBase.php:432) -Stack trace: -#0 unknown(0): spl_autoload_call() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(441): class_exists() -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(391): CDbConnection->createPdoInstance() -#3 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(347): CDbConnection->open() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(325): CDbConnection->setActive() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CModule.php(394): CDbConnection->init() -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(458): CWebApplication->getComponent() -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(637): CWebApplication->getDb() -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(670): MigrateStepsPeer->getDbConnection() -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1474): MigrateStepsPeer->getCommandBuilder() -#10 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(36): MigrateStepsPeer->findAll() -#11 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(306): MigrateController->beforeAction() -#12 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): MigrateController->runAction() -#13 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): MigrateController->runActionWithFilters() -#14 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): MigrateController->run() -#15 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController() -#16 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#17 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CWebApplication->run() -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -2015/09/14 16:54:29 [error] [php] include(PDO.php): failed to open stream: No such file or directory (/home/qvv/www/lan_shared/magento2_data_migration/yii/YiiBase.php:432) -Stack trace: -#0 unknown(0): spl_autoload_call() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(441): class_exists() -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(391): CDbConnection->createPdoInstance() -#3 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(347): CDbConnection->open() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbConnection.php(325): CDbConnection->setActive() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CModule.php(394): CDbConnection->init() -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(458): CWebApplication->getComponent() -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(637): CWebApplication->getDb() -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(670): MigrateStepsPeer->getDbConnection() -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1474): MigrateStepsPeer->getCommandBuilder() -#10 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(36): MigrateStepsPeer->findAll() -#11 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(306): MigrateController->beforeAction() -#12 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): MigrateController->runAction() -#13 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): MigrateController->runActionWithFilters() -#14 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): MigrateController->run() -#15 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController() -#16 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#17 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CWebApplication->run() -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -2015/09/14 16:55:32 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 16:55:32 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/14 17:03:01 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 17:03:01 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/14 17:03:32 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 17:03:32 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/14 17:07:51 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 17:07:52 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/14 17:09:13 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 17:09:13 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/14 17:10:17 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1. -2015/09/14 17:10:17 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 14 unable to open database file. The SQL statement executed was: UPDATE 'ub_migrate_steps' SET "id"=:yp0, "title"=:yp1, "code"=:yp2, "status"=:yp3, "migrated_data"=:yp4, "descriptions"=:yp5, "sorder"=:yp6 WHERE 'ub_migrate_steps'."id"=1' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1753): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1127): CActiveRecord->updateByPk('1', Array) -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->update(NULL) -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(156): CActiveRecord->save() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep1() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step1') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step1') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step1 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/15 14:11:16 [error] [system.db.CDbCommand] CDbCommand::fetchAll() failed: SQLSTATE[42S02]: Base table or view not found: 1146 Table '74-bt13-test.url_rewrite' doesn't exist. The SQL statement executed was: SHOW FULL COLUMNS FROM `url_rewrite`. -2015/09/15 14:11:16 [error] [exception.CDbException] exception 'CDbException' with message 'The table "{{url_rewrite}}" for active record class "Mage2UrlRewrite" cannot be found in the database.' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php:2385 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(411): CActiveRecordMetaData->__construct(Object(Mage2UrlRewrite)) -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(661): CActiveRecord->getMetaData() -#2 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1822): CActiveRecord->getTableSchema() -#3 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(3613): CActiveRecord->deleteAll('entity_type = '...') -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionResetAll() -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('resetAll') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/resetAl...') -#10 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#11 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#12 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/resetAll -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step1 ---- -2015/09/15 15:43:26 [error] [system.db.CDbCommand] CDbCommand::execute() failed: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '231' for key 'PRIMARY'. The SQL statement executed was: INSERT INTO `catalog_product_entity` (`attribute_set_id`, `type_id`, `has_options`, `required_options`, `entity_id`, `sku`, `created_at`, `updated_at`) VALUES (:yp0, :yp1, :yp2, :yp3, :yp4, :yp5, :yp6, :yp7). -2015/09/15 15:43:26 [error] [exception.CDbException] exception 'CDbException' with message 'CDbCommand failed to execute the SQL statement: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '231' for key 'PRIMARY'. The SQL statement executed was: INSERT INTO `catalog_product_entity` (`attribute_set_id`, `type_id`, `has_options`, `required_options`, `entity_id`, `sku`, `created_at`, `updated_at`) VALUES (:yp0, :yp1, :yp2, :yp3, :yp4, :yp5, :yp6, :yp7)' in /home/qvv/www/lan_shared/magento2_data_migration/yii/db/CDbCommand.php:358 -Stack trace: -#0 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(1080): CDbCommand->execute() -#1 /home/qvv/www/lan_shared/magento2_data_migration/yii/db/ar/CActiveRecord.php(809): CActiveRecord->insert(NULL) -#2 /home/qvv/www/lan_shared/magento2_data_migration/protected/controllers/MigrateController.php(987): CActiveRecord->save() -#3 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/actions/CInlineAction.php(49): MigrateController->actionStep5() -#4 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(308): CInlineAction->runWithParams(Array) -#5 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(286): CController->runAction(Object(CInlineAction)) -#6 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array) -#7 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(282): CController->run('step5') -#8 /home/qvv/www/lan_shared/magento2_data_migration/yii/web/CWebApplication.php(141): CWebApplication->runController('migrate/step5') -#9 /home/qvv/www/lan_shared/magento2_data_migration/yii/base/CApplication.php(184): CWebApplication->processRequest() -#10 /home/qvv/www/lan_shared/magento2_data_migration/index.php(13): CApplication->run() -#11 {main} -REQUEST_URI=/magento2_data_migration/index.php/migrate/step5 -HTTP_REFERER=http://10.0.0.170/magento2_data_migration/index.php/migrate/step5 ----