Failed to connect to FTP Server WordPress 2.7 – Auto Update
Posted on December 16, 2008
Filed Under The WorldWideWeb | 19 Comments
I seem not to be able to find the issue with a little annoying bug? 
I fight with in the new WordPress 2.7 automated update for plugin setting panel.
Although I’m 100% positive the ftp info is right, I get the error message saying it failed to connect. Double checked with my usual ftp client works like a charm. Did some research and found this thread not much help so….
Anybody had the same issue and found the cure? Please do let me know.
Comments
19 Responses to “Failed to connect to FTP Server WordPress 2.7 – Auto Update”
Leave a Reply



Does your webserver/firewall allow outgoing connections?
Good point – not really sure about this will need to check.
Yes, I have the same problem with you. Does anybody has found the answer ?
I have uploaded wp 2.7 on two different servers, a Linux and a Mac, fine with the first, uploading problems with the second. Con only deduce that thacould be the problem
Try writing only the name of your domain (for example “locallytype.com”). Wordpress is supposed to automatically locate the installation paths. Works for me, and I’m using Plesk. But I have another problem with PCLZIP which I just can’t solve
I am having the same problem
I had the same problem, many many times. One of my blogs on the same server had none of these issues, so I wondered if it really has anything to do with any ftp-credentials or server settings. I checked the group and file owners, and found out that even the parent directory of my blog had an effect on automatic upgrade. Immediately after I chgrp’d my blog’s parent directory so that apache could write to that too, all the problems went away. Could be just a fluke in my case since I really don’t understand why that would matter, but since this is really annoying problem, I thought this _could_ be of some help to someone.
Hey guys… this has been bothering me since I upgraded to 2.7.
I just got it working by using the “reset file permissions” option in the back-end of my hosting service… network solutions. I blogged about it here…
http://blog.unseenbattle.net/wordpress-27-plugin-auto-install-not-working/
I hope this helps someone.
This is a solution that often works with Plesk install of wordpress for updating from within WP.
Hostname: try using localhost or localhost:21
User: Your normal FTP Username
Pass: Your normal FTP Pass.
If successful, your screen will go blank for a little while during the upgrade and then you will be fine.
Good luck!
That localhost thing worked for me…Thanks…it was workign and just stopped working…
It’s bug in the WordPress code, although I suspect they’re not ready to admit it yet. They check not to see if the update can correctly install the files, they check to see if the owner of a test file created is the same as the directory owner.
So they’re failing out on updates that by all rights are working correctly.
Thanx Kevin! localhost:21 worked for me too!
I have read in wordpress forum that localhost worked for them. But in my case its localhost:21
Thanks!
@kevin
thnx……..it worked
Stephen, Did you manage to get it working on the Mac? as I have the same issue using Wp on my hard drive for testing.
Cheers,
Entering localhost or localhost:21 in the Connection Information screen didn’t work for me. I’m running WP 2.9. I checked permissions for the WordPress folder and it’s set as 755. I changed it to 775 and obtained the same feedback (Username/Password incorrect for …). I replaced wp-config.php with a fresh copy and still get the same password error. Thoughts?
The localhost solution just worked for me – many thanks!
Kevin thanks works
The localhost work for me!!! ty