cjwebdev
Forum Replies Created
-
Thanks for your reply.
I thought I had tried folder exclusions, unsuccessfully. But let me make sure we are fully up-to-date and I’ll try again.
You have folder exclusions in the default list, so it should work.
Thanks again,
CJ
Thanks Kim,
That’s all the information I have sorry. It is just one of the issues in their report.
These reports often have false-positives, but that file does contain dependancy information, and does not seem to be essential in a production environment.
What do you think?
CJ
OK understood. I’ll see if anything is conflicting with the CRON schedule.
Many thanks,
CJ
Hi Harshad,
That snippet has been running for a few days. But Im not convinced it is working. The error log is still filling up and the total cache has almost reached 1GB with over 4000 files.
I can’t believe the cache needs over 4000 files when its a 10 page website and I’ve set the Minify Cache Lifespan to 1 day.
Yesterday the client sent me this screenshot of Homepage taken exactly the same time as the PHP warnings below: https://dev.cjweb.com.au/white-screen.jpg
Example of the PHP warnings:
[25-May-2022 12:59:46 UTC] PHP Warning: unlink(/home/wrkr/public_html/wp-content/cache/wpo-minify/tmp/js-df7b21af.js.transient): No such file or directory in /home/wrkr/public_html/wp-content/plugins/wp-optimize/cache/file-based-page-cache-functions.php on line 905 [25-May-2022 12:59:46 UTC] PHP Warning: unlink(/home/wrkr/public_html/wp-content/cache/wpo-minify/tmp/js-d6f11b19.js.transient): No such file or directory in /home/wrkr/public_html/wp-content/plugins/wp-optimize/cache/file-based-page-cache-functions.php on line 905 [25-May-2022 12:59:46 UTC] PHP Warning: unlink(/home/wrkr/public_html/wp-content/cache/wpo-minify/tmp/js-3d7822d6.js.transient): No such file or directory in /home/wrkr/public_html/wp-content/plugins/wp-optimize/cache/file-based-page-cache-functions.php on line 905I would like to understand what the problem is and why the plugin now requires an additional code snippet? Is it a conflict with WP6.0? PHP7.4+? This is just a standard cPanel environment.
Im concerned about all my other websites running WP-Optimize. It seems like a lot of people are reporting this problem recently and trotting out a PHP snippet – with no explanation – isn’t really a proper solution.
Happy to provide any help you need.
CJ
- This reply was modified 3 years, 12 months ago by cjwebdev.
Thanks Harshad,
Yes I will add it and let you how it goes, in 3 days time.
Thanks for your reply.
CJ
Forum: Plugins
In reply to: [Booking for Appointments and Events Calendar - Amelia] Delete event tagsThanks, this helped me too.
The whole point of good U.I design is that you don’t need an instruction manual to work it out. People should just get it – especially experienced people who have been using the plugin for years.
Nobody wants a wants a complicated Security website within their WordPress website – with multiple navbars, breatrails, search tools … it’s just a plugin.
Bloated complexity it is not going to increase sales. But a simple, professional design might – look at Gravity Forms, for example.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed caching query stringsI also had this problem.
It was strange because the homepage (only) was excluded from being cached.
Yet still it would display external querystrings and go into a redirect loop.
I whitelisted a few querystring parameters, but there were always more variations, so had to uninstall Litespeed before the client went totally berserk.
CJ
Unlike @loc_rabbirt, I’m a senior developer and I can confirm your custom template functionality IS BROKEN.
Templates from within a child theme are IGNORED – despite having the correct folder structure.
You need to fix this quickly. Lots of alternative plugins in the online learning space…
I have this problem too.
Why is this basic functionality so difficult? Why is the support so poor?
What is the required folder structure for the child theme?!!
/child-theme/learnpress/ (templates files) ??
CJ
Forum: Plugins
In reply to: [LiteSpeed Cache] Generated CSS files are insecureThanks for your help in any case.
I’ll mark this as resolved … but mysterious.
Forum: Plugins
In reply to: [LiteSpeed Cache] Generated CSS files are insecureWithout RSSSL:
WP CONTENT URL:https://our.domain.com/wp-content LSCWP URL: https://our.domain.com/wp-content/litespeedWith RSSSL:
WP CONTENT URL:https://our.domain.com/wp-content LSCWP URL: https://our.domain.com/wp-content/litespeedNow everything is fine – Litespeed CSS is HTTPS. No mixed-content errors.
Very strange (I bet it’s Cloudflare’s fault)
Forum: Plugins
In reply to: [LiteSpeed Cache] Generated CSS files are insecureWe are running Litespeed v3.5.2 on WP v5.5.3
CJ
Forum: Plugins
In reply to: [LiteSpeed Cache] Generated CSS files are insecureThanks qtwrk,
WP CONTENT URL:https://our.domain.com/wp-content LSCWP URL: http://our.domain.com/wp-content/litespeedCJ