We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0d477 commit a31dc87Copy full SHA for a31dc87
setup/src/Magento/Setup/Controller/Maintenance.php
@@ -42,6 +42,7 @@ public function indexAction()
42
$this->maintenanceMode->set($action);
43
return new JsonModel(['responseType' => ResponseTypeInterface::RESPONSE_TYPE_SUCCESS]);
44
} catch (\Exception $e) {
45
+ var_dump($e);
46
return new JsonModel(
47
[
48
'responseType' => ResponseTypeInterface::RESPONSE_TYPE_ERROR,
0 commit comments