levdesign
Forum Replies Created
-
Hi @clorith, thanks for your reply and for the clarification. Just FYI, I used the PHP Compatibility Checker plugin by WP Engine to scan the plugins and check the PHP 7.3 compatibility.
Forum: Plugins
In reply to: [W3 Total Cache] Minify causing website to go blankHi @vmarko,
Just wondering if you had time to investigate the HTML Minify issue on our website. Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Minify causing website to go blankHi @vmarko,
The URL is https://development.animalcharityevaluators.org/.
When HTML Minify is enabled the site goes completely blank and the source code is empty (both <head> and <body>).
Now I have disabled the HTML Minify, so you can check the code. Let me know if you want it enabled for debugging.
Thanks for your help.
Forum: Plugins
In reply to: [W3 Total Cache] Minify causing website to go blankHi @vmarko,
I did as you suggested. Disabling HTML minify fixes the issue. Disabling JS and CSS minify has no effect.
Do you have any suggestion how to work around this problem with HTML minify?
Thanks.
Forum: Plugins
In reply to: [W3 Total Cache] Minify causing website to go blank@vmarko Yes, on the Minify page we have added the CSS and JS files that we want to be minified. We have also excluded some that we don’t want. We haven’t changed any of these recently and they didn’t cause any problems before, so I don’t think re-arranging them could solve our problem.
Here are some of our Minify settings:
JS:
Before </head>, Minify, Default (blocking)
After <body>, Minify, No-blocking using “defer”
Before <body>, Combine only, Default (blocking)
HTTP/2 push: not enabledCSS:
Ticked: Line break removal (not applied when combine only is active)
@import handling: Process
HTTP/2 push: not enabledForum: Plugins
In reply to: [W3 Total Cache] Minify causing website to go blankHi @vmarko, thanks for your reply. We haven’t done any major updates, just our normal weekly plugin update. FYI we are using a child Genesis theme by Studio Press (version 3.1.1 https://studiopress.github.io/genesis/changelog/). Do you think there could be some clash between the latest Genesis update and W3 Total Cache?
About minification, even using automatic mode breaks the site. Only disabling it fixes the problem.
Also you suggested re-arranging and re-adding JS and CSS files. Could you explain a bit what you mean by that.
Forum: Plugins
In reply to: [W3 Total Cache] Problem with WordPress Toolbar after W3 Total Cache updateThanks for your reply.
I disabled and tested them one-by-one. Only disabling “Minify” solved the problem. Disabling other settings such as Page Cache had no effect. So it seems the problem is from minification.
Just for your information, these are my settings for Minify (although changing these settings had no effect):
– Minify mode: manual
– Minify Cache Method: Disk
– HTML minifier: Minify (default)
– JS minifier: JSMin (default)
– CSS minifier: Minify (default)- This reply was modified 6 years, 1 month ago by levdesign.
Forum: Plugins
In reply to: [Send Emails with Mandrill] Plugin causing 404 errorsIn my previous error report, I noticed I’ve copied some extra lines from the console error log, so please ignore the lines after:
(index):1482 GET https://….org/wp-content/plugins/send-emails-with-mandrill/lib/js/mandrill.js 404@wfasa Thank you for your reply.
By looking at the Wordfence Tools > Diagnostics page I can see that the “Process Owner” is correct.
I also checked that the web server can read from and read to ~/wp-content/wflogs.
Our WAF and the config-livewaf.php file permissions is 0600.Based on this info do you still recommend adding the line below to our wordfence-waf.php file?
define(‘WFWAF_LOG_FILE_MODE’, 0660);We hadn’t encountered this error before despite using Wordfence on our site for a couple of years and we haven’t changed any permissions recently, which makes me think that the problem could be unrelated to permissions. Do you have any other suggestions for troubleshooting? Thanks again.
Hi @kboyte, Thanks for the information. It would be great if you could include some type of integration with the WordPress export and erase tool in future.
Thanks for the information. Looking forward to this update in the next versions.