Cannot save Shipment in Magento 2
While creating an invoice from Magento
backend I got the error message -
Cannot save Shipment
And in the exception I got this this--
PDOException: There is no active transaction in `/home/mag/public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:316`
Stack trace:
`0` `/home/mag/public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php(316): PDO->commit()`
`1``/home/mag/public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(510): Zend_Db_Adapter_Pdo_Abstract->_commit()
2 /home/mag/public_html/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(253): Zend_Db_Adapter_Abstract->commit()
3 /home/mag/public_html/vendor/magento/framework/Model/ResourceModel/AbstractResource.php(74): MagentoFrameworkDBAdapterPdoMysql->commit()`
4 /home/mag/public_html/var/generation/Magento/Sales/Model/ResourceModel/Order/Interceptor.php(323): MagentoFrameworkModelResourceModelAbstractResource->commit()
5 /home/mag/public_html/vendor/magento/framework/DB/Transaction.php(57): MagentoSalesModelResourceModelOrderInterceptor->commit()
6 /home/mag/public_html/vendor/magento/framework/DB/Transaction.php(147): MagentoFrameworkDBTransaction->_commitTransaction()
7 /home/mag/public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php(79): MagentoFrameworkDBTransaction->save()
magento2 shipment
add a comment |
While creating an invoice from Magento
backend I got the error message -
Cannot save Shipment
And in the exception I got this this--
PDOException: There is no active transaction in `/home/mag/public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:316`
Stack trace:
`0` `/home/mag/public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php(316): PDO->commit()`
`1``/home/mag/public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(510): Zend_Db_Adapter_Pdo_Abstract->_commit()
2 /home/mag/public_html/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(253): Zend_Db_Adapter_Abstract->commit()
3 /home/mag/public_html/vendor/magento/framework/Model/ResourceModel/AbstractResource.php(74): MagentoFrameworkDBAdapterPdoMysql->commit()`
4 /home/mag/public_html/var/generation/Magento/Sales/Model/ResourceModel/Order/Interceptor.php(323): MagentoFrameworkModelResourceModelAbstractResource->commit()
5 /home/mag/public_html/vendor/magento/framework/DB/Transaction.php(57): MagentoSalesModelResourceModelOrderInterceptor->commit()
6 /home/mag/public_html/vendor/magento/framework/DB/Transaction.php(147): MagentoFrameworkDBTransaction->_commitTransaction()
7 /home/mag/public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php(79): MagentoFrameworkDBTransaction->save()
magento2 shipment
add a comment |
While creating an invoice from Magento
backend I got the error message -
Cannot save Shipment
And in the exception I got this this--
PDOException: There is no active transaction in `/home/mag/public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:316`
Stack trace:
`0` `/home/mag/public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php(316): PDO->commit()`
`1``/home/mag/public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(510): Zend_Db_Adapter_Pdo_Abstract->_commit()
2 /home/mag/public_html/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(253): Zend_Db_Adapter_Abstract->commit()
3 /home/mag/public_html/vendor/magento/framework/Model/ResourceModel/AbstractResource.php(74): MagentoFrameworkDBAdapterPdoMysql->commit()`
4 /home/mag/public_html/var/generation/Magento/Sales/Model/ResourceModel/Order/Interceptor.php(323): MagentoFrameworkModelResourceModelAbstractResource->commit()
5 /home/mag/public_html/vendor/magento/framework/DB/Transaction.php(57): MagentoSalesModelResourceModelOrderInterceptor->commit()
6 /home/mag/public_html/vendor/magento/framework/DB/Transaction.php(147): MagentoFrameworkDBTransaction->_commitTransaction()
7 /home/mag/public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php(79): MagentoFrameworkDBTransaction->save()
magento2 shipment
While creating an invoice from Magento
backend I got the error message -
Cannot save Shipment
And in the exception I got this this--
PDOException: There is no active transaction in `/home/mag/public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:316`
Stack trace:
`0` `/home/mag/public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php(316): PDO->commit()`
`1``/home/mag/public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(510): Zend_Db_Adapter_Pdo_Abstract->_commit()
2 /home/mag/public_html/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(253): Zend_Db_Adapter_Abstract->commit()
3 /home/mag/public_html/vendor/magento/framework/Model/ResourceModel/AbstractResource.php(74): MagentoFrameworkDBAdapterPdoMysql->commit()`
4 /home/mag/public_html/var/generation/Magento/Sales/Model/ResourceModel/Order/Interceptor.php(323): MagentoFrameworkModelResourceModelAbstractResource->commit()
5 /home/mag/public_html/vendor/magento/framework/DB/Transaction.php(57): MagentoSalesModelResourceModelOrderInterceptor->commit()
6 /home/mag/public_html/vendor/magento/framework/DB/Transaction.php(147): MagentoFrameworkDBTransaction->_commitTransaction()
7 /home/mag/public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php(79): MagentoFrameworkDBTransaction->save()
magento2 shipment
magento2 shipment
edited Sep 11 '18 at 13:55
Abhishek Panchal
3,4433929
3,4433929
asked Sep 11 '18 at 13:48
Magento LearnerMagento Learner
1359
1359
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Answered by shaktivelp
This issue still exists with the magento2.2.2 configurable product with child simple. And the below exception has been generated.
[2018-07-13 06:10:17] main.CRITICAL: Notice: Array to string conversion in /var/www/html/magento2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 2999 {"exception":"[object] (Exception(code: 0): Notice: Array to string conversion in /var/www/html/magento2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 2999 at /var/www/html/magento2/vendor/magento/framework/App/ErrorHandler.php:61)"} .
Kindly check about it and give me some updates.
For now i had added this as an fix:(/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php)
case 'longtext':
if (is_array($value)) {
$value = json_encode($value);
}
$value = (string)$value;
if ($column['NULLABLE'] && $value == '') {
$value = null;
}
break;
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f241771%2fcannot-save-shipment-in-magento-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Answered by shaktivelp
This issue still exists with the magento2.2.2 configurable product with child simple. And the below exception has been generated.
[2018-07-13 06:10:17] main.CRITICAL: Notice: Array to string conversion in /var/www/html/magento2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 2999 {"exception":"[object] (Exception(code: 0): Notice: Array to string conversion in /var/www/html/magento2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 2999 at /var/www/html/magento2/vendor/magento/framework/App/ErrorHandler.php:61)"} .
Kindly check about it and give me some updates.
For now i had added this as an fix:(/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php)
case 'longtext':
if (is_array($value)) {
$value = json_encode($value);
}
$value = (string)$value;
if ($column['NULLABLE'] && $value == '') {
$value = null;
}
break;
add a comment |
Answered by shaktivelp
This issue still exists with the magento2.2.2 configurable product with child simple. And the below exception has been generated.
[2018-07-13 06:10:17] main.CRITICAL: Notice: Array to string conversion in /var/www/html/magento2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 2999 {"exception":"[object] (Exception(code: 0): Notice: Array to string conversion in /var/www/html/magento2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 2999 at /var/www/html/magento2/vendor/magento/framework/App/ErrorHandler.php:61)"} .
Kindly check about it and give me some updates.
For now i had added this as an fix:(/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php)
case 'longtext':
if (is_array($value)) {
$value = json_encode($value);
}
$value = (string)$value;
if ($column['NULLABLE'] && $value == '') {
$value = null;
}
break;
add a comment |
Answered by shaktivelp
This issue still exists with the magento2.2.2 configurable product with child simple. And the below exception has been generated.
[2018-07-13 06:10:17] main.CRITICAL: Notice: Array to string conversion in /var/www/html/magento2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 2999 {"exception":"[object] (Exception(code: 0): Notice: Array to string conversion in /var/www/html/magento2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 2999 at /var/www/html/magento2/vendor/magento/framework/App/ErrorHandler.php:61)"} .
Kindly check about it and give me some updates.
For now i had added this as an fix:(/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php)
case 'longtext':
if (is_array($value)) {
$value = json_encode($value);
}
$value = (string)$value;
if ($column['NULLABLE'] && $value == '') {
$value = null;
}
break;
Answered by shaktivelp
This issue still exists with the magento2.2.2 configurable product with child simple. And the below exception has been generated.
[2018-07-13 06:10:17] main.CRITICAL: Notice: Array to string conversion in /var/www/html/magento2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 2999 {"exception":"[object] (Exception(code: 0): Notice: Array to string conversion in /var/www/html/magento2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 2999 at /var/www/html/magento2/vendor/magento/framework/App/ErrorHandler.php:61)"} .
Kindly check about it and give me some updates.
For now i had added this as an fix:(/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php)
case 'longtext':
if (is_array($value)) {
$value = json_encode($value);
}
$value = (string)$value;
if ($column['NULLABLE'] && $value == '') {
$value = null;
}
break;
answered 17 mins ago
SHEESHRAMSHEESHRAM
285
285
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f241771%2fcannot-save-shipment-in-magento-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown