ronnieee
Forum Replies Created
-
I have had similar problems since 7.6.2.
When I try to login there seems to be a problem with the form submission. In my webserver log I see an error 402.mod_security rule [id “5000214”] at [/etc/apache2/conf.d/modsec2.xyz.conf:530] triggered!
[Mon Oct 03 15:56:32.187082 2022] [error] [client xx.xxx.xxx.xxx] ModSecurity: Access denied with code 402, [Rule: ‘&ARGS:action’ ‘@eq 0’] [id “5000214”] [hostname “website.org”] [uri “/wp-login.php”], referer: hxxps://website.org/wp-login.php?loggedout=true&wp_lang=en_USThe modsec rule triggers when there’s null values in the form.
- This reply was modified 3 years, 8 months ago by ronnieee.
Forum: Plugins
In reply to: [LiteSpeed Cache] Guest mode/UCSSThanks, for now I think I will have to turn off Generate UCSS because there are too many posts with a issue and I don’t know which ones.
Forum: Plugins
In reply to: [LiteSpeed Cache] wpDiscuz submit comment issueI’ve notified wpdiscuz and they will make changes to their code to fix the issue. Thanks again for your help!
- This reply was modified 4 years, 9 months ago by ronnieee.
Forum: Plugins
In reply to: [LiteSpeed Cache] wpDiscuz submit comment issueThanks, would that also work for the pre version 4 Litespeed Cache, or does that require the code wpdiscuz currently uses?
Forum: Plugins
In reply to: [LiteSpeed Cache] wpDiscuz submit comment issueI should’ve checked this first, but I found the errorlog at /wp-content/plugins/wpdiscuz/utils/ajax/ has this:
[24-Aug-2021 07:11:47 UTC] PHP Fatal error: Uncaught Error: Non-static method LiteSpeed\Purge::purge_url() cannot be called statically in /home/rekkerd/public_html/wp-content/plugins/wpdiscuz/utils/class.WpdiscuzHelperOptimization.php:183
It’s in this piece of code:
public function cleanPostCache($postId) { if (apply_filters("wpdiscuz_manage_post_cache_clearing", true)) { clean_post_cache($postId); if (class_exists("\LiteSpeed\Purge")) { \LiteSpeed\Purge::purge_url(get_the_permalink($postId)); }I can replace the purge line with do_action( ‘litespeed_purge_post’, ‘post_id’ ); to get it to work again. I guess I should check with wpdiscuz if they need to update their code to work with Litespeed Cache 4.2?
- This reply was modified 4 years, 9 months ago by ronnieee.
Forum: Plugins
In reply to: [LiteSpeed Cache] wpDiscuz submit comment issueReset to default and purge made no difference.
Forum: Plugins
In reply to: [LiteSpeed Cache] wpDiscuz submit comment issueAdditionally, I have set Administrator to Do Not Cache Roles and get served a non-cached page. It says <!– Page uncached by LiteSpeed Cache 4.3 on 2021-08-23 23:31:05 –>
The problem still occurs. When I fully deactivate the Litespeed Cache plugin, the comment shows right away after pressing the submit button.
Forum: Plugins
In reply to: [LiteSpeed Cache] wpDiscuz submit comment issueI understand, I’ve tried a bunch of things myself but so far no luck. Turning object cache off didn’t make a difference either.
Forum: Plugins
In reply to: [LiteSpeed Cache] wpDiscuz submit comment issueSorry, the right report number is NYJZXSHP
Forum: Plugins
In reply to: [LiteSpeed Cache] webp generationIt has been fixed by the litespeed team. Thanks again for your assistance!
Forum: Plugins
In reply to: [LiteSpeed Cache] webp generationSame result unfortunately.
Forum: Plugins
In reply to: [LiteSpeed Cache] webp generationSame thing, https://rekkerd.org/sandbox/webp.png
I don’t run any optimization manually, it runs on cron.Forum: Plugins
In reply to: [LiteSpeed Cache] webp generationHi,
I’m not sure I understand what you mean with run image optm.
I just upload jpg/png images and normally they will be optimized and webp is created automatically.Forum: Plugins
In reply to: [LiteSpeed Cache] webp replacementThanks, the dev version seems to replace css background images fine, which is great.
The section I was having trouble with (the slider with items with class slick-slide) is still not replacing images with webp.Forum: Plugins
In reply to: [LiteSpeed Cache] webp replacementNo, I don’t have any other plugin rewriting the URL. Those few CDN links have been set manually.