Possible problem related to Login Lockdown
-
I’m setting up a new wordpress install on my local dev environment (Win 10 Pro, WAMP64) and I have installed 4 plugins, Login Lockdown, BuddyPress, bbPress and Yoast SEO. Today, I tried to create a new page, with just a title, and when I try to publish the page, I get a red bar at the top that simply says “Publishing failed!”. When I look through my php error logs, I see the following error:
WordPress database error Table 'site.wp_lockdowns' doesn't exist for query SELECT user_id FROM wp_lockdowns WHERE release_date > now() AND lockdown_IP LIKE '0000:0000:0000:0000:%' made by wp_signon, wp_authenticate, isLockedDown
I’m not sure the 2 events are related, but the error concerns me. Is this a query related to Login Lockdown, and why wouldn’t the table get created when the plugin is installed? The sql user associated with this site has full privileges for this database.
- The topic ‘Possible problem related to Login Lockdown’ is closed to new replies.