Marko Vasiljevic
Forum Replies Created
-
Hello @raufomat
Can you please disable the settings one by one in Performance>general settings, save the settings and purge the cache after each setting is disabled, and see which one might be causing the issue?
Just want to confirm that is a specific option, and not the pure fact that the plugin is active.
Can you also share some screenshots?Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Your W3 Total Cache license key is not active for this site.Hello @whysteriastar
Thank you for reaching out and I am happy to help!
I’ve reset the active URLRemove the license key from Performance>General settings, Licensing sub-box, license field and save all settings. Re-enter the license and save all settings. W3 Total Cache Pro should be active after these steps!
I also replied to yoru email.
Let me know if this helps!
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Cache excludes not workingHello @cynops
Thank you for your feedback.
The(Requested URI contains query)means that the page you are trying to cache is not cached, because the URLs with queries are not cached by default by the W3 Total Cache, especially if Disk: Enhanced is selected.
This being said, what you see is the confirmation that the page is not cached.
Are you having any issues, and do you see that page being cached anywhere?
Do you have server-side caching?
Thanks!Forum: Reviews
In reply to: [W3 Total Cache] Errors that will not stopHello @theorygeorgiou
We never received the reply from you in the forum topic you opened.
Can you please let me know if the problem is resolved and reply to the topic letting us know if you folled the instructions provided there.
Thanks!Forum: Plugins
In reply to: [W3 Total Cache] ISSUE WITH LOG ERROR ON MY SERVER .Hello @giorgosd1
We received yoru email and provided feedback and instructions there.
Please continue the correspondence there so we can avoid duplicating the answers.
Thanks!Forum: Plugins
In reply to: [W3 Total Cache] ISSUE WITH LOG ERROR ON MY SERVER .Hello @giorgosd1
Thank you for yoru feedback.
Any chance you could share the website URL? If more convenient, reach out to us directly via the plugin in Performance>Support>Bug report section
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] ISSUE WITH LOG ERROR ON MY SERVER .Hello @giorgosd1
This depends on where the website is hosted and the environment.
Most Linux installations manage Redis through
systemd. Run one of the following commands based on your package name:sudo systemctl restart redissudo systemctl restart redis-server
If your system uses the older SysVinit manager, use:
sudo service redis restartsudo service redis-server restart
If you are unsure about this please check this with your hositng provder!
Let me know if this helps and if you have any additional questions
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] ISSUE WITH LOG ERROR ON MY SERVER .Hello @giorgosd1
Thank you for reaching out and I am happy to help!
It seems that Redis stopped working or crashed, meaning that the connection is not established.
In most cases, a simple Redis restart can help. This means that the issue is not related to the W3TC directly, but the Redis service on the serverCan you please restart Redis and let me know if the issue persists?
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Cache excludes not workingHello @cynops
Thank you for your feedback.
Can you please try adding the /volunteer_calendar/ to Performance>Page Cache>Advanced>”Never Cache following pages field, save all settings, purge the cache, and let me know if the sub-pages are being excluded?Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Function mysqli_ping() is deprecated since 8.4Hello @ediet
Thank you for yoru patience. We’ve identified the problem, and we are working on a fix for this.Thank you for your patience and taking the time to report this.
Thanks!Forum: Plugins
In reply to: [W3 Total Cache] Payment takenHello @stevehale
Thank you for reaching out and I am happy to help!
We’ve received the email via the W3 Total Cache support channel and replied to it.
Please continue the correspondence there so we can avoid duplicating the answers.
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Symlinked plugin folderHello @leanca
Thank you for reaching out and I am happy to help!
Can you please let me know if the Gzip compression was enabled for JS&CSS in the advanced settings for Browser Cache or in the general tab?
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Manual UninstallHello @nemuelv
Thank you for reaching out and I am happy to help!
1. Check .htaccess File (make backup)
W3TC will create many directives in the .htaccess file to control the caching behavior. Each section will start and end with comments like “#BEGIN W3TC Page Cache core” and “#END W3TC Page Cache core”.
Ensure that no residual entries are left over in your .htaccess file after deleting the plugin.
2. Delete wp-content files and folders
– cache folder
– w3tc-config folder
– object-cache.php (if exists)
– advanced-cache.php (if exists)
– db.php (if exists)
– upgrade folder
– delete the w3-total-cache folder in wp-content/plugins/ (if exists)
3. Delete Cached Files from CDN (if using CDN)
Besides deleting all the relevant files, if you use CDN then ensure to purge the cached content from your CDN. This is necessary when you enable the minify option in W3TC settings. You should delete the minified and combined scripts and CSS files from your CDN server to avoid the site breaking on the browser.Go to your dashboard and install fresh version of the W3 Total Cache!
I hope this helps!
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Support for MinIO and Proper SSL/Port HandlingHello @tagantank
Thank you! Please make sure to follow the PR you created as the dev team is workin on this.
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] Symlinked plugin folderHello @leanca
Thank you for reaching out and I am happy to help!
Can you pelase let me know if the minify rewrite rules are added to your .htaccess file and in the .htaccess in the cache/minify/ folder?
Also, pelase check the install tab and make sure that the Rewrite URL structure option is enabled in the Performance>Minify settingsThanks!