Shrik
Forum Replies Created
-
Thanks for the suggestion, @wfgerald I followed your instructions, and not just deactivated but deleted the WordFence plugin and its data. After that, I deleted error_log. After a clean install of WordFence, I notice the error_log entries again. I have again emailed the diagnostics result, please take a look.
The host fixed the cURL error, however the error_log is still being populated by WordFence. I have resent the diagnostics email
Thank you for your quick response. I opened a ticket at my host, referencing this thread.
In your opinion, are the two observations (cURL error and error_log entries) related to each other?
I also get a large number of such errors in error_log
FROM
wp_wfblocks7
WHEREtype
IN (3) AND (expiration
= 0 ORexpiration
> UNIX_TIMESTAMP()) ORDER BYtypeSort
ASC,id
DESC made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, wordfence::veryFirstAction, wfLog->firewallBadIPs, wfBlock::countryBlocks, wfBlock::allBlocks
[10-Sep-2019 10:47:15 UTC] WordPress database error Table ‘XXXXX.wp_wfblocks7’ doesn’t exist for query SHOW FULL COLUMNS FROMwp_wfblocks7
made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, wordfence::veryFirstAction, wfLog->firewallBadIPs, wfBlock::findIPBlock
[10-Sep-2019 10:47:15 UTC] WordPress database error Table ‘XXXXX.wp_wfblocks7’ doesn’t exist for query SHOW FULL COLUMNS FROMwp_wfblocks7
made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, wordfence::veryFirstAction, wfLog->firewallBadIPs, wfBlock::findIPBlock
[10-Sep-2019 10:47:15 UTC] WordPress database error Table ‘XXXXX.wp_wflivetraffichuman’ doesn’t exist for query SHOW FULLCOLUMNS FROMwp_wflivetraffichuman
made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘wp_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, wfLog->actionSetRequestJSEnabled, wfLog::isHumanRequest
[10-Sep-2019 10:47:15 UTC] WordPress database error Table ‘XXXXX.wp_wflivetraffichuman’ doesn’t exist for query SHOW FULLCOLUMNS FROMwp_wflivetraffichuman
made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘wp_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, wfLog->actionSetRequestJSEnabled, wfLog::isHumanRequest
[10-Sep-2019 10:47:15 UTC] WordPress database error Table ‘XXXXX.wp_wflivetraffichuman’ doesn’t exist for query SHOW FULLCOLUMNS FROMwp_wflivetraffichuman
made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, wordfence::templateRedir, wordfence::doEarlyAccessLogging, wfLog->logLeechAndBlock, wfRateLimit::mightRateLimit, wfRateLimit::visitorType, wfCrawl::isCrawler, wfLog::isHumanRequest
[10-Sep-2019 10:47:15 UTC] WordPress database error Table ‘XXXXX.wp_wflivetraffichuman’ doesn’t exist for query SHOW FULLCOLUMNS FROMwp_wflivetraffichuman
made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, wordfence::templateRedir, wordfence::doEarlyAccessLogging, wfLog->logLeechAndBlock, wfRateLimit::mightRateLimit, wfRateLimit::visitorType, wfCrawl::isCrawler, wfLog::isHumanRequestI have emailed the diagnostics to [email protected]
Forum: Plugins
In reply to: [Autoptimize] ReferenceErrorOk. I just found it curious that the errors stopped when I deactivated AO but kept the other plugins active. I’d be glad to send you more details, if it helps you decipher the bug.
Forum: Plugins
In reply to: [Autoptimize] ReferenceErrorFWIW, I think the error is due to a lodash / underscore clash. I don’t know much about the matter but maybe the way your plugin combines different javascript files can be tweaked to accommodate this?
Forum: Plugins
In reply to: [Autoptimize] ReferenceErrorThat worked! You are awesome. This must be the quickest support I have received any place ??
This worked for me. Thank you so much! I appreciate your spending time on this matter.
I am facing the same problem. The solution given above does not work. The privacy policy link appears in the footer even when the storefront credit is removed.
So as long as the email lands in your inbox, the HTML content should display properly.
I can confirm that even when the email lands in my inbox, it shows up as blank.
Thank you for looking into it, and the fix. As I mentioned earlier, there are other quick-fixes, including placing a non-spacer block between WooCommerce Products block and the Buttons block. One could also place the Buttons block within a 100% Grid. It would be nice if this bug were fixed natively so that future users don’t face issues.
Forum: Themes and Templates
In reply to: [Storefront] Full width image block on mobileThank you for your response. My question was not on the intentionality or otherwise of this behavior, but rather:
If I want a full-width image on mobile using the Image Block and the Storefront theme, what do I need to do to make that happen?
I hope my question is clear, do let me know if not and I will try and explain further.
Forum: Themes and Templates
In reply to: [Storefront] Full width image block on mobile<!-- wp:image {"id":7,"align":"full"} --> <figure class="wp-block-image alignfull"><img src="https://testfullwidthimage.000webhostapp.com/wp-content/uploads/2019/03/IMG_20190310_101058-1024x768.jpg" alt="" class="wp-image-7"/><figcaption>Full width</figcaption></figure> <!-- /wp:image --> <!-- wp:image {"id":7,"align":"wide"} --> <figure class="wp-block-image alignwide"><img src="https://testfullwidthimage.000webhostapp.com/wp-content/uploads/2019/03/IMG_20190310_101058-1024x768.jpg" alt="" class="wp-image-7"/><figcaption>Wide width</figcaption></figure> <!-- /wp:image -->
Forum: Themes and Templates
In reply to: [Storefront] Full width image block on mobileThanks for the reply! Please look at https://testfullwidthimage.000webhostapp.com/ on Desktop and Mobile browsers/views. Screenshots below:
https://testfullwidthimage.000webhostapp.com/desktop_screenshot
https://testfullwidthimage.000webhostapp.com/mobile_screenshot
Hullo, thank you for your response. Please look at https://testbuttons.000webhostapp.com/
Active plugins:
1. WooCommerce
2. WooCommerce Blocks
3. Ghost KitActive theme: Storefront (WooCommerce default theme)