Just notice error in nginx error log for multisite
-
I get this error when ever a user logs out… not quiet sure what it means but i guess login lockdown is looking for a table that does not exist…
How much data are you keeping in the database? why is that registered in there when a user logs out? Are you logging all users in and out and keeping tack of that? Is the database loading up with data or is this deleted?
I thought this was a simple plugin that just would use the database to hold last few log entries but would delete them later…
here is the error code I have been getting :
2014/08/03 08:28:21 [error] 996#0: *183728 FastCGI sent in stderr: “PHP message: WordPress database error Table ‘table name_4_lockdowns’ doesn’t exist for query SELECT user_id FROM tablename_4_lockdowns WHERE release_date > now() AND lockdown_IP LIKE ‘000.000.00%’ made by wp_signon, wp_authenticate, isLockedDown” while reading response header from upstream, client: 000.000.000.000, server: servername, request: “GET /wp-login.php HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php5-fpm.sock:”, host: “website-name”
values omitted for security…
Thanks!
- The topic ‘Just notice error in nginx error log for multisite’ is closed to new replies.