Andreas
Forum Replies Created
-
Did you enable minify and JS when this happened?
If so disable minify and see if that works.
If it does either leave it disable or use General->Minify Minify Mode: Manual and go to Minify tab and click the “Help” wizard button. THe plugin then tries to track down you scripts. You can select how the plugin should handle the scripts.Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Removing ETagsIt could be there are ETag code in your htaccess file.
Its code that for example looks like this if added by Total Cache:
<FilesMatch “\.(css|js|htc|CSS|JS|HTC)$”>
<IfModule mod_headers.c>
Header set Pragma “public”
Header append Cache-Control “public, must-revalidate, proxy-revalidate”
</IfModule>
FileETag MTime Size
<IfModule mod_headers.c>
Header set X-Powered-By “W3 Total Cache/0.9.2.4”
</IfModule>
</FilesMatch>Make sure to to backup your htaccess file before cleaning it.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Enable w3 cache causes 500 errorYou can see if this works: http://wordpress.org/support/topic/plugin-w3-total-cache-500-internal-server-error?replies=40#post-1666438
There are other suggestions in that thread as well.
Forum: Plugins
In reply to: [W3 Total Cache] Plugin Security Check on W3 Total CacheIts no problem you can ignore the messages.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] moving javascript to footerIf you select Minify manual you can select where it should Embed the minified script.
If you haven’t already can you submit a bug submission form from the support tab of the plugin because we are unable to duplicate?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Where is pgcache directory?If a directory was not created then you can try and create it using your FTP program.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Site messed up after trying minifyDo you still have this problem if so if you haven’t already can you submit a bug submission form from the support tab of the plugin?
If you haven’t already can you submit a bug submission form from the support tab of the plugin?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] list of javascript that can be moved to footer?ddeconin: That is combine settings. You tell the plugin if it should minify combine scripts that are located in those places.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] which rights for htaccess?644
Forum: Plugins
In reply to: W3 Total Cache Messing my blogAbout save button. Which browser, OS etc are you using?
I think wp-cache is refering to the empty cache buttons.
Did you enable any modules? If you donät enable the modules the plugin should in theory don’t do anything.
If you enabled minify css with auto it could cause problems sometimes. Best in that case is to add files 1 by 1 under minify page.The deploy button under General will be fixed in next release.
Did you submit a bug submit a bug submission form from the support tab of the plugin?