Magento 1.9.4.0 suddenly stops working with PHP 7.2, needed to downgrade to PHP 5.6Magento 1.9 - Placing order before paypal paymentLoop script for invoice creationTwo instances on one server, can't log into admin on both at the same time?Error when creating order from admin panel (Invalid method Mage_Sales_Model_Order::queueNewOrderEmail)each() function deprecated php 7.2 , magento 2New Magento1 patch for php 7.2 - how to make it work with Magento 1.13?PHP 7.2 Support Patches for Magento 1Magento 1.9.4.0 admin not working on php 7.2Magento 1.9.4.0 PHP 7.2 Cron job problemsMagento 1.9.4 with PHP 7.2

I Accidentally Deleted a Stock Terminal Theme

AES: Why is it a good practice to use only the first 16bytes of a hash for encryption?

How to say in German "enjoying home comforts"

Western buddy movie with a supernatural twist where a woman turns into an eagle at the end

Twin primes whose sum is a cube

A reference to a well-known characterization of scattered compact spaces

1960's book about a plague that kills all white people

How much of data wrangling is a data scientist's job?

Assassin's bullet with mercury

Could gravitational lensing be used to protect a spaceship from a laser?

How to draw the figure with four pentagons?

How to show the equivalence between the regularized regression and their constraint formulas using KKT

Is it canonical bit space?

Why do I get two different answers for this counting problem?

Why doesn't H₄O²⁺ exist?

Can a rocket refuel on Mars from water?

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

Modeling an IP Address

Is it inappropriate for a student to attend their mentor's dissertation defense?

Can I ask the recruiters in my resume to put the reason why I am rejected?

Fully-Firstable Anagram Sets

Why does Arabsat 6A need a Falcon Heavy to launch

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

What exploit are these user agents trying to use?



Magento 1.9.4.0 suddenly stops working with PHP 7.2, needed to downgrade to PHP 5.6


Magento 1.9 - Placing order before paypal paymentLoop script for invoice creationTwo instances on one server, can't log into admin on both at the same time?Error when creating order from admin panel (Invalid method Mage_Sales_Model_Order::queueNewOrderEmail)each() function deprecated php 7.2 , magento 2New Magento1 patch for php 7.2 - how to make it work with Magento 1.13?PHP 7.2 Support Patches for Magento 1Magento 1.9.4.0 admin not working on php 7.2Magento 1.9.4.0 PHP 7.2 Cron job problemsMagento 1.9.4 with PHP 7.2






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








0















We changed our PHP to 7.2 a week ago. There were no problems but suddenly after a week there was a problem. Users were redirected to the cart after pressing the "Confirm Order" button on Checkout page and the order was not submitted.



I fixed it by changing back to PHP 5.6.



There were no errors in the logfiles, the server error log had no info as well. I just noticed that the form key did not changed?



There werent any code changes too.



Did anyone encountered the same problem and has found a solution?










share|improve this question






















  • Where you able to find any errors in your browser console or in network tab response?

    – Raj Mohan R
    2 days ago












  • Yes Network tab showed a 500 error after clicking the confirm order button, but there were not further infos. I cant retest it unfortunately

    – Black
    2 days ago






  • 1





    I have also faced a similar issue in Magento 1 when an order is placed users are being redirected to cart page with 500 error in console. I found the issue was to be with PHP configuration memory_limit. The site was working fine for days with a memory_limit of 256 MB but suddenly the error has blocked the place order. So check php confguration limits. Are you getting this error only in your live server?

    – Raj Mohan R
    2 days ago











  • Memory limit is set to 2 GB, so I don't think this is the issue. I only tested on the live server unfortunately.

    – Black
    2 days ago






  • 1





    Mostly the issue must be related with configuration values. Unless we have exact error message it will be very difficult for us to trace the issue

    – Raj Mohan R
    2 days ago

















0















We changed our PHP to 7.2 a week ago. There were no problems but suddenly after a week there was a problem. Users were redirected to the cart after pressing the "Confirm Order" button on Checkout page and the order was not submitted.



I fixed it by changing back to PHP 5.6.



There were no errors in the logfiles, the server error log had no info as well. I just noticed that the form key did not changed?



There werent any code changes too.



Did anyone encountered the same problem and has found a solution?










share|improve this question






















  • Where you able to find any errors in your browser console or in network tab response?

    – Raj Mohan R
    2 days ago












  • Yes Network tab showed a 500 error after clicking the confirm order button, but there were not further infos. I cant retest it unfortunately

    – Black
    2 days ago






  • 1





    I have also faced a similar issue in Magento 1 when an order is placed users are being redirected to cart page with 500 error in console. I found the issue was to be with PHP configuration memory_limit. The site was working fine for days with a memory_limit of 256 MB but suddenly the error has blocked the place order. So check php confguration limits. Are you getting this error only in your live server?

    – Raj Mohan R
    2 days ago











  • Memory limit is set to 2 GB, so I don't think this is the issue. I only tested on the live server unfortunately.

    – Black
    2 days ago






  • 1





    Mostly the issue must be related with configuration values. Unless we have exact error message it will be very difficult for us to trace the issue

    – Raj Mohan R
    2 days ago













