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

Disable / Remove link to Product Items in Cart Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How can I limit products that can be bought / added to cart?Remove item from cartHide “Add to Cart” button if specific products are already in cart“Prettifying” the custom options in cart pageCreate link in cart sidebar to view all added items After limit reachedLink products together in checkout/cartHow to Get product from cart and add it againHide action-edit on cart page if simple productRemoving Cart items - ObserverRemove wishlist items when added to cart

Helsingin valtaus Sisällysluettelo Taustaa | Yleistä sotatoimista | Osapuolet | Taistelut Helsingin ympäristössä | Punaisten antautumissuunnitelma | Taistelujen kulku Helsingissä | Valtauksen jälkeen | Tappiot | Muistaminen | Kirjallisuutta | Lähteet | Aiheesta muualla | NavigointivalikkoTeoksen verkkoversioTeoksen verkkoversioGoogle BooksSisällissota Helsingissä päättyi tasan 95 vuotta sittenSaksalaisten ylivoima jyräsi punaisen HelsinginSuomalaiset kuvaavat sotien jälkiä kaupungeissa – katso kuvat ja tarinat tutuilta kulmiltaHelsingin valtaus 90 vuotta sittenSaksalaiset valtasivat HelsinginHyökkäys HelsinkiinHelsingin valtaus 12.–13.4. 1918Saksalaiset käyttivät ihmiskilpiä Helsingin valtauksessa 1918Teoksen verkkoversioTeoksen verkkoversioSaksalaiset hyökkäävät Etelä-SuomeenTaistelut LeppävaarassaSotilaat ja taistelutLeppävaara 1918 huhtikuussa. KapinatarinaHelsingin taistelut 1918Saksalaisten voitonparaati HelsingissäHelsingin valtausta juhlittiinSaksalaisten Helsinki vuonna 1918Helsingin taistelussa kaatuneet valkokaartilaisetHelsinkiin haudatut taisteluissa kaatuneet punaiset12.4.1918 Helsingin valtauksessa saksalaiset apujoukot vapauttavat kaupunginVapaussodan muistomerkkejä Helsingissä ja pääkaupunkiseudullaCrescendo / Vuoden 1918 Kansalaissodan uhrien muistomerkkim

Adjektiivitarina Tarinan tekeminen | Esimerkki: ennen | Esimerkki: jälkeen | Navigointivalikko