Magento checkout says there was an error processing your order. Please contact us or try again later












0















Hello I'm newbie to magento I have problem with checkout, when i click to place order from magento onepage checkout it says




"There was error processing your order, please try again later."




I don't know why this is happening. Tried changing log folder permissions and clearing the cache but not worked. This is my exception.log.



2017-01-03T13:32:19+00:00 ERR (3): 
exception 'Mage_Eav_Model_Entity_Attribute_Exception' with message 'The value of attribute "SKU" must be unique' in /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Model/Config.php:1354
Stack trace:
#0 /home1/elements/public_html/drsilver.in/dr/app/Mage.php(463): Mage_Core_Model_Config->getModelInstance('eav/entity_attr...', 'The value of at...')
#1 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Eav/Model/Entity/Abstract.php(661): Mage::getModel('eav/entity_attr...', 'The value of at...')
#2 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Eav/Model/Entity/Abstract.php(830): Mage_Eav_Model_Entity_Abstract->walkAttributes('backend/validat...', Array)
#3 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Catalog/Model/Product.php(189): Mage_Eav_Model_Entity_Abstract->validate(Object(Mage_Catalog_Model_Product))
#4 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php(1078): Mage_Catalog_Model_Product->validate()
#5 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_Catalog_ProductController->quickCreateAction()
#6 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('quickCreate')
#7 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#8 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch()
#9 /home1/elements/public_html/drsilver.in/dr/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#10 /home1/elements/public_html/drsilver.in/dr/index.php(83): Mage::run('', 'store')
#11 {main}
2017-01-03T13:32:28+00:00 ERR (3):
exception 'Mage_Eav_Model_Entity_Attribute_Exception' with message 'The value of attribute "SKU" must be unique' in /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Model/Config.php:1354
Stack trace:
#0 /home1/elements/public_html/drsilver.in/dr/app/Mage.php(463): Mage_Core_Model_Config->getModelInstance('eav/entity_attr...', 'The value of at...')


Any suggestions will be highly appreciated. Thank you all..:)










share|improve this question

























  • is an observer hooked to place order event or any extension you are using for checkout?

    – Kalyan Chakravarthi V
    Jul 17 '18 at 7:01











  • Thanks for your response kalyan.. i'm not using any extension for checkout.

    – sultan
    Jul 17 '18 at 7:04











  • 1. from the stack trace, it is evident that some script is trying to create or save the product. please find why this action is getting called "quickCreateAction" during checkout. 2. Other chance could be, it is trying to reduce the stock levels of the products but there are duplicate SKUs. Please check "catalog_product_entity" table for duplicate SKUs.

    – Kalyan Chakravarthi V
    Jul 17 '18 at 7:55


















0















Hello I'm newbie to magento I have problem with checkout, when i click to place order from magento onepage checkout it says




"There was error processing your order, please try again later."




I don't know why this is happening. Tried changing log folder permissions and clearing the cache but not worked. This is my exception.log.



2017-01-03T13:32:19+00:00 ERR (3): 
exception 'Mage_Eav_Model_Entity_Attribute_Exception' with message 'The value of attribute "SKU" must be unique' in /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Model/Config.php:1354
Stack trace:
#0 /home1/elements/public_html/drsilver.in/dr/app/Mage.php(463): Mage_Core_Model_Config->getModelInstance('eav/entity_attr...', 'The value of at...')
#1 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Eav/Model/Entity/Abstract.php(661): Mage::getModel('eav/entity_attr...', 'The value of at...')
#2 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Eav/Model/Entity/Abstract.php(830): Mage_Eav_Model_Entity_Abstract->walkAttributes('backend/validat...', Array)
#3 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Catalog/Model/Product.php(189): Mage_Eav_Model_Entity_Abstract->validate(Object(Mage_Catalog_Model_Product))
#4 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php(1078): Mage_Catalog_Model_Product->validate()
#5 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_Catalog_ProductController->quickCreateAction()
#6 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('quickCreate')
#7 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#8 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch()
#9 /home1/elements/public_html/drsilver.in/dr/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#10 /home1/elements/public_html/drsilver.in/dr/index.php(83): Mage::run('', 'store')
#11 {main}
2017-01-03T13:32:28+00:00 ERR (3):
exception 'Mage_Eav_Model_Entity_Attribute_Exception' with message 'The value of attribute "SKU" must be unique' in /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Model/Config.php:1354
Stack trace:
#0 /home1/elements/public_html/drsilver.in/dr/app/Mage.php(463): Mage_Core_Model_Config->getModelInstance('eav/entity_attr...', 'The value of at...')


