peps23
Forum Replies Created
-
Got it.. I guess this issue would be fully fixed if the “Purge Entire Cache” button would use the ngx_cache_purge module and follow:
location ~ /purgeall {
allow 127.0.0.1;
allow ::1;
deny all;
fastcgi_cache_purge |DOMAIN|_zone "$scheme$cache_method$host*";
add_header X-Purge "ok" always;
}See my new post on this matter:
https://ww.wp.xz.cn/support/topic/purge-entire-cache-not-working-via-ngx_cache_purge-module/Hi Neha, does this align with the fact that the plugin works, and the ‘rights’ issue disappears, after disabling and re-enabling the Nginx Helper plugin?
Sure, here you go:
- su -s /bin/bash -c “export WP_CLI_PHP_ARGS=’-d display_errors=0 -d error_reporting=0′; HOME=’/home/’ /usr/local/bin/wp –path=’/home//domains//public_html’ plugin install nginx-helper –force –quiet && /usr/local/bin/wp –path=’/home//domains//public_html’ plugin activate nginx-helper”
- https://prnt.sc/UTMYzzxa5–B
- https://xxx.xxxxxxx.nl/wp-admin/options-general.php?page=nginx&nginx_helper_action=purge&nginx_helper_urls=all&_wpnonce=7070180910
- WordPress version = latest, clean install via DA WordPress manager
And Nginx Helper versions = Version 2.3.5
And whether the admin account was created = through DirectAdmin’s WordPress Manager
Hope this helps! Let me know if you need any further info.
Got it! Solved it another way, custom sign up / login form. Thanks!
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha v3 errors / not sending!These: https://prnt.sc/lVXESTAyv7Th
Theme: Bridge + (almost empty) Child theme
Forum: Plugins
In reply to: [Contact Form 7] JS errors/conflicts and forms not working after updateI’ve blocked updates for the plugin since Version 5.5.6.1 as it only gives issues.
Forum: Plugins
In reply to: [Contact Form 7] JS errors/conflicts and forms not working after updateThanks for the most recent update, Version 5.6.2. It works as it should.
Forum: Plugins
In reply to: [Contact Form 7] JS errors/conflicts and forms not working after updateThanks for the update.
“we released an update with a fix for this last Thursday.”
> Being version 5.6.1?The thing is, the issue is present with version: 5.6.1 and not with version: 5.5.6.1.
Forum: Plugins
In reply to: [Contact Form 7] JS errors/conflicts and forms not working after updateSame here… and I do not even use: S&F PRO.
Rollback to 5.5.6.1 solves the matter.
- This reply was modified 3 years, 10 months ago by peps23.
Also have this issue. Also using JupiterX theme.
Forum: Fixing WordPress
In reply to: High CPU UsageAh, indeed. Yeah seems litespeed related. Hoping for an update!
Forum: Fixing WordPress
In reply to: High CPU UsageWe also have the issue and opened a thread at LiteSpeed:
Forum: Plugins
In reply to: [WooCommerce] ‘Order-pay’ page refreshes on submit payAny ideas? Really hoping to solve this issue..!
Forum: Plugins
In reply to: [WooCommerce] ‘Order-pay’ page refreshes on submit payThanks for your reply Ron! Much apprerciated.
The page does not refresh after the Ajax call, it refreshes when the “Pay order” button is clicked…
Forum: Plugins
In reply to: [LiteSpeed Cache] REQUEST: media placeholder SVG color ‘transparent’“transparent”
Find this key in the WP options table: litespeed.conf.media-placeholder_resp_color and replace the value with: “transparent”.
Don’t forget to purge the cache.