victormlj
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Error: Empty hostname / CNAME list.Under the configuration section of the CDN, verify if the HOSTNAME is entered corrently. Also verify that the Authorization Key is correct.
You can review some nice tutorials on how to set it up on:
http://www.wpbeginner.com/plugins/how-to-install-and-setup-w3-total-cache-for-beginners/
https://www.maxcdn.com/one/tutorial/setup-wordpress-with-w3-total-cache/If you are still having problems, you need to remove/uninstall the plugin. Try to clear the cache and reinstall it again.
If that does not help, try to remove everything in the .htaccess file surrounded by # BEGIN W3TC … and # END W3TC …
There might be caching rules getting in your way.
Also completely remove the wp-content/cache directory just to be sure.
Forum: Plugins
In reply to: [W3 Total Cache] Can’t write to temporary fileHere is a very nice tutorial on how to setup CloudFront with W3 Total Cache:
https://richwp.com/wordpress-cdn-total-cache-amazon-cloudfront/
Forum: Plugins
In reply to: [W3 Total Cache] Leverage browser caching score 0 in GTmetrixHey @wrip,
How big are your images? Did you enable the CDN option in the plugin in the general setting?
Can you please provide your page so we can see the error you are getting or get a screen shot of the error you are getting from the debugger of the browser. You can get that by pressing F12.
Forum: Plugins
In reply to: [W3 Total Cache] Fatal Error When Updating postHey @mamil,
There are a couple of things you can do:
1) If you are using Cloudflare, you can modify the following:
You can edit:
/www/wp-content/w3tc-config/master.php“cdnfsd.enabled”: “0”,
“cdnfsd.engine”: “CloudFlare”,
“cdnfsd.debug”: “0”,2) Reset the default setting of the plugin and select all the options again.
3) try to modify the Cdnfsd_CachFlush.php as indicated in a previous post (Fatal error: Uncaught exception ‘Exception’ with message ‘unknown engine)