Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Frasten,

    I run manually on phpmyadmin the code (DELETE FROM wp_options WHERE option_name = ‘stats_cache’), and that worked perfect.

    Thx a lot !!
    ??

    Forum: Alpha/Beta/RC
    In reply to: 2.5 image upload

    Hello, today I uppdated my WP Blog to version 2.5, and I have same problem to upload a image. When I upload a image file, show me a http error… I tried to change .htaccess file, and its OK, files was uploaded, but when i insert into post, dont show me my uploaded image, because have another problem, all images have a bug on path to file, my upload dir is https://www.my-site.com/wp-content/uploads/ but when I insert into post the path write on post to image is https://www.my-site.com/wp-admin/wp-content/uploads/. I dont know what’s happend.

    I tried to use on htaccess file:
    SetEnvIfNoCase Request_URI ^/wp-admin/async-upload.php$ MODSEC_ENABLE=Off
    AND

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    AND

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    But no ones works fine. Somebody can help me !??

Viewing 2 replies - 1 through 2 (of 2 total)