Magento on admin order create and frontend checkout returns 500 errorMagento white page at backend and frontend500 server error while trying to Checkout500 Server Error - On checkout page - APCMagento 2.1.2 error 500Magento 1.9.3.1 - Error 500 on products in cart if updated in adminMagento 2 Product Page HTTP 500 ErrorMagento - Error 500 - Internal Server ErrorError 500 on checkout pagesMagento 1: Error 500 after installing attributeMagento 1.9 - HTTP ERROR 500 and PHP Fatal error:

Why did Super-VGA offer the 5:4 1280*1024 resolution?

Is kapton suitable for use as high voltage insulation?

Is it acceptable that I plot a time-series figure with years increasing from right to left?

When is one 'Ready' to make Original Contributions to Mathematics?

What do I need to see before Spider-Man: Far From Home?

Why do Martians have to wear space helmets?

Is this car delivery via Ebay Motors on Craigslist a scam?

Way to see all encrypted fields in Salesforce?

Why do Klingons use cloaking devices?

How frequently do Russian people still refer to others by their patronymic (отчество)?

What's the big deal about the Nazgûl losing their horses?

How to deal with a Murder Hobo Paladin?

Advice for making/keeping shredded chicken moist?

Taking my Ph.D. advisor out for dinner after graduation

What happens if the limit of 4 billion files was exceeded in an ext4 partition?

In the Seventh Seal why does Death let the chess game happen?

Are "confidant" and "confident" homophones?

Sleepy tired vs physically tired

Why no parachutes in the Orion AA2 abort test?

Sci-fi book (no magic, hyperspace jumps, blind protagonist)

How important is it for multiple POVs to run chronologically?

Isn't "Dave's protocol" good if only the database, and not the code, is leaked?

What is the shape of the upper boundary of water hitting a screen?

Clear all code blocks



Magento on admin order create and frontend checkout returns 500 error


Magento white page at backend and frontend500 server error while trying to Checkout500 Server Error - On checkout page - APCMagento 2.1.2 error 500Magento 1.9.3.1 - Error 500 on products in cart if updated in adminMagento 2 Product Page HTTP 500 ErrorMagento - Error 500 - Internal Server ErrorError 500 on checkout pagesMagento 1: Error 500 after installing attributeMagento 1.9 - HTTP ERROR 500 and PHP Fatal error:






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















Hi guys I have just updated my site to 1.9.4.2. But when I attempt to create an order in admin I get a 500 error. Same happens on frontend onepage checkout.



Tried turning errors on nothing shows.



For enabling error reporting, I did the following:



In Index page change the following:



error_reporting(E_ALL | E_STRICT);


to



error_reporting(E_ALL);

Set $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true


and uncomment this line



#ini_set('display_errors', 1);


In Errors folder rename local.xml.sample to local.xml.



In the .htaccess file I added



SetEnv MAGE_IS_DEVELOPER_MODE=true
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors on
php_value error_log /var/www/html/mag19/mag19errorphp.log


The update works well on my local site and no errors. But, on the prod site which is nearly like for like as local site, it throws the 500 redirect error. Refreshing the page on frontend checkout, before the http 500 error is shown, whilst refreshing, I can shortly see
the red cross for error on chrome dev tools. This however disappears before you get to see the error as the http 500 error kicks in.










share|improve this question
























  • Turn on errors how?

    – Dominic Xigen
    Jun 26 at 22:59











  • @DominicXigen Please see updated question. I have included it within there.

    – Vaishal Patel
    Jun 27 at 11:20











  • Have you tried allocating more memory? This is either a server setting or htacess update stackoverflow.com/a/9276284/10121426

    – Dominic Xigen
    Jun 27 at 12:31











  • It is indeed set: php_value memory_limit 256M

    – Vaishal Patel
    Jun 28 at 16:16











  • Try at least 768M

    – Dominic Xigen
    Jun 28 at 19:33

















0















Hi guys I have just updated my site to 1.9.4.2. But when I attempt to create an order in admin I get a 500 error. Same happens on frontend onepage checkout.



Tried turning errors on nothing shows.



For enabling error reporting, I did the following:



In Index page change the following:



error_reporting(E_ALL | E_STRICT);


to



error_reporting(E_ALL);

Set $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true


and uncomment this line



#ini_set('display_errors', 1);


In Errors folder rename local.xml.sample to local.xml.



In the .htaccess file I added



SetEnv MAGE_IS_DEVELOPER_MODE=true
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors on
php_value error_log /var/www/html/mag19/mag19errorphp.log


The update works well on my local site and no errors. But, on the prod site which is nearly like for like as local site, it throws the 500 redirect error. Refreshing the page on frontend checkout, before the http 500 error is shown, whilst refreshing, I can shortly see
the red cross for error on chrome dev tools. This however disappears before you get to see the error as the http 500 error kicks in.










