Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter cjkullving

    (@cjkullving)

    Problem solved.

    Thread Starter cjkullving

    (@cjkullving)

    Okay, just erased TimThumb from the server and updated to a new version.
    Still some problems though, and I’ve been trying to find the correct path for hours.
    Any other suggestions?

    Thread Starter cjkullving

    (@cjkullving)

    Thank you!

    I inactivated timthumb for all of my sites, but the problem still exists when Im trying to upload new images.
    Are there more changes to do than just inactivate?

    And do you have any other kind of TimThumb-plugin to recommend?

    All the best.

    Thread Starter cjkullving

    (@cjkullving)

    Thanks again for taking time for this problem!

    I tried to empty out the cache folder, but the problem still exists.
    Can it be something in the settings? I know that I had to change the path link to images in the settings earlier this fall because of a wrong image update.
    Any suggestions?

    All the best!

    Thread Starter cjkullving

    (@cjkullving)

    Thank you for the reply!

    I tried to add the WP rewrite rules, but nothing happend.
    Is there any other code I should try?
    Or can the problem come from any of the Settings in WordPress?

    All the best

    Thread Starter cjkullving

    (@cjkullving)

    Do you mean this one?

    # BEGIN WPSuperCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
    RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
    RewriteRule ^(.*) "/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz" [L]
    
    RewriteCond %{REQUEST_URI} !^.*[^/]$
    RewriteCond %{REQUEST_URI} !^.*//.*$
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
    RewriteRule ^(.*) "/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html" [L]
    </IfModule>
    
    # END WPSuperCache
Viewing 6 replies - 1 through 6 (of 6 total)