multiformeingegno
Forum Replies Created
-
Thank you for the reply @wfmark I appreciate the help.
Manually adding WordFence IPs to the allow list did the trick. Thanks!
- This reply was modified 10 months, 3 weeks ago by multiformeingegno.
Hi @wfmark any ideas?
Thanks Mark.
These are the last few lines from the logs:
[Dec 28 01:32:24] Scan process ended after forking. [Dec 28 01:32:23] Starting cron via proxy at URL https://noc1.wordfence.com/scanp/website.com/wp-admin/admin-ajax.php?action=wordfence_doScan&isFork=0&scanMode=custom&cronKey=xxxx952411016ad345b27a19bdc23509&k=b949c79685a604a808bb69a061f04xxxx92ba1a34d16dc5229cea96d46bc7f4674a291b58689a782ef72f19d3fc0e5577c43b381f7ddd891c864acd7b9001575d279ffb3a6abd4f665e3c379ea31af59&ssl=1&signature=bd9718c1a4f5ff98032714a38e15d7509c9801d5f19a1b6bd300c97487403897 [Dec 28 01:32:23] Test result of scan start URL fetch: array ( 'headers' => WpOrg\Requests\Utility\CaseInsensitiveDictionary::__set_state(array( 'data' => array ( 'date' => 'Thu, 28 Dec 2023 00:32:23 GMT', 'content-type' => 'text/html; charset=UTF-8', 'x-frame-options' => 'SAMEORIGIN', 'referrer-policy' => 'same-origin', 'cache-control' => 'max-age=15', 'expires' => 'Thu, 28 Dec 2023 00:32:38 GMT', 'report-to' => '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=FaMHYtZlukP4omAxd6Kf4d1H6WwAOpeERCQD7I6YJ6BZrQhBUsEKBoPxWm864y1oqz7FQIuECa7DWsj8np1PcQ5mfa5pmnug7KlFFoRxUs5%2FcF3%2FqQpg4tRXXDi%2F0tKrTNY%3D"}],"group":"cf-nel","max_age":604800}', 'nel' => '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}', 'vary' => 'Accept-Encoding', 'strict-transport-security' => 'max-age=2592000; preload', 'x-content-type-options' => 'nosniff', 'server' => 'cloudflare', 'cf-ray' => '53c5b4b299c7b903 [Dec 28 01:32:23] getMaxExecutionTime() returning half ini value: 15 [Dec 28 01:32:23] Got max_execution_time value from ini: 30 [Dec 28 01:32:23] Got value from wf config maxExecutionTime: 0 [Dec 28 01:32:23] Entering start scan routine [Dec 28 01:32:23] Ajax request received to start scan. [Dec 28 01:31:13o] SUM_KILLED:A request was received to stop the previous scan. [Dec 28 01:31:13] Scan stop request received. [Dec 28 01:30:43] Calling Wordfence API v2.26:https://noc1.wordfence.com/v2.26/?k=xxxxx79685a604a808bb69a061f042cb892ba1a34d16dc5229cea96d46bc7f4674a291b58689a782ef72f19d3fc0e5577c43b381f7ddd891c864acd7b9001575d279ffb3a6abd4f665e3c379ea31af59&s=eyJ3cCI6IjYuNC4yIiwid2YiOiI3LjExLjAiLCJtcyI6ZmFsc2UsImgiOiJodHRwczpcL1wvY2luZW1hdHJvaXNpLml0Iiwic3NsdiI6ODA1MzA2NDAwLCJwdiI6IjguMS4yLTF1YnVudHUyLjE0IiwicHQiOiJmcG0tZmNnaSIsImN2IjoiNy44MS4wIiwiY3MiOiJPcGVuU1NMXC8zLjAuMiIsInN2IjoibmdpbnhcLzEuMTguMCIsImR2IjoiOC4wLjM1LTB1YnVudHUwLjIyLjA0LjEiLCJsYW5nIjoiaXRfSVQxxx&action=timestamp [Dec 27 10:27:19] Attempting to resume scan stage (0 attempt(s) remaining)... [Dec 27 10:26:06] Attempting to resume scan stage (1 attempt(s) remaining)... [Dec 27 10:23:21] Attempting to resume scan stage (2 attempt(s) remaining)... [Dec 27 06:55:08] Attempting to resume scan stage (0 attempt(s) remaining)... [Dec 27 06:53:37] Attempting to resume scan stage (1 attempt(s) remaining)... [Dec 27 06:52:25] Attempting to resume scan stage (2 attempt(s) remaining)... [Dec 27 06:50:25] Scheduled Wordfence scan starting at Wednesday 27th of December 2023 06:50:25 AM [Dec 26 10:25:34] Attempting to resume scan stage (0 attempt(s) remaining)... [Dec 26 10:23:28] Attempting to resume scan stage (1 attempt(s) remaining)... [Dec 26 10:22:20] Attempting to resume scan stage (2 attempt(s) remaining)... [Dec 25 10:25:05] Attempting to resume scan stage (0 attempt(s) remaining)... [Dec 25 10:23:44] Attempting to resume scan stage (1 attempt(s) remaining)... [Dec 25 10:21:53] Attempting to resume scan stage (2 attempt(s) remaining)... [Dec 24 10:25:23] Attempting to resume scan stage (0 attempt(s) remaining)...
I’ve also sent an email via “Send Report by Email”.
- This reply was modified 11 months ago by multiformeingegno.
- This reply was modified 11 months ago by multiformeingegno.
Forum: Plugins
In reply to: [Disqus Conditional Load] embedVars is not definedReinstalled “normal” Disqus for now.
Forum: Plugins
In reply to: [SendGrid] Version BumpDitto
Any ideas?
Forum: Plugins
In reply to: [AMP] Language mismatch in date displayedForum: Plugins
In reply to: [AMP] Dark theme supportForum: Plugins
In reply to: [AMP] Dark theme supportThanks, doing it now
Forum: Plugins
In reply to: [AMP] Language mismatch in date displayedI guess the “ago” shouldn’t be hardcoded
Forum: Plugins
In reply to: [AMP] Dark theme supportFor whoever is thinking of doing this, it’s super easy. This can be your starting point:
add_action( 'amp_post_template_css', 'xyz_amp_my_additional_css_styles' ); function xyz_amp_my_additional_css_styles( $amp_template ) { ?> :root { color-scheme: light dark; } @media (prefers-color-scheme: dark) { .amp-wp-article { background: #202020; color: #fff; } .amp-wp-title { color: #fff; font-weight: 700; } body, .amp-wp-tax-category, .amp-wp-tax-tag, .amp-wp-meta { color: #fff; } body { background: #202020; } a, a:visited, .amp-wp-comments-link a { color: #93B3DB; } span.amp-site-title { color: #fff; } } <?php }
Forum: Plugins
In reply to: [AMP] Dark theme supportPlease do – yes I’m using the reader feature
Forum: Plugins
In reply to: [WebP Express] Nginx + Cloudflare + Lazy Load by WP RocketSelecting “Use content filtering hooks (the_content, the_excerpt, etc)” instead of “The complete page (using output buffering)” in Alter HTML – Where to replace, made everything work
Forum: Plugins
In reply to: [WebP Express] Nginx + Cloudflare + Lazy Load by WP RocketI have noticed that pages that have a posts loop (like the home page) show images in webp, but the post URL itself only shows jpgs.
This is my single.php, maybe there’s something incompatible with how the wp query was set up here?
<?php get_header(); ?> <article> <div id="content" role="main"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <header> <h1><?php the_title(); ?></h1> <div class="postinfo">di <?php the_author_posts_link(); ?> - published on <?php the_time('j F Y') ?> <span class="noprint"><?php edit_post_link('Edit',' [ ',' ]'); ?></span></div> </header> <div class="entry" lang="it"> <?php the_content() ?> </div> </div> <div id="comments"> <?php comments_template(); ?> </div> <?php endwhile; else: ?> <p><?php _e('No posts.'); ?></p> <?php endif; ?> </div> </article> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Plugins
In reply to: [WebP Express] Nginx + Cloudflare + Lazy Load by WP RocketForgot to mentioned that I have tried both Operation modes CDN Friendly and Varied image responses… but nothing changed