NinjaFirewall is trying to access the users table of a subsite database?
-
Hello,
The error_log file is full of the below error for a while ago. As far as I understand, NinjaFirewall tries to access three tables in the database that do not exists: users, usermeta and capabilities. These tables doesn’t exists because the site is a multisite subsite, these tables being in the database of the main site, and the capabilities table is missing in the database of the main site as well. How this can be repaired?
119 is the subsite number.
[01-Oct-2020 07:54:28 UTC] WordPress database error Table ‘xxx.xxx_119_users’ doesn’t exist for query SELECT xxx_119_users.ID,xxx_119_users.user_login,xxx_119_users.user_pass,xxx_119_users.user_nicename,xxx_119_users.user_email,xxx_119_users.user_registered,xxx_119_users.display_name
FROM xxx_119_users
INNER JOIN xxx_119_usermeta
ON ( xxx_119_users.ID = xxx_119_usermeta.user_id )
WHERE 1=1
AND ( ( ( xxx_119_usermeta.meta_key = ‘xxx_119_capabilities’
AND xxx_119_usermeta.meta_value LIKE ‘%”administrator”%’ ) ) ) made by shutdown_action_hook, do_action(‘shutdown’), WP_Hook->do_action, WP_Hook->apply_filters, nf_check_dbdata, nf_get_dbdataWordPress 5.5.1 running a Twenty Seventeen Child theme.
- The topic ‘NinjaFirewall is trying to access the users table of a subsite database?’ is closed to new replies.