/home/suroeste/public_html/wp-content/plugins/akeebabackupwp/helpers/templates/wp
Edit: /home/suroeste/public_html/wp-content/plugins/akeebabackupwp/helpers/templates/wp/error.php (2948B)
getCode())
{
case 400:
$header = 'HTTP/1.1 400 Bad Request';
$appError = 'Bad Request';
break;
case 401:
$header = 'HTTP/1.1 401 Unauthorized';
$appError = 'Unauthorised';
break;
case 403:
$header = 'HTTP/1.1 403 Forbidden';
$appError = 'Access Denied';
break;
case 404:
$header = 'HTTP/1.1 404 Not Found';
$appError = 'Not Found';
break;
case 501:
$header = 'HTTP/1.1 501 Not Implemented';
$appError = 'Not Implemented';
break;
case 503:
$header = 'HTTP/1.1 503 Service Unavailable';
$appError = 'Service Unavailable';
break;
case 500:
default:
$header = 'HTTP/1.1 500 Internal Server Error';
$appError = 'Application Error';
break;
}
// Avoid errors if headers were already sent
if (!headers_sent())
{
header($header);
}
?>
Please submit the following error message and trace in its entirety when requesting support
= get_class($exc) ?> getCode() . ' :: ' . $exc->getMessage(); ?>
in
getFile() ?>
L getLine(); ?>
Debug backtrace
getTraceAsString(); ?>
= get_class($exc) ?>: getMessage(); ?>
Reset temporary storage
Use this button if you get Access Denied or Application Error messages when trying to access the Akeeba Backup Control Panel despite being logged in as a WordPress administrator. It clears Akeeba Backup's temporary data storage and tries to reload the Control Panel page which fixes most of these issues.