mflane
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Is Wp Super Cache Compatible with 2.9.1?For me, upgrading from 2.9 to 2.9.1 resulted in the WP-Cache part to not work, but the Super-Cache part does. Not a big deal I guess since pages are getting cached one way or the other.
OTS… The problem was fixed, sort of…
I’ve searched both .php files in the plugin’s folder and did not find where that function was defined. I’m wondering if people who have installed this plugin just delete it and basically nobody’s using it. I would love to get this working correctly.
Forum: Fixing WordPress
In reply to: [Plugin: WP Super Cache] Cached files render extra charactersThank you for the reply! I made the change that you suggested, but it did not correct the problem. I’ve upgraded to 0.8.3 as well, but the problem remains… no matter if compression is enabled or not.
These characters show up at the end of a sentence, but not all sentences. Again, this only happens in IE7, whereas Firefox is unaffected. I’ve set IE7 to Unicode (UTF-8) and Western European (windows) and the problem remains.
The obvious fix is to not use IE 😉
Forum: Fixing WordPress
In reply to: Cannot automatically upgrade pluginsI am having this problem with other plugins not upgrading. I am getting the following errors:
——-
Warning: unlink() has been disabled for security reasons in /home/mishelle/public_html/blog/wp-admin/includes/file.php on line 453Warning: unlink() has been disabled for security reasons in /home/mishelle/public_html/blog/wp-admin/includes/file.php on line 453
Upgrade Plugin
Downloading update from http://downloads.wordpress.org/plugin/akismet.zip
Download failed.: Could not create Temporary file
Installation Failed
——-This problem was discovered today when I noticed WP-SUPER-CACHE was not writing new files in its cache. WP-CONTENTS folder’s permissions are 755 and .htaccess has the following:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ AddDefaultCharset UTF-8 RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*s=.* RewriteCond %{QUERY_STRING} !.*p=.* RewriteCond %{QUERY_STRING} !.*attachment_id=.* RewriteCond %{QUERY_STRING} !.*wp-subscription-manager=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{DOCUMENT_ROOT}/blog/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html.gz -f RewriteRule ^(.*) /blog/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html.gz [L] RewriteCond %{REQUEST_METHOD} !=POST RewriteCond %{QUERY_STRING} !.*s=.* RewriteCond %{QUERY_STRING} !.*p=.* RewriteCond %{QUERY_STRING} !.*attachment_id=.* RewriteCond %{QUERY_STRING} !.*wp-subscription-manager=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{DOCUMENT_ROOT}/blog/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html -f RewriteRule ^(.*) /blog/wp-content/cache/supercache/%{HTTP_HOST}/blog/$1/index.html [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPressSo, no automatic upgrade and no super cache operation because nothing can be written to WP-CONTENTS.
Any ideas?