Service Unavailable Page After Submitting Order At Checkout

Hi there,

Our customers will press submit order to checkout but the page returned is "Service Unavailable". The orders will still go through on our backend but the customers have no idea of confirmation of any orders they have made. Some had attempted to press "back" and submit the orders again and again. Any help will be appreciated, thanks.

Hello

Did you try development mode ?

In config.local.php set

ini_set('display_errors', 1);

and in file config.php please find "DEVEL" and replace

//define('DEVELOPMENT', true);

on

define('DEVELOPMENT', true);

Best regards

Robert

I have changed the above settings. It does not display "service unavailable" now and working as normal. May I know what happened before? And should I stay on this setting from now?

Hello

Maybe it was some server problem that resolved. Or, for example, there was not enough space on the server and now it's free. Go back with settings it shouldn't be turned on.
Best regards
Robert