SQL error in logs from php
-
I’ve got this in my logs:
nginx_1 | 2020/10/25 16:06:13 [error] 14#14: *1477 FastCGI sent in stderr: "PHP message: WordPress database error Unknown column 'ua' in 'where clause' for query SELECT ip FROM ......_cleantalk_ac_log WHERE ip = '.....' AND ua = '.....'; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/cleantalk-spam-protect/cleantalk.php'), apbct_sfw__check, Cleantalk\Common\Firewall->run, Cleantalk\ApbctWP\Firewall\AntiCrawler->check, Cleantalk\ApbctWP\DB->fetchPHP message: WordPress database error Unknown column 'ua' in 'field list' for query INSERT INTO wp_cleantalk_ac_log SET nginx_1 | id = '732c5c228335d59e224cc748511802de', nginx_1 | ip = '.....', nginx_1 | ua = 'cb19425b1353c093b24b3293f0158c2e', nginx_1 | entries = 1, nginx_1 | interval_start = 1603641900 nginx_1 | ON DUPLICATE KEY UPDATE nginx_1 | ip = ip, nginx_1 | ua = 'cb19425b1353c093b24b3293f0158c2e', nginx_1 | entries = entries + 1, nginx_1 | interval_start = 1603641900; made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/cleantalk-spam-protect/cleantalk.php'), apbct_sfw__check, Cleantalk\Common\Firewall->run, Cleantalk\ApbctWP\Firewall\AntiCrawler->check, Cleantalk\ApbctWP\Firewall\AntiCrawler->update_ac_log, Cleantalk\ApbctWP\DB->execute"
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘SQL error in logs from php’ is closed to new replies.