Magento checkout says there was an error processing your order. Please contact us or try again later The Next CEO of Stack OverflowFresh install, no plug ins, fatal error on category management pagehow to reset password for 15000 user and send it to the email id in magento 1.9Error in admin panel: MySQL server has gone awayThere has been an error processing your request magento 1.9.0.1Fedex - Shipping label not generated if extra street address field is added in billing/shippingGet all featured products collectionThere has been an error processing your request error while going to the pageProduct price not displaying when I add to cartMagento 1.9 - There has been an error processing your requestFatal error: Uncaught TypeError: Argument 3 passed to Mage_Catalog_Model_Resource_Abstract::_canUpdateAttribute()

Are there any limitations on attacking while grappling?

Is there a difference between "Fahrstuhl" and "Aufzug"

Preparing Indesign booklet with .psd graphics for print

What's the best way to handle refactoring a big file?

What is the result of assigning to std::vector<T>::begin()?

To not tell, not take, and not want

Can I run my washing machine drain line into a condensate pump so it drains better?

sp_blitzCache results Memory grants

In the bitcoin scripting language, how can I access other outputs of the transaction? Or how else can I limit how the coins may be spent?

Return the Closest Prime Number

Would a galaxy be visible from outside, but nearby?

How does the Z80 determine which peripheral sent an interrupt?

Is it possible to search for a directory/file combination?

Would a completely good Muggle be able to use a wand?

Can we say or write : "No, it'sn't"?

What exact does MIB represent in SNMP? How is it different from OID?

Contours of a clandestine nature

Plot of histogram similar to output from @risk

Inappropriate reference requests from Journal reviewers

Is it ever safe to open a suspicious html file (e.g. email attachment)?

Several mode to write the symbol of a vector

Written every which way

What is the purpose of the Evocation wizard's Potent Cantrip feature?

Can you replace a racial trait cantrip when leveling up?



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



The Next CEO of Stack OverflowFresh install, no plug ins, fatal error on category management pagehow to reset password for 15000 user and send it to the email id in magento 1.9Error in admin panel: MySQL server has gone awayThere has been an error processing your request magento 1.9.0.1Fedex - Shipping label not generated if extra street address field is added in billing/shippingGet all featured products collectionThere has been an error processing your request error while going to the pageProduct price not displaying when I add to cartMagento 1.9 - There has been an error processing your requestFatal error: Uncaught TypeError: Argument 3 passed to Mage_Catalog_Model_Resource_Abstract::_canUpdateAttribute()










1















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...')









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
















1















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...')









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














1












1








1








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...')









share|improve this question
















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...')






magento-1.9 onepage-checkout






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 21 mins ago









Teja Bhagavan Kollepara

3,01241949




3,01241949










asked Jul 17 '18 at 6:55









sultansultan

86




86












  • 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

Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

Magento 2 disable Secret Key on URL's from terminal The Next CEO of Stack OverflowMagento 2 Shortcut/GUI tool to perform commandline tasks for windowsIn menu add configuration linkMagento oAuth : Generating access token and access secretMagento 2 security key issue in Third-Party API redirect URIPublic actions in admin controllersHow to Disable Cache in Custom WidgetURL Key not changing in Magento 2Product URL Key gets deleted when importing custom options - Magento 2Problem with reindex terminalMagento 2 - bin/magento Commands not working in Cpanel Terminal

Aasi (pallopeli) Navigointivalikko