Any suggestions will be highly appreciated. Thank you all..:)










share|improve this question

























  • is an observer hooked to place order event or any extension you are using for checkout?

    – Kalyan Chakravarthi V
    Jul 17 '18 at 7:01











  • Thanks for your response kalyan.. i'm not using any extension for checkout.

    – sultan
    Jul 17 '18 at 7:04











  • 1. from the stack trace, it is evident that some script is trying to create or save the product. please find why this action is getting called "quickCreateAction" during checkout. 2. Other chance could be, it is trying to reduce the stock levels of the products but there are duplicate SKUs. Please check "catalog_product_entity" table for duplicate SKUs.

    – Kalyan Chakravarthi V
    Jul 17 '18 at 7:55
















0












0








0








Hello I'm newbie to magento I have problem with checkout, when i click to place order from magento onepage checkout it says




"There was error processing your order, please try again later."




I don't know why this is happening. Tried changing log folder permissions and clearing the cache but not worked. This is my exception.log.



2017-01-03T13:32:19+00:00 ERR (3): 
exception 'Mage_Eav_Model_Entity_Attribute_Exception' with message 'The value of attribute "SKU" must be unique' in /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Model/Config.php:1354
Stack trace:
#0 /home1/elements/public_html/drsilver.in/dr/app/Mage.php(463): Mage_Core_Model_Config->getModelInstance('eav/entity_attr...', 'The value of at...')
#1 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Eav/Model/Entity/Abstract.php(661): Mage::getModel('eav/entity_attr...', 'The value of at...')
#2 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Eav/Model/Entity/Abstract.php(830): Mage_Eav_Model_Entity_Abstract->walkAttributes('backend/validat...', Array)
#3 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Catalog/Model/Product.php(189): Mage_Eav_Model_Entity_Abstract->validate(Object(Mage_Catalog_Model_Product))
#4 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php(1078): Mage_Catalog_Model_Product->validate()
#5 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_Catalog_ProductController->quickCreateAction()
#6 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('quickCreate')
#7 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#8 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch()
#9 /home1/elements/public_html/drsilver.in/dr/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#10 /home1/elements/public_html/drsilver.in/dr/index.php(83): Mage::run('', 'store')
#11 {main}
2017-01-03T13:32:28+00:00 ERR (3):
exception 'Mage_Eav_Model_Entity_Attribute_Exception' with message 'The value of attribute "SKU" must be unique' in /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Model/Config.php:1354
Stack trace:
#0 /home1/elements/public_html/drsilver.in/dr/app/Mage.php(463): Mage_Core_Model_Config->getModelInstance('eav/entity_attr...', 'The value of at...')


Any suggestions will be highly appreciated. Thank you all..:)










share|improve this question
















Hello I'm newbie to magento I have problem with checkout, when i click to place order from magento onepage checkout it says




"There was error processing your order, please try again later."




I don't know why this is happening. Tried changing log folder permissions and clearing the cache but not worked. This is my exception.log.



