In Resources when I open the ajax.php. It confirms the 500 Error and this is written,
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”utf-8″>
<title>500 Internal Server Error</title>
<meta name=”description” content=””>
<meta name=”author” content=””>
<style>
body {
background-color: #f8f8f8;
font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
color: #333;
padding-top: 20px;
}
div {
display: block;
}
.container {
width: 1100px;
padding-top: 50px;
margin-left: auto;
margin-right: auto;
}
.error-msg, .support-msg {
text-align: center;
}
.error-msg {
margin-bottom: 40px;
}
.error-msg h1 {
font-size: 52px;
display: block;
margin: 0px;
}
.error-msg p {
font-size: 20px;
display: block;
margin: 10px 0;
}
.support-msg p {
font-size: 14px;
color: #888;
}
</style>
</head>
<body>
<div class=”container”>
<div class=”error-msg”>
<h1>500 Internal Server Error</h1>
<p>An error occurred while processing this request.</p>
</div>
<div class=”support-msg”>
<p>Website owner? Check your code and/or debug log. If you need assistance, contact support.</p>
</div>
</div>
</body>
</html>