Magento2.1.9 Error on shipment generation save Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Setup version for module 'Sample_CustomController' is not specifiedMagento 2.1.6 Cannot save shipmentSomething went wrong while saving the category in Magento 2.1.9Not able to add/update magento2 category post upgrade from 1.9 to 2.1.0Trying to uninstall moduleMagento-2.1 : Warning: Missing argument 2 for OAuthCommonConsumerCredentials::__construct()Magento 2 Front controller reached 100 router match iterations issue“Area code is not set” in var/logwhen click on place order then paypal showing error in Magento2magento error logs Error log record number: 1173359093956
How to deal with a team lead who never gives me credit?
Simplicity of the roots of a minimal polynomial
Can an alien society believe that their star system is the universe?
What is use of Files statically option into Package Designer
3 doors, three guards, one stone
Are two submodules (where one is contained in the other) isomorphic if their quotientmodules are isomorphic?
Fundamental Solution of the Pell Equation
Why am I getting the error "non-boolean type specified in a context where a condition is expected" for this request?
What exactly is a "Meth" in Altered Carbon?
Book where humans were engineered with genes from animal species to survive hostile planets
Using et al. for a last / senior author rather than for a first author
How do database operations (write, update, alter) on particular cell in a table are written to disk without overwriting entire file?
What does an IRS interview request entail when called in to verify expenses for a sole proprietor small business?
How to react to hostile behavior from a senior developer?
How come Sam didn't become Lord of Horn Hill?
How to find out what spells would be useless to a blind NPC spellcaster?
How do I mention the quality of my school without bragging
Why is "Consequences inflicted." not a sentence?
Generate an RGB colour grid
Use BFD on a Virtual-Template Interface
What LEGO pieces have "real-world" functionality?
Extract all GPU name, model and GPU ram
If a contract sometimes uses the wrong name, is it still valid?
What is the meaning of the new sigil in Game of Thrones Season 8 intro?
Magento2.1.9 Error on shipment generation save
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Setup version for module 'Sample_CustomController' is not specifiedMagento 2.1.6 Cannot save shipmentSomething went wrong while saving the category in Magento 2.1.9Not able to add/update magento2 category post upgrade from 1.9 to 2.1.0Trying to uninstall moduleMagento-2.1 : Warning: Missing argument 2 for OAuthCommonConsumerCredentials::__construct()Magento 2 Front controller reached 100 router match iterations issue“Area code is not set” in var/logwhen click on place order then paypal showing error in Magento2magento error logs Error log record number: 1173359093956
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm debuging code got error in exception error :
exception 'PDOException' with message 'There is no active transaction' in /public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:316
Stack trace:
#0 /public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php(316): PDO->commit()
#1 /public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(510): Zend_Db_Adapter_Pdo_Abstract->_commit()
#2 /public_html/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(253): Zend_Db_Adapter_Abstract->commit()
#3 /public_html/vendor/magento/framework/Model/ResourceModel/AbstractResource.php(74): MagentoFrameworkDBAdapterPdoMysql->commit()
#4 /public_html/vendor/magento/framework/DB/Transaction.php(57): MagentoFrameworkModelResourceModelAbstractResource->commit()
#5 /public_html/vendor/magento/framework/DB/Transaction.php(147): MagentoFrameworkDBTransaction->_commitTransaction()
#6 /public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php(79): MagentoFrameworkDBTransaction->save()
#7 /public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php(153): MagentoShippingControllerAdminhtmlOrderShipmentSave->_saveShipment(Object(MagentoSalesModelOrderShipment))
#8 /public_html/vendor/magento/framework/App/Action/Action.php(102): MagentoShippingControllerAdminhtmlOrderShipmentSave->execute()
#9 /public_html/vendor/magento/module-backend/App/AbstractAction.php(226): MagentoFrameworkAppActionAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#10 /public_html/vendor/magento/framework/Interception/Interceptor.php(74): MagentoBackendAppAbstractAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#11 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->___callParent('dispatch', Array)
#12 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Shippin...', 'dispatch', Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Array, 'adminAuthentica...')
#13 /public_html/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#14 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoBackendAppActionPluginAuthentication->aroundDispatch(Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#15 /public_html/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Shippin...', 'dispatch', Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Array, 'adminMassaction...')
#16 /public_html/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#17 /public_html/vendor/magento/framework/Interception/Interceptor.php(142): MagentoBackendAppActionPluginMassactionKey->aroundDispatch(Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#18 /public_html/var/generation/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Save/Interceptor.php(26): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->___callPlugins('dispatch', Array, Array)
#19 /public_html/vendor/magento/framework/App/FrontController.php(55): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#20 /public_html/vendor/magento/framework/Interception/Interceptor.php(74): MagentoFrameworkAppFrontController->dispatch(Object(MagentoFrameworkAppRequestHttp))
#21 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoFrameworkAppFrontControllerInterceptor->___callParent('dispatch', Array)
#22 /public_html/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'install')
#23 /public_html/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#24 /public_html/vendor/magento/framework/Interception/Interceptor.php(142): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#25 /public_html/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#26 /public_html/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#27 /public_html/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#28 /public_html/index.php(42): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#29 main
magento2 magento-2.1 shipment carrier
add a comment |
I'm debuging code got error in exception error :
exception 'PDOException' with message 'There is no active transaction' in /public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:316
Stack trace:
#0 /public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php(316): PDO->commit()
#1 /public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(510): Zend_Db_Adapter_Pdo_Abstract->_commit()
#2 /public_html/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(253): Zend_Db_Adapter_Abstract->commit()
#3 /public_html/vendor/magento/framework/Model/ResourceModel/AbstractResource.php(74): MagentoFrameworkDBAdapterPdoMysql->commit()
#4 /public_html/vendor/magento/framework/DB/Transaction.php(57): MagentoFrameworkModelResourceModelAbstractResource->commit()
#5 /public_html/vendor/magento/framework/DB/Transaction.php(147): MagentoFrameworkDBTransaction->_commitTransaction()
#6 /public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php(79): MagentoFrameworkDBTransaction->save()
#7 /public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php(153): MagentoShippingControllerAdminhtmlOrderShipmentSave->_saveShipment(Object(MagentoSalesModelOrderShipment))
#8 /public_html/vendor/magento/framework/App/Action/Action.php(102): MagentoShippingControllerAdminhtmlOrderShipmentSave->execute()
#9 /public_html/vendor/magento/module-backend/App/AbstractAction.php(226): MagentoFrameworkAppActionAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#10 /public_html/vendor/magento/framework/Interception/Interceptor.php(74): MagentoBackendAppAbstractAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#11 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->___callParent('dispatch', Array)
#12 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Shippin...', 'dispatch', Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Array, 'adminAuthentica...')
#13 /public_html/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#14 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoBackendAppActionPluginAuthentication->aroundDispatch(Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#15 /public_html/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Shippin...', 'dispatch', Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Array, 'adminMassaction...')
#16 /public_html/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#17 /public_html/vendor/magento/framework/Interception/Interceptor.php(142): MagentoBackendAppActionPluginMassactionKey->aroundDispatch(Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#18 /public_html/var/generation/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Save/Interceptor.php(26): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->___callPlugins('dispatch', Array, Array)
#19 /public_html/vendor/magento/framework/App/FrontController.php(55): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#20 /public_html/vendor/magento/framework/Interception/Interceptor.php(74): MagentoFrameworkAppFrontController->dispatch(Object(MagentoFrameworkAppRequestHttp))
#21 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoFrameworkAppFrontControllerInterceptor->___callParent('dispatch', Array)
#22 /public_html/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'install')
#23 /public_html/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#24 /public_html/vendor/magento/framework/Interception/Interceptor.php(142): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#25 /public_html/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#26 /public_html/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#27 /public_html/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#28 /public_html/index.php(42): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#29 main
magento2 magento-2.1 shipment carrier
add a comment |
I'm debuging code got error in exception error :
exception 'PDOException' with message 'There is no active transaction' in /public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:316
Stack trace:
#0 /public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php(316): PDO->commit()
#1 /public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(510): Zend_Db_Adapter_Pdo_Abstract->_commit()
#2 /public_html/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(253): Zend_Db_Adapter_Abstract->commit()
#3 /public_html/vendor/magento/framework/Model/ResourceModel/AbstractResource.php(74): MagentoFrameworkDBAdapterPdoMysql->commit()
#4 /public_html/vendor/magento/framework/DB/Transaction.php(57): MagentoFrameworkModelResourceModelAbstractResource->commit()
#5 /public_html/vendor/magento/framework/DB/Transaction.php(147): MagentoFrameworkDBTransaction->_commitTransaction()
#6 /public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php(79): MagentoFrameworkDBTransaction->save()
#7 /public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php(153): MagentoShippingControllerAdminhtmlOrderShipmentSave->_saveShipment(Object(MagentoSalesModelOrderShipment))
#8 /public_html/vendor/magento/framework/App/Action/Action.php(102): MagentoShippingControllerAdminhtmlOrderShipmentSave->execute()
#9 /public_html/vendor/magento/module-backend/App/AbstractAction.php(226): MagentoFrameworkAppActionAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#10 /public_html/vendor/magento/framework/Interception/Interceptor.php(74): MagentoBackendAppAbstractAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#11 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->___callParent('dispatch', Array)
#12 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Shippin...', 'dispatch', Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Array, 'adminAuthentica...')
#13 /public_html/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#14 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoBackendAppActionPluginAuthentication->aroundDispatch(Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#15 /public_html/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Shippin...', 'dispatch', Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Array, 'adminMassaction...')
#16 /public_html/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#17 /public_html/vendor/magento/framework/Interception/Interceptor.php(142): MagentoBackendAppActionPluginMassactionKey->aroundDispatch(Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#18 /public_html/var/generation/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Save/Interceptor.php(26): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->___callPlugins('dispatch', Array, Array)
#19 /public_html/vendor/magento/framework/App/FrontController.php(55): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#20 /public_html/vendor/magento/framework/Interception/Interceptor.php(74): MagentoFrameworkAppFrontController->dispatch(Object(MagentoFrameworkAppRequestHttp))
#21 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoFrameworkAppFrontControllerInterceptor->___callParent('dispatch', Array)
#22 /public_html/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'install')
#23 /public_html/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#24 /public_html/vendor/magento/framework/Interception/Interceptor.php(142): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#25 /public_html/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#26 /public_html/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#27 /public_html/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#28 /public_html/index.php(42): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#29 main
magento2 magento-2.1 shipment carrier
I'm debuging code got error in exception error :
exception 'PDOException' with message 'There is no active transaction' in /public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php:316
Stack trace:
#0 /public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Pdo/Abstract.php(316): PDO->commit()
#1 /public_html/vendor/magento/zendframework1/library/Zend/Db/Adapter/Abstract.php(510): Zend_Db_Adapter_Pdo_Abstract->_commit()
#2 /public_html/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(253): Zend_Db_Adapter_Abstract->commit()
#3 /public_html/vendor/magento/framework/Model/ResourceModel/AbstractResource.php(74): MagentoFrameworkDBAdapterPdoMysql->commit()
#4 /public_html/vendor/magento/framework/DB/Transaction.php(57): MagentoFrameworkModelResourceModelAbstractResource->commit()
#5 /public_html/vendor/magento/framework/DB/Transaction.php(147): MagentoFrameworkDBTransaction->_commitTransaction()
#6 /public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php(79): MagentoFrameworkDBTransaction->save()
#7 /public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php(153): MagentoShippingControllerAdminhtmlOrderShipmentSave->_saveShipment(Object(MagentoSalesModelOrderShipment))
#8 /public_html/vendor/magento/framework/App/Action/Action.php(102): MagentoShippingControllerAdminhtmlOrderShipmentSave->execute()
#9 /public_html/vendor/magento/module-backend/App/AbstractAction.php(226): MagentoFrameworkAppActionAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#10 /public_html/vendor/magento/framework/Interception/Interceptor.php(74): MagentoBackendAppAbstractAction->dispatch(Object(MagentoFrameworkAppRequestHttp))
#11 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->___callParent('dispatch', Array)
#12 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(63): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Shippin...', 'dispatch', Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Array, 'adminAuthentica...')
#13 /public_html/vendor/magento/module-backend/App/Action/Plugin/Authentication.php(143): MagentoFrameworkInterceptionChainChain->MagentoFrameworkInterceptionChainclosure(Object(MagentoFrameworkAppRequestHttp))
#14 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(67): MagentoBackendAppActionPluginAuthentication->aroundDispatch(Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#15 /public_html/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Shippin...', 'dispatch', Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Array, 'adminMassaction...')
#16 /public_html/vendor/magento/module-backend/App/Action/Plugin/MassactionKey.php(33): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#17 /public_html/vendor/magento/framework/Interception/Interceptor.php(142): MagentoBackendAppActionPluginMassactionKey->aroundDispatch(Object(MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#18 /public_html/var/generation/Magento/Shipping/Controller/Adminhtml/Order/Shipment/Save/Interceptor.php(26): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->___callPlugins('dispatch', Array, Array)
#19 /public_html/vendor/magento/framework/App/FrontController.php(55): MagentoShippingControllerAdminhtmlOrderShipmentSaveInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#20 /public_html/vendor/magento/framework/Interception/Interceptor.php(74): MagentoFrameworkAppFrontController->dispatch(Object(MagentoFrameworkAppRequestHttp))
#21 /public_html/vendor/magento/framework/Interception/Chain/Chain.php(70): MagentoFrameworkAppFrontControllerInterceptor->___callParent('dispatch', Array)
#22 /public_html/vendor/magento/framework/Interception/Interceptor.php(138): MagentoFrameworkInterceptionChainChain->invokeNext('Magento\Framewo...', 'dispatch', Object(MagentoFrameworkAppFrontControllerInterceptor), Array, 'install')
#23 /public_html/vendor/magento/framework/Module/Plugin/DbStatusValidator.php(69): MagentoFrameworkAppFrontControllerInterceptor->MagentoFrameworkInterceptionclosure(Object(MagentoFrameworkAppRequestHttp))
#24 /public_html/vendor/magento/framework/Interception/Interceptor.php(142): MagentoFrameworkModulePluginDbStatusValidator->aroundDispatch(Object(MagentoFrameworkAppFrontControllerInterceptor), Object(Closure), Object(MagentoFrameworkAppRequestHttp))
#25 /public_html/var/generation/Magento/Framework/App/FrontController/Interceptor.php(26): MagentoFrameworkAppFrontControllerInterceptor->___callPlugins('dispatch', Array, Array)
#26 /public_html/vendor/magento/framework/App/Http.php(135): MagentoFrameworkAppFrontControllerInterceptor->dispatch(Object(MagentoFrameworkAppRequestHttp))
#27 /public_html/vendor/magento/framework/App/Bootstrap.php(258): MagentoFrameworkAppHttp->launch()
#28 /public_html/index.php(42): MagentoFrameworkAppBootstrap->run(Object(MagentoFrameworkAppHttp))
#29 main
magento2 magento-2.1 shipment carrier
magento2 magento-2.1 shipment carrier
edited 30 secs ago
Vinz
485313
485313
asked 9 hours ago
Anas MansuriAnas Mansuri
85
85
add a comment |
add a comment |
0
active
oldest
votes
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%2f270320%2fmagento2-1-9-error-on-shipment-generation-save%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f270320%2fmagento2-1-9-error-on-shipment-generation-save%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