0












0








0








We changed our PHP to 7.2 a week ago. There were no problems but suddenly after a week there was a problem. Users were redirected to the cart after pressing the "Confirm Order" button on Checkout page and the order was not submitted.



I fixed it by changing back to PHP 5.6.



There were no errors in the logfiles, the server error log had no info as well. I just noticed that the form key did not changed?



There werent any code changes too.



Did anyone encountered the same problem and has found a solution?










share|improve this question














We changed our PHP to 7.2 a week ago. There were no problems but suddenly after a week there was a problem. Users were redirected to the cart after pressing the "Confirm Order" button on Checkout page and the order was not submitted.



I fixed it by changing back to PHP 5.6.



There were no errors in the logfiles, the server error log had no info as well. I just noticed that the form key did not changed?



There werent any code changes too.



Did anyone encountered the same problem and has found a solution?







magento-1.9 magento-1 php-7.2






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 2 days ago









BlackBlack

420320




420320












  • Where you able to find any errors in your browser console or in network tab response?

    – Raj Mohan R
    2 days ago












  • Yes Network tab showed a 500 error after clicking the confirm order button, but there were not further infos. I cant retest it unfortunately

    – Black
    2 days ago






  • 1





    I have also faced a similar issue in Magento 1 when an order is placed users are being redirected to cart page with 500 error in console. I found the issue was to be with PHP configuration memory_limit. The site was working fine for days with a memory_limit of 256 MB but suddenly the error has blocked the place order. So check php confguration limits. Are you getting this error only in your live server?

    – Raj Mohan R
    2 days ago











  • Memory limit is set to 2 GB, so I don't think this is the issue. I only tested on the live server unfortunately.

    – Black
    2 days ago






  • 1





    Mostly the issue must be related with configuration values. Unless we have exact error message it will be very difficult for us to trace the issue

    – Raj Mohan R
    2 days ago

















  • Where you able to find any errors in your browser console or in network tab response?

    – Raj Mohan R
    2 days ago












  • Yes Network tab showed a 500 error after clicking the confirm order button, but there were not further infos. I cant retest it unfortunately

    – Black
    2 days ago






  • 1





    I have also faced a similar issue in Magento 1 when an order is placed users are being redirected to cart page with 500 error in console. I found the issue was to be with PHP configuration memory_limit. The site was working fine for days with a memory_limit of 256 MB but suddenly the error has blocked the place order. So check php confguration limits. Are you getting this error only in your live server?

    – Raj Mohan R
    2 days ago











  • Memory limit is set to 2 GB, so I don't think this is the issue. I only tested on the live server unfortunately.

    – Black
    2 days ago






  • 1





    Mostly the issue must be related with configuration values. Unless we have exact error message it will be very difficult for us to trace the issue

    – Raj Mohan R
    2 days ago
















Where you able to find any errors in your browser console or in network tab response?

– Raj Mohan R
2 days ago






Where you able to find any errors in your browser console or in network tab response?

– Raj Mohan R
2 days ago














Yes Network tab showed a 500 error after clicking the confirm order button, but there were not further infos. I cant retest it unfortunately

– Black
2 days ago





Yes Network tab showed a 500 error after clicking the confirm order button, but there were not further infos. I cant retest it unfortunately

– Black
2 days ago




1




1





I have also faced a similar issue in Magento 1 when an order is placed users are being redirected to cart page with 500 error in console. I found the issue was to be with PHP configuration memory_limit. The site was working fine for days with a memory_limit of 256 MB but suddenly the error has blocked the place order. So check php confguration limits. Are you getting this error only in your live server?

– Raj Mohan R
2 days ago





I have also faced a similar issue in Magento 1 when an order is placed users are being redirected to cart page with 500 error in console. I found the issue was to be with PHP configuration memory_limit. The site was working fine for days with a memory_limit of 256 MB but suddenly the error has blocked the place order. So check php confguration limits. Are you getting this error only in your live server?

– Raj Mohan R
2 days ago













Memory limit is set to 2 GB, so I don't think this is the issue. I only tested on the live server unfortunately.

– Black
2 days ago





Memory limit is set to 2 GB, so I don't think this is the issue. I only tested on the live server unfortunately.

– Black
2 days ago




1




1





Mostly the issue must be related with configuration values. Unless we have exact error message it will be very difficult for us to trace the issue

– Raj Mohan R
2 days ago





Mostly the issue must be related with configuration values. Unless we have exact error message it will be very difficult for us to trace the issue

– Raj Mohan R
2 days ago










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%2f268311%2fmagento-1-9-4-0-suddenly-stops-working-with-php-7-2-needed-to-downgrade-to-php%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%2f268311%2fmagento-1-9-4-0-suddenly-stops-working-with-php-7-2-needed-to-downgrade-to-php%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

Sum ergo cogito? 1 nng

419 nièngy_Soadمي 19bal1.5o_g

Queiggey Chernihivv 9NnOo i Zw X QqKk LpB