Quantcast
Channel: WordPress.org Forums » [W3 Total Cache] Support
Viewing all 19312 articles
Browse latest View live

CLear cache daily/hourly via cron

$
0
0

Replies: 0

hi, i want to use WP Control plugin to add some php code to clear the cache daily, automatically.

I included this custom php code but doesnt work. Should i add something before, a global varioable or to include wp_load.php ?

$w3_plugin_totalcache->flush_all();


Footer flicker on page load

$
0
0

Replies: 0

When having the minify enabled on the w3 plugin on my website, https://www.deanpugh.com, on any page, page load seems to jump to the bottom of the page for a second before jumping back to the top of the page.
As soon as minify is disabled, the page loads at the top as normal.
What would be causing this to flicker to the bottom of the page? And how do I go about resolving it?

Thanks

catch control for image not working

$
0
0

Replies: 0

I have implemented W3 total cache for my site and I have set cache control for media but still it is not reflecting. In the page testing tool I’m still getting “expiration not specified” for all images.

Images not loading

$
0
0

Replies: 0

Some times all the images in the page is not loading. When I give ctrl+F5 the image is not loading. But if press F5 images are loading.

Error: Empty hostname / CNAME list.

$
0
0

Replies: 0

I am trying to us MaxCDN with W3 Total Cache. Whenever I run the Test MaxCDN, I get this message: Error: Empty hostname / CNAME list.

Help please?

Having issues with certain elements not displaying

$
0
0

Replies: 0

I’m having a very frustrating issue with what is otherwise an exceptionally useful plugin. The problem is that any time I install and activate W3 Total Cache, it seems to break the title separators (the double solid line separator with each H1 or H2 heading on the homepage at http://suboptic2019.com/ )

I am using the Avada WordPress theme.

I would love to use this plugin as when everything is configured it absolutely improves site metrics and actual user responsiveness.

Any thoughts/ideas? Please let me know what other information, if any, is needed in order to try and address this issue. I currently have W3 Total Cache disabled and uninstalled so that the home page is displayed properly.

Font Awesome not rendering

$
0
0

Replies: 0

I see the font awesome class for a second and then they go away. They were showing prior to activation of W3 Total Cache. Using Themegrill ColorMag PRO theme. Also hooked up to cloudflare. Probably this is some setting to exclude the css file for the fontawesome from getting compressed am guessing. Please advise.

Host attachments not being uploaded to CDN

$
0
0

Replies: 0

Hello. I have the plugin configure for Push Amazon CloudFront.

the Host wp-includes/ files, Host theme files and Host custom files were uploaded succesfully throught the Media Library Export tool, but the Host attachments are not.

I just press start and it keeps processing status with no change, I leave it 15 minutes to see if something else happens but it don’t.

Any support to fix this?

Thanks in advance.
Meling


preg_match(): Compilation failed: missing ) at offset 63

$
0
0

Replies: 0

Hello. Someone has encountered an error, which is listed below? Is there a solution?
Warning: preg_match(): Compilation failed: missing ) at offset 63 in [site path]\wp-content\plugins\w3-total-cache\PgCache_ContentGrabber.php on line 810
I’m use nginx and PHP 7.2.

“You have been banned from this site.” ERROR

$
0
0

Replies: 0

Hello,

If I enable Database Cache (DISK) sooner or later I get this message on a blank home page:

“You have been banned from this site.
If you think there has been a mistake, please contact the administrator via proxy server.”

We host on a Dedicated Server so I switched to Opcode: Alternative PHP cache (APC/APCu) and the error went away. Nevertheless, I get more load on the server now. Not that much as without enabling DataBase cache, but significantly more than with Disk cache.
And now, purging the cache (/wp-admin/admin.php?page=w3tc_dashboard&w3tc_flush_all&_wpnonce=128e2d1f2d) gives me a 500 error page.
“The page isn’t working
is currently unable to handle this request.”

Uncaught ReferenceError

$
0
0

Replies: 0

Hello,

