S
Forum Replies Created
-
I’m sorry, I think that solution is not related to WordPress anymore.
I didn’t give it a try though.Forum: Plugins
In reply to: [W3 Total Cache] [BUG] Disk Enhanced cache doesn't work in 0.9.2.4@robnalexpress your attitude is hard to explain.
You are free to ignore my or other user posts if you feel they are useless.My point is described above:
It looks like W3TC caches the request you queried, but it serves you the version with the debugging details.Forum: Plugins
In reply to: [W3 Total Cache] [BUG] Disk Enhanced cache doesn't work in 0.9.2.4The second image was taken using Chrome incognito mode.
Forum: Plugins
In reply to: [W3 Total Cache] [BUG] Disk Enhanced cache doesn't work in 0.9.2.4@robnalexpress
https://i.imgur.com/VX2Bz.png@galerio
Cached pages with no debug generate a message like this:Forum: Requests and Feedback
In reply to: Broken layout@ipstenu thanks, will do.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Several w3 total cache errorsCan you look at this thread and see if that helps?
https://www.ads-software.com/support/topic/plugin-w3-total-cache-call-to-undefined-function-after-update?replies=3#post-2308798WordPress file system API doesn’t allow wrappers like this to mount remote data sources.
There’s a plugin you might want to check though, it was written during GSoC 2010:
https://github.com/jmstacey/wp-stream-wrappersForum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] JS minification – how to?Looks like your theme has some
<script...></script>
tags hardcoded in the header.
To properly work with Minify, scripts should be inserted using WordPress API. Checkwp enqueue script()
.Forum: Plugins
In reply to: [Sharedaddy] [Plugin: Sharedaddy] Don't Display eMail Button under Posting@davezan
the minified js/css files your web server is serving are messed up.
May I ask what are the Minify settings you are using and the PHP version?Also, it looks like you web server rewrite is not configured very well, there are lots of 404 errors when trying to access
wp-content
files.Forum: Plugins
In reply to: [W3 Total Cache] Home page not cachingForum: Plugins
In reply to: [W3 Total Cache] [BUG] Disk Enhanced cache doesn't work in 0.9.2.4Could you disable the
Debug
flag?
It looks like W3TC caches the request you queried, but it serves you the version with the debugging details.I’m on w3tc trunk with 3.2.1
Forum: Plugins
In reply to: Upgrading to W3 Total Cache 0.9.2.4 breaks website.set_prefix()
method is used by$wpdb
Looks like the problems is caused by the DB Cache.
You can try removing/renaming the filewp-content/db.php
as a temporary solution, and try again.
If it works rename it back to enable DB Cache.Forum: Plugins
In reply to: [W3 Total Cache] W3 Cache & Server ProblemsHmm,
you mentioned you got a lot of files/dirs created.
Can you inspect server for the fs limits?
Hint:/proc/sys/fs/*
Version 0.2 should fix the issue.
Sorry it took that long.Forum: Plugins
In reply to: [Sharedaddy More Control] Removal of Sharedaddy in Post Excerptsget_the_excerpt()
still exists, but it doesn’t allow arguments anymore, so It can’t be used outside the loops.