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?
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?
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.
Does anyone know of any places that can give support?
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.
Member111,
Can you elaborate on this a little more?
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”);