hopefully I am in the right section.
I am in the finishing process of a friends webshop. Currently I was working on page optimization and tried W3 Total Cache in combination with several online site checks to get an idea of what w3tc can do for me.
Lots of my goals were achieved with short code snippets, therefore I decided to uninstall W3TC.
Later I realized I have an error in console:
Uncaught ReferenceError: r is not defined
at (index):801
According to the fact I am a coding beginner, I had my difficulties to dig into this, but now I think I have an idea.
To allows the r character to be defined as the jQuery object, I need to add
(function($) {
to the top of code and
})(jQuery);
at the end of it.
(Source: http://www.thecreativedev.com/solutionuncaught-referenceerror-is-not-defined-in-wordpress/)
But to which script do I add this?
The site I am reffering to:

Any help is appreciated! Thanks a lot!

-Björn

  • This topic was modified 1 hour, 50 minutes ago by Jan Dembowski.
  • This topic was modified 1 hour, 49 minutes ago by Jan Dembowski. Reason: Removed redundant link

Uncaught ReferenceError: r is not defined

$
0
0

Replies: 0

Hello,

unfortunately my last post has been deleted, but I don’t know why. I’ll just give it another try. If I’m in wrong section, please forgive me, but send a short pm, in case you need to delete again. That would be very helpful and user-friendly. 😉 Thank you!

While working on a friends webshop I gave W3 Total Cache a try to see if it is any helpful for me. Because most of what I wanted to do was already achieved by script, I uninstalled it a day later.
Now I realized I have an error in console:
Uncaught ReferenceError: r is not defined at (index):801
Error is showing up on every page, just with another line at the end, but always index.
Because I am a total beginner in scripting and debugging I am totally lost here.
I can only assume what might have happened. Either I created static .html pages to improve site performance or I used minify options for the same reason.
Any idea how I could get that fixed?

nginx config has mistake

$
0
0

Replies: 0

Hello
W3T had generate own nginx.conf and i see a syntax mistake

nginx -t
nginx: [emerg] unexpected "}" in /var/www/site/nginx.conf:55
nginx: configuration file /etc/nginx/nginx.conf test failed

into this code after xml_gzip has been forget a ‘;’

location ~ /wp-content/cache/page_enhanced.*gzip$ {
    gzip off;
    types {
        text/xml xml_gzip
    }

Fatal Error When Publish Posts

W3 Total Cache Error: some files appear to be missing or out of place…

$
0
0

Replies: 0

Happens immed. upon Activating the plugin.
(full text of error, below)
Other threads have reported this error, then go “omg, can’t access dashboard!”. So in those threads, they fix the dashboard access and everyone goes home. The real problem – why w3 breaks – remains unresolved.

line 562 in that php file is: “class W3_Config extends \W3TC\Config {”

Help please.
___________________________
text:
W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove /home3/thor/marketing-moment.ca/ForceForGood/wp-content/advanced-cache.php.

Fatal error: Class ‘W3TC\Config’ not found in /home3/thor/marketing-moment.ca/ForceForGood/wp-content/plugins/w3-total-cache.0.9.6/w3-total-cache-api.php on line 562


A way to fix the Compatability Test

$
0
0

Replies: 0

The current compatibility test relies on PHP being installed as mod_php. Here is a method of testing that does not have this dependency.

Place the following in .htaccess, then check for the corresponding environment variables within the compatibility check PHP code.


<IfModule mod_deflate.c>
SetENV HTTP_MYMODS_deflate 1
</IfModule>
<IfModule mod_env.c>
SetENV HTTP_MYMODS_env 1
</IfModule>
<IfModule mod_expires.c>
SetENV HTTP_MYMODS_expires 1
</IfModule>
<IfModule mod_filter.c>
SetENV HTTP_MYMODS_filter 1
</IfModule>
<IfModule mod_ext_filter.c>
SetENV HTTP_MYMODS_ext_filter 1
</IfModule>
<IfModule mod_headers.c>
SetENV HTTP_MYMODS_headers 1
</IfModule>
<IfModule mod_mime.c>
SetENV HTTP_MYMODS_mime 1
</IfModule>
<IfModule mod_rewrite.c>
SetENV HTTP_MYMODS_rewrite 1
</IfModule>
<IfModule mod_setenvif.c>
SetENV HTTP_MYMODS_setenvif 1
</IfModule>

Feature Request: Add KeyCDN

$
0
0

Replies: 0

Although there is a separate plugin to enable it, I would rather use W3TC as “one plugin to rule them all.”

It would be nice if you would add KeyCDN to the dropdown list of CDN types. I like KeyCDN because it is very inexpensive, has a (relative to others) easy control panel, and their network is quite fast. It’s a nice service for those that want a true CDN without breaking the bank. I have used it on several sites.

Thank you,
Daniel

W3 Changes Page Format

$
0
0

Replies: 0

When W3 Page cache is enabled the page menu and graphics disappear. Page formatting also changes. Any suggestions? Thanks

  • This topic was modified 9 hours, 42 minutes ago by cogz.

HTTP 500 error when updating a post

$
0
0

Replies: 0

When I update this post, I get an http 500 error. I check to make sure the comment lines for the plugin in my htaccess files are on a separate line and that was not it.

Here is the error I get:

[Sun Apr 01 10:05:59.278582 2018] [fcgid:warn] [pid 7018:tid 140655896483584] [client 162.158.63.107:53478] mod_fcgid: stderr: #6 /var/www/vhosts/thewoksoflife.com/ht in /var/www/vhosts/thewoksoflife.com/httpdocs/wp-content/plugins/w3-total-cache/Cdnfsd_Core.php on line 48, referer: http://thewoksoflife.com/wp-admin/post.php?post=21443&action=edit

The http 500 error does not occur when I disable the plugin

Can’t Select Cloudfront from “CDN Type” drop down menu

$
0
0

Replies: 0

I am trying to select my CDN type (Cloudfront), but AWS Cloudfront on both origin pull and push are grayed out and not selectable. Rackspace is also grayed out for the orign push. Any ideas?

I have setup cloudfront CDN on another site of mine without problems, but this particular websites i’m trying to implement on are hosted in Korea. Any ideas as to why i cannot select Cloudfront would be greatly appreciated.

Viewing all 19312 articles
Browse latest View live