Opened 2 years ago

Last modified 2 years ago

#15731 new defect (bug)

Updating multiple plugins at once throws FTP error and leaves wp in maintenance mode

Reported by: koke Owned by:
Priority: normal Milestone: Future Release
Component: Upgrade/Install Version: 3.0.2
Severity: normal Keywords:
Cc:

Description

http://img.skitch.com/20101208-pc3k6gej2piiewts246qrwwt18.jpg

The ftp error seems related to my iptables config and not a wp bug

LOG        all  --  anywhere             anywhere            limit: avg 5/min burst 5 LOG level debug prefix `iptables denied: ' 

But after the fail, I'm stuck with "Briefly unavailable for scheduled maintenance. Check back in a minute."

Change History (3)

  • Keywords close added

Duplicate of #13988 ?

comment:2   dd322 years ago

  • Keywords close removed

Doesn't look like a duplicate to me

It looks like a bit of a odd bug here, The FTP server is being disconnected mid-way on the upgrades..

On a single plugin upgrade this would be handled as a upgrade failure, but in bulk mode, it appears that it just continues onto the next plugin, which results in a FTP credentials page being flashed up.

Ultimately, to "fix" this, would require the server in question having it's configuration set better, however, in the event the connection is severed mid-way, it shouldn't attempt to do the next plugin before attempting to re-connect.

Maintainence mode will not be possible to deactivate until after the ftp connection is restored as well currently. We might be able to chmod it 777 and hopefully, WordPress could delete it after a failed ftp session directly without then need for FTP.. But it seems like a huge workaround for a simple problem: The FTP server is severing the connection early.

  • Milestone changed from Awaiting Review to Future Release
Note: See TracTickets for help on using tickets.