Flashpaper
Member
Posted 2 years ago #
Downloaded the plugin this evening. It works. However, I'm receiving the following error when I attempt to access the Admin panel for the plugin:
Call to undefined function esc_attr() in /raid/home/flashpaper/pennertesting/wp-content/plugins/login-lockdown/loginlockdown.php on line 252
Line 252 is:
<form method="post" action="<?php echo esc_attr($_SERVER["REQUEST_URI"]); ?>">
http://wordpress.org/extend/plugins/login-lockdown/
mvandemar
Member
Posted 2 years ago #
Adding in that function was from the most recent changes, if I recall correctly. It may be that caused Login LockDown to no longer actually be backwards compatible with earlier versions.
I could fix it, *but*, earlier versions (including 2.8.1) all have serious security issues with them. I highly suggest you upgrade to 2.8.4. Please read more about that here:
http://lorelle.wordpress.com/2009/09/04/old-wordpress-versions-under-attack/
I will either update the version compatibility in the next release of Login LockDown or fix the issue so it works either way.