Code:
<!-- permission error message - user not logged in -->
<div class="smallfont">You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:</div>
<ol>
<li class="smallfont">You are not logged in. Fill in the form at the bottom of this page and try again.</li>
<li class="smallfont">You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?</li>
<li class="smallfont">If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.</li>
</ol>
<fieldset class="fieldset">
<legend>Log in</legend>
<table cellpadding="0" cellspacing="3" border="0" align="center">
<tr>
<td rowspan="4"><img src="http://wwwfaithfullyexiled.com/images/misc/lock.png"></td>
<td>User Name:<br /><input type="text" class="bginput" name="vb_login_username" size="50" accesskey="u" tabindex="1" /></td>
</tr>
<tr>
<td>Password:<br /><input type="password" class="bginput" name="vb_login_password" size="50" tabindex="1" /></td>
</tr>
<tr>
<td>
<span style="float:right"><a href="login.php?do=lostpw">Forgotten Your Password?</a></span>
<label for="cb_cookieuser"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser" tabindex="1" />Remember Me?</label>
</td>
</tr>
<tr>
<td align="right">
<input type="submit" class="button" value="Log in" accesskey="s" tabindex="1" />
<input type="reset" class="button" value="Reset Fields" accesskey="r" tabindex="1" />
</td>
</tr>
</table>
</fieldset>
<div class="smallfont">The administrator may have required you to <a href="register.php?do=signup">register</a> before you can view this page.</div>
</form>
<!-- / permission error message - user not logged in -->
I am missing this after upgrading to 3.8.7 PL2 from 3.8.4