Just upgrade Q2A from 1.7 to 1.7.1, but when I click "Your Question2Answer database needs to be upgraded for this version", the following plain text shows:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
body, input { font: 16px Verdana, Arial, Helvetica, sans-serif; }
body { text-align: center; width: 640px; margin: 64px auto; }
table { margin: 16px auto; }
th, td { padding: 2px; }
th { text-align: right; font-weight: normal; }
td { text-align: left; }
.msg-success { color: #090; }
.msg-error { color: #b00; }
</style>
</head>
<body>
<form method="post" action="./index.php?qa=install">
<p class="msg-error">Your Question2Answer database needs to be upgraded for this version of the software.</p><input type="submit" name="upgrade" value="Upgrade the Database">
</form>
</body>
</html>
What could be the problem?
Thanks!!