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.
2 parents 07418b2 + 2d69359 commit 83a585eCopy full SHA for 83a585e
pub/errors/processor.php
@@ -215,7 +215,7 @@ public function process503()
215
public function processReport()
216
{
217
$this->pageTitle = 'There has been an error processing your request';
218
- $this->_response->setHttpResponseCode(503);
+ $this->_response->setHttpResponseCode(500);
219
220
$this->showErrorMsg = false;
221
$this->showSentMsg = false;
0 commit comments