On our site since a few days comes the following error:
Warning: Parameter 1 to W3_Plugin_TotalCache::ob_callback() expected to be a reference, value given in /html/wp-includes/functions.php on line 3549
can you help please?
On our site since a few days comes the following error:
Warning: Parameter 1 to W3_Plugin_TotalCache::ob_callback() expected to be a reference, value given in /html/wp-includes/functions.php on line 3549
can you help please?
Hello guys!
I hope any of you can help me out...
After installing the Live Composer Page Builder I've got thus message: "There is a problem in W3 Total Cache plugin settings that can break your page builder. Luckily, it's easy to fix it."(with a link in "easy to fix it").
But when I click in the link (or when I try going directly to W3 total cache settings) the page doesn't load and I get the message "You do not have sufficient permissions to access this page".
I have searched on the forum and found around 4 or 5 topics. Most of them talks about changing the prefix in the database. I am not sure if this would be the case, since I only have this problem when I go to W3 Total Cache settings. To access all the other plugins works fine.
I have tried to uninstall and install the plugin again. It didn't worked.
Does any one have any idea on how to fix it?
I would really appreciate any help.
Thank you.
Thanks!
I use WP Super Cache & Autoptimize
Thanks balthazar5466. I had missed unchecking "Hide performance settings"
Hi Guys,
I've noticed that when i have two versions of the same theme (with different URLs sharing the same memcached server that occasionally it appears that the set and getting of objects is somehow getting mixed up between the two sites resulting in gibberish.
Is there some way to add a unique prefix to the keys generated in W3TC so i can share the same memcached server between the two sites?
Hi!
It would be great if you would include an option allowing the user to specify custom headers while uploading files to Amazon S3.
In my case, I would like to set the Cache-Control header for all the images that I upload. According to this link that can be easily done by adding a header in the PUT request:
PUT / ObjectName HTTP/1.1
Host: BucketName .s3.amazonaws.com
Date: date
x-amz-meta-Cache-Control : max-age= <value in seconds>
Authorization: signatureValue
Do you have anything like this planned for the near future?
After enabling Maximize CDN usage to copy post or page attachments into the Media Library, hundres of copies of a single image get created and added to the media liberary.
Using W3tv Version 0.9.4.1; Genesis theme framework;
Did you ever figure this out? Having the same issue!
Hello,
I am facing a problem with the caching with my logged in users which when they are on the homepage after they log-in they appear logged out but if they click on any of the categories they appear logged-in. This happens to the admin aswell.
I have set the plugin 100% and i have set it to NOT show cache pages to logged-in users.
After an extensive research in the forums i couldn't find any solution.
Maybe someone here can help?
Please reply.
Thanks
I found, that TTL of Page cache is the same as Expires header lifetime in Browser cache. But even I set only 120s, file is not invalidated.
If I have own page and in template for that page I'm selecting some posts types, after update this page is not invalidated - I found this is normal behavior, but after those 120s I would like to see those changes.
Is it bug, or there is some minimum TTL and 120s is less than that?
We have custom fonts on our site and it seems that regardless of our settings on the CDN tab the W3TC CORS header is always:
<FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
We're missing FilesMatch WOFF2 and it's being blocked when the CDN is active. We could optionally set the CORS header in MaxCDN but we can't seem to find a way to stop W3TC from re-adding the code above. Please advise.
It would still be great to know if others are now successfully using fragment caching. Just wanted some clarification before purchasing pro.
Hello,
W3 total cache nginx.conf is working, the file has the configurations, but seems like nginx is not accepting it.
Is it some permission problem? do you suggest something?
Thanks and Regards,
Tony
Hi,
I have set Garbage collection to 86400s but if I connect to my server via ftp, .old files are still there from the first day. This only happens with minify files, not other caches.
Do I need to remove .old files manually via ftp?
Regards!
I have my WordPress crons set up as server crons, and yesterday my host suggested reducing the frequency of the crons. They were changed to run once per day. Since that time my site has started running extremely slow.
The site was previously running at a good speed using W3 Total Cache, but now it has moved to a crawl and often times out.
Would reducing the crons to run once per day have an impact on W3 Total Cache's ability to keep the site running fast?
memcache doesn't work on PHP7, we need to use memcached which isn't supported by this plugin.
It would be great if memcached support could be added.
There is hook for wp_default_styles but w3 total cache didn't user version specified there
function my_wp_default_styles($styles)
{
//use release date for version
$styles->default_version = "20160714";
}
add_action("wp_default_styles", "my_wp_default_styles");
Hi,
I've tried to use minify mode auto but it breaks the website.
I would appreciate some help with minify settings.
Cheers!
Mac
I have a file that appears to be generated by W3's minification tool and gtmetrix is saying I should defer the parsing of it, but I can't figure out how to do this. This file appears whether I have minification enabled or not.
Hi folks,
This plugin gives me a warning in the admin that says:
"The Database add-in file db.php is not a W3 Total Cache drop-in. Remove it or disable Database Caching. [Remove for me]"
This warning is a false positive. It is reacting to a file db.php that was placed in the /wp-contents/ folder by a different plugin: Query Monitor. The db.php file is necessary for that plugin to provide me with deep diagnostic info about database activity. W3 Total Cache should ignore this file and, frankly, should never interact with files in the root of /wp-contents/.