kw2
Forum Replies Created
-
Forum: Plugins
In reply to: Super Cache shows in Source Code but W3 Total Cache shows in Response HeaderW3TC changes your .htaccess-files.
<IfModule mod_headers.c>
Header set X-Powered-By “W3 Total Cache/0.9.2.2”
</IfModule>
The response header comes from this lines. If you aren’t using W3TC anymore, you should clean your .htaccess-files.
Search for
# BEGIN W3TC Browser Cache
…
# END W3TC Browser CacheForum: Plugins
In reply to: [W3 Total Cache] wp 3.1.2 0.9.2.2 home page not cached any moresame here, perhaps it’s theme problem? I am using ‘EOS’ as theme.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Upate,give me Fatal Errorlook in your wp-config.php:
/** Enable W3 Total Cache **/
define(‘WP_CACHE’, true); // Added by W3 Total Cacheset it to false if W3TC isn’t installed anymore.
I can confirm the problem with the theme ‘eos‘. W3TC 0.9.2.2 does not work at all with this theme. W3TC ist activated, but it does anything, even the footer (“compresssed by W3TC…”) is missing. I didn’t have this problem with prior versions.
Forum: Plugins
In reply to: w3 Total Cache: Minify External Javascript and Buggy BehaviorYou must set minify from automatic to manual. (General Settings)
The mimify help wizard only appears in manual mode.Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] It is definitely working!Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Public caching of admin bar!You should check
“don’t cache pages for logged users”
in the page chache settings.
(or rebuild the cache)
But you should open another browser to check your website then.
(You won’t see it minified).I had problems that the cache was rebuild while I was logged in.
Nobody could write a comment, because the cached pages showed me logged in to anybody else.Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Change gzip extension to gzI did not try it. But I had a problem, that W3TC didn’t use any extension at all.
Perhaps you could use
'encodeMethod' => 'gz' // instead of 'gzip' or '' (default)in wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php
http://kenntwas.de/2011/tips/tools-allgemein/english-version-wordpress-get-w3tc-0-9-2-1-running-with-minify-and-gzip-compression/#set-encodeMethod-to-gzip
(the redirectrules are for apache)Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache Minify URL rewriting errorForum: Plugins
In reply to: [W3 Total Cache] CSS is broken with Latest W3TCForum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache 0.9.2.1 Causing Blank Admin PanelIt could be an out of memory-Problem (on the dashboard which tries to open first).
Try to login into
http://yourdomain/wp-admin/admin.php?page=w3tc_general
or
http://yourdomain/blog/wp-admin/admin.php?page=w3tc_general
if you are using a subdirectory (/blog/).
Then disable the dashboard functions of W3TC (at the end of settings / general).
(They perhaps need too much memory).http://kenntwas.de/2010/tips/blanker-bildschirm-in-wp-admin/
(it is a german site, but there is a translate button in the right upper corner)…/wp-admin/plugins.php
gets you directly to the plugin page.Good Luck
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] 0.9.2.1 still BAD -> FTP detailsI’ve created an english version of this article
http://kenntwas.de/2011/tips/tools-allgemein/english-version-wordpress-get-w3tc-0-9-2-1-running-with-minify-and-gzip-compression/
google translate also translates the code. The link was also send to the developers. Perhaps it helps to make things better.
M.Nieberg