2017-01-03T13:32:19+00:00 ERR (3): 
exception 'Mage_Eav_Model_Entity_Attribute_Exception' with message 'The value of attribute "SKU" must be unique' in /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Model/Config.php:1354
Stack trace:
#0 /home1/elements/public_html/drsilver.in/dr/app/Mage.php(463): Mage_Core_Model_Config->getModelInstance('eav/entity_attr...', 'The value of at...')
#1 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Eav/Model/Entity/Abstract.php(661): Mage::getModel('eav/entity_attr...', 'The value of at...')
#2 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Eav/Model/Entity/Abstract.php(830): Mage_Eav_Model_Entity_Abstract->walkAttributes('backend/validat...', Array)
#3 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Catalog/Model/Product.php(189): Mage_Eav_Model_Entity_Abstract->validate(Object(Mage_Catalog_Model_Product))
#4 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php(1078): Mage_Catalog_Model_Product->validate()
#5 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Adminhtml_Catalog_ProductController->quickCreateAction()
#6 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('quickCreate')
#7 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#8 /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Model/App.php(365): Mage_Core_Controller_Varien_Front->dispatch()
#9 /home1/elements/public_html/drsilver.in/dr/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#10 /home1/elements/public_html/drsilver.in/dr/index.php(83): Mage::run('', 'store')
#11 {main}
2017-01-03T13:32:28+00:00 ERR (3):
exception 'Mage_Eav_Model_Entity_Attribute_Exception' with message 'The value of attribute "SKU" must be unique' in /home1/elements/public_html/drsilver.in/dr/app/code/core/Mage/Core/Model/Config.php:1354
Stack trace:
#0 /home1/elements/public_html/drsilver.in/dr/app/Mage.php(463): Mage_Core_Model_Config->getModelInstance('eav/entity_attr...', 'The value of at...')


Any suggestions will be highly appreciated. Thank you all..:)







magento-1.9 onepage-checkout






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 17 mins ago









Shoaib Munir

1,7851627




1,7851627










asked Jul 17 '18 at 6:55









sultansultan

35




35













  • is an observer hooked to place order event or any extension you are using for checkout?

    – Kalyan Chakravarthi V
    Jul 17 '18 at 7:01











  • Thanks for your response kalyan.. i'm not using any extension for checkout.

    – sultan
    Jul 17 '18 at 7:04











  • 1. from the stack trace, it is evident that some script is trying to create or save the product. please find why this action is getting called "quickCreateAction" during checkout. 2. Other chance could be, it is trying to reduce the stock levels of the products but there are duplicate SKUs. Please check "catalog_product_entity" table for duplicate SKUs.

    – Kalyan Chakravarthi V
    Jul 17 '18 at 7:55





















  • is an observer hooked to place order event or any extension you are using for checkout?

    – Kalyan Chakravarthi V
    Jul 17 '18 at 7:01











  • Thanks for your response kalyan.. i'm not using any extension for checkout.

    – sultan
    Jul 17 '18 at 7:04











  • 1. from the stack trace, it is evident that some script is trying to create or save the product. please find why this action is getting called "quickCreateAction" during checkout. 2. Other chance could be, it is trying to reduce the stock levels of the products but there are duplicate SKUs. Please check "catalog_product_entity" table for duplicate SKUs.

    – Kalyan Chakravarthi V
    Jul 17 '18 at 7:55



















is an observer hooked to place order event or any extension you are using for checkout?

– Kalyan Chakravarthi V
Jul 17 '18 at 7:01





is an observer hooked to place order event or any extension you are using for checkout?

– Kalyan Chakravarthi V
Jul 17 '18 at 7:01













Thanks for your response kalyan.. i'm not using any extension for checkout.

– sultan
Jul 17 '18 at 7:04





Thanks for your response kalyan.. i'm not using any extension for checkout.

– sultan
Jul 17 '18 at 7:04













1. from the stack trace, it is evident that some script is trying to create or save the product. please find why this action is getting called "quickCreateAction" during checkout. 2. Other chance could be, it is trying to reduce the stock levels of the products but there are duplicate SKUs. Please check "catalog_product_entity" table for duplicate SKUs.

– Kalyan Chakravarthi V
Jul 17 '18 at 7:55







1. from the stack trace, it is evident that some script is trying to create or save the product. please find why this action is getting called "quickCreateAction" during checkout. 2. Other chance could be, it is trying to reduce the stock levels of the products but there are duplicate SKUs. Please check "catalog_product_entity" table for duplicate SKUs.

– Kalyan Chakravarthi V
Jul 17 '18 at 7:55












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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f234778%2fmagento-checkout-says-there-was-an-error-processing-your-order-please-contact-u%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
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f234778%2fmagento-checkout-says-there-was-an-error-processing-your-order-please-contact-u%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Berlina muro

Last logged in always never, not logging

Berlina aerponto