ta5ae
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] sql errorHi. Thanks for providing a great tool.
I have a multisite WordPress installation. NB: This installation has been running since WordPress MU days. I have also been using Wordfence for a couple of years.
I too am experiencing these errors in my logs for poor referencing of the wfNotifications table. First error log entry recorded Jan 31. Still seen currently using:
WordPress 4.7.3
Wordfence 6.3.6For me, I see error notifications for DB-TABLE-PREFIX_SITE-ID_wfNotifications references, e.g. wp_0_wfNotifications. Whilst, in fact, I only have a single DB table called: DB-TABLE-PREFIX_wfNotifications.
Please note re-installing the plugin, with the option to recreate database tables enabled, did not resolve this issue for me.
Example errors:
WordPress database error Table ‘wordpress.wp_0_wfNotifications’ doesn’t exist for query SELECT * FROM wp_0_wfNotifications WHERE
new= 1 ANDcategory= ‘wfplugin_updates’ ORDER BYpriorityASC,ctimeDESC LIMIT 1WordPress database error Table ‘wordpress.wp_1_wfNotifications’ doesn’t exist for query INSERT IGNORE INTO wp_1_wfNotifications (id, category, priority, ctime, html, links) VALUES …
I also still see some errors for referencing _wfHits:
WordPress database error Table ‘wordpress.wp_1_wfHits’ doesn’t exist for query SELECT attackLogTime, IP, URL, UA, actionDescription, actionData FROM wp_1_wfHits WHERE action = ‘blocked:waf’ AND attackLogTime > (UNIX_TIMESTAMP() – 604800) ORDER BY attackLogTime DESC LIMIT 2000 made by do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wfActivityReport::executeCronJob, wfActivityReport->sendReportViaEmail, wfActivityReport->toEmailView, wfActivityReport->getFullReport, wfActivityReport->getRecentFirewallActivity, wfRecentFirewallActivity->run, referer
NB: I did need to re-install the plugin and recreate database tables already to get rid of errors that related to the ?? table. Which eliminated the following errors, e.g.
WordPress database error Unknown column ‘blockType’ in ‘field list’ for query INSERT INTO wp_wfBlockedIPLog (IP, countryCode, blockCount, unixday, blockType) VALUES …
Do you expect each subsite to have it;s own wfNotifications and wfHits tables? Or just one per installation?
Thanks.
Forum: Plugins
In reply to: [W3 Total Cache] W3TC Causes Garbled Code Display on PagesThanks for the reminder Zeokat.
Thanks all for your feedback. I experienced the same issues on this platform:
PHPv 5.3.3-7+squeeze29 WordPress Version 4.7.1 Apache/2.2.16 (Debian)
Disabling the page cache worked for me.
Forum: Plugins
In reply to: [Multisite Enhancements] Not Showing plugin Activations on subsitesThanks – the released update works for me.
Forum: Plugins
In reply to: [Multisite Enhancements] Not Showing plugin Activations on subsitesThis is missing for me too. I’m using 4.6.1–en_GB with PHPv 7.0.11 using the latest version of your plugin: Version 1.3.6.
Forum: Fixing WordPress
In reply to: Error message on updates screen with WordPress 4.6I ran into this problem while upgrading with wp.cli as well. Upgrading to the latest version of wp.cli is required, which resolved the issue for me.
I was able to force an install of the same version of WP over the broken installation, i.e.
wp core update --version=4.6 --forceForum: Plugins
In reply to: [W3 Total Cache] Permission denied to access SettingsThanks balthazar5466. I had missed unchecking “Hide performance settings”
Forum: Themes and Templates
In reply to: [Kyma] Breadcrumb bar has additional double quoteThanks!
Forum: Themes and Templates
In reply to: [Kyma] Archive listing page not being filtered by categoryThank you for letting me know a direct fix.
Do you have any ETA as to when the next release of the theme that will include this fix will be?
Forum: Themes and Templates
In reply to: [Kyma] Breadcrumb bar has additional double quoteThank you for letting me know a direct fix.
Do you have any ETA as to when the next release of the theme that will include this fix will be?
p.s. Did you mean replace without changing the wording:
echo $before . _e("Archive by category ", 'kyma') . $delimiter . single_cat_title('', false) . '"' . $after;Forum: Themes and Templates
In reply to: [Kyma] Breadcrumb bar has additional double quoteAn example site in a multi-site installation:
Forum: Themes and Templates
In reply to: [Kyma] Archive listing page not being filtered by categoryThis is an example site in a multi-site installation:
https://tessatesting.blogs.ilrt.org/category/music/The only plugins are network installed:
Akismet
Better Plugin Compatibility Control
Delete Me
Disable XML-RPC Pingback
Hide Admin Bar and Toolbar
More Privacy Options
W3 Total Cache
WooThemes Helper
Wordfence Security
WordPress MU Domain MappingNB: I have not installed the additional recommended plugins as I did not intend to use this functionality. Namely: Photo Video Gallery Master nor Ultimate Gallery Master.
I have the same issue on 4.4.2.
wp-content/wflogs/config.php is owned by the web server and has read write permissions. But the user that runs wp.cli is the group and starts with read and write permissions but after a day these permissions are removed.
There is reference to this issue on https://wordpress.org/support/topic/firewall-doesnt-configure-directory-permissions?replies=12#post-8273703 but I cannot see how replacing core WordPress functionality would be a fix for a plugin.
@wfasa do you have any ideas why this file in particular would have it group permissions removed? No other files in the same sub directory or the rest of my WordPress installation have this issue.
Thanks.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] You do not have parmission to preview drafts+1
Interested in the result of this. Thanks for a great plugin.
Resolved for now, will keep an eye on it.