• Hello,

    I moved servers, now after that, whenever I upload an image or something like that, it says http error. Hence I have to upload the file elsehwre and past ethe link. I was told to do a completely new install but is there another way I can sort this as I am scared I will lose data?

    Thanks in advance, kind regards.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter member111

    (@member111)

    Thanks.

    Addiotnally, if I try to upgrade my blog, I have to type int he ftp details each time.

    I can’t event import a wordpress xml file so what do I do?

    Thread Starter member111

    (@member111)

    Help?

    Thread Starter member111

    (@member111)

    Please help on this

    Additionally, if I try to upgrade my blog, I have to type in yhe ftp details each time.

    I can’t event import a wordpress xml file so what do I do?

    Thread Starter member111

    (@member111)

    I started having problems with uploader after todays upgrade to v2.8.4, however seems like WP.org support is dwindling. Last 7 support requests I have submitted over the period of few months got a grand total of ZERO responses. Platform that has zero support is basically worthless.

    Thread Starter member111

    (@member111)

    Does anyone know of any places that can give support?

    Thread Starter member111

    (@member111)

    bump.

    I’m having the same issue. Came to forums to see if something could be worked out.
    Does the old phrase, “misery loves company” apply here?
    It works if I change the “uploads” directory permissions to 777, so I did that, but I immediately changed back to 755 for security after I uploaded. Easy enough for me, but still sort of a hack.

    Thread Starter member111

    (@member111)

    Help please here.

    Member111,

    Can you elaborate on this a little more?

    Thread Starter member111

    (@member111)

    Basically, I moved servers (hosts) and after doing that, if for example, I try to import a wordpress file from another blog,or upload an image, it doesn’t work, it displays a http error.

    try to putting

    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php

    in your .htaccess file

    I don’t know if this will fix all your issues. But, it fixed my uploading issues.

    Paste this to the bottom of your wp-config.php file, and replace yourDomainName, yourUsername and yourPassword):

    /* WordPress FTP Information (For removing the constant password request on plugin install and removal) */

    define(“FTP_HOST”, “yourDomainName.com”);
    define(“FTP_USER”, “yourUsername”);
    define(“FTP_PASS”, “yourPassword”);

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

The topic ‘Http error in uploading files’ is closed to new replies.