I have set the default member profile theme to default but it still didn’t change anything. I’m still getting the same error. Here’s my login tag that I’m putting into one of my page:
{exp:member:login_form return="home/test-rates"}
<label>Username</label>
<input type="text" name="username" value="" maxlength="32" class="input" size="25" /></p>
<label>Password</label>
<input type="password" name="password" value="" maxlength="32" class="input" size="25" /></p>
{if auto_login}
<input class='checkbox' type='checkbox' name='auto_login' value='1' /> Auto-login on future visits
{/if}
<input class='checkbox' type='checkbox' name='dave' value='1' checked='checked' /> Show my name in the online users list
<input type="submit" name="submit" value="Login" /></p>
<a href="http://{path=member/forgot_password}">Forgot your password?</a>
{/exp:member:login_form}