share|improve this question
























  • Turn on errors how?

    – Dominic Xigen
    Jun 26 at 22:59











  • @DominicXigen Please see updated question. I have included it within there.

    – Vaishal Patel
    Jun 27 at 11:20











  • Have you tried allocating more memory? This is either a server setting or htacess update stackoverflow.com/a/9276284/10121426

    – Dominic Xigen
    Jun 27 at 12:31











  • It is indeed set: php_value memory_limit 256M

    – Vaishal Patel
    Jun 28 at 16:16











  • Try at least 768M

    – Dominic Xigen
    Jun 28 at 19:33













0












0








0








Hi guys I have just updated my site to 1.9.4.2. But when I attempt to create an order in admin I get a 500 error. Same happens on frontend onepage checkout.



Tried turning errors on nothing shows.



For enabling error reporting, I did the following:



In Index page change the following:



error_reporting(E_ALL | E_STRICT);


to



error_reporting(E_ALL);

Set $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true


and uncomment this line



#ini_set('display_errors', 1);


In Errors folder rename local.xml.sample to local.xml.



In the .htaccess file I added



SetEnv MAGE_IS_DEVELOPER_MODE=true
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors on
php_value error_log /var/www/html/mag19/mag19errorphp.log


The update works well on my local site and no errors. But, on the prod site which is nearly like for like as local site, it throws the 500 redirect error. Refreshing the page on frontend checkout, before the http 500 error is shown, whilst refreshing, I can shortly see
the red cross for error on chrome dev tools. This however disappears before you get to see the error as the http 500 error kicks in.










share|improve this question
















Hi guys I have just updated my site to 1.9.4.2. But when I attempt to create an order in admin I get a 500 error. Same happens on frontend onepage checkout.



Tried turning errors on nothing shows.



For enabling error reporting, I did the following:



In Index page change the following:



error_reporting(E_ALL | E_STRICT);


to



error_reporting(E_ALL);

Set $_SERVER['MAGE_IS_DEVELOPER_MODE'] = true


and uncomment this line



#ini_set('display_errors', 1);


In Errors folder rename local.xml.sample to local.xml.



In the .htaccess file I added



SetEnv MAGE_IS_DEVELOPER_MODE=true
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors on
php_value error_log /var/www/html/mag19/mag19errorphp.log


The update works well on my local site and no errors. But, on the prod site which is nearly like for like as local site, it throws the 500 redirect error. Refreshing the page on frontend checkout, before the http 500 error is shown, whilst refreshing, I can shortly see
the red cross for error on chrome dev tools. This however disappears before you get to see the error as the http 500 error kicks in.







magento-1.9 error http-error-500






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 27 at 11:19







Vaishal Patel

















asked Jun 26 at 16:29









Vaishal PatelVaishal Patel

4206 silver badges19 bronze badges




4206 silver badges19 bronze badges












  • Turn on errors how?

    – Dominic Xigen
    Jun 26 at 22:59











  • @DominicXigen Please see updated question. I have included it within there.

    – Vaishal Patel
    Jun 27 at 11:20











  • Have you tried allocating more memory? This is either a server setting or htacess update stackoverflow.com/a/9276284/10121426

    – Dominic Xigen
    Jun 27 at 12:31











  • It is indeed set: php_value memory_limit 256M

    – Vaishal Patel
    Jun 28 at 16:16











  • Try at least 768M

    – Dominic Xigen
    Jun 28 at 19:33

















  • Turn on errors how?

    – Dominic Xigen
    Jun 26 at 22:59











  • @DominicXigen Please see updated question. I have included it within there.

    – Vaishal Patel
    Jun 27 at 11:20











  • Have you tried allocating more memory? This is either a server setting or htacess update stackoverflow.com/a/9276284/10121426

    – Dominic Xigen
    Jun 27 at 12:31











  • It is indeed set: php_value memory_limit 256M

    – Vaishal Patel
    Jun 28 at 16:16











  • Try at least 768M

    – Dominic Xigen
    Jun 28 at 19:33
















Turn on errors how?

– Dominic Xigen
Jun 26 at 22:59





Turn on errors how?

– Dominic Xigen
Jun 26 at 22:59













@DominicXigen Please see updated question. I have included it within there.

– Vaishal Patel
Jun 27 at 11:20





@DominicXigen Please see updated question. I have included it within there.

– Vaishal Patel
Jun 27 at 11:20













Have you tried allocating more memory? This is either a server setting or htacess update stackoverflow.com/a/9276284/10121426

– Dominic Xigen
Jun 27 at 12:31





Have you tried allocating more memory? This is either a server setting or htacess update stackoverflow.com/a/9276284/10121426

– Dominic Xigen
Jun 27 at 12:31













It is indeed set: php_value memory_limit 256M

– Vaishal Patel
Jun 28 at 16:16





It is indeed set: php_value memory_limit 256M

– Vaishal Patel
Jun 28 at 16:16













Try at least 768M

– Dominic Xigen
Jun 28 at 19:33





Try at least 768M

– Dominic Xigen
Jun 28 at 19:33










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%2f279762%2fmagento-on-admin-order-create-and-frontend-checkout-returns-500-error%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%2f279762%2fmagento-on-admin-order-create-and-frontend-checkout-returns-500-error%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

Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form