WordPress.org

Make WordPress Core

Opened 4 years ago

Closed 4 years ago

#9535 closed defect (bug) (fixed)

FTP plugin updates result in empty dirs

Reported by: demetris Owned by: ryan
Priority: normal Milestone: 2.8
Component: Plugins Version: 2.8
Severity: normal Keywords:
Cc: demetris

Description

I noticed the problem in r10927.

It starts with r10919.

r10918 is OK.

I’m getting directories like these:

wp-content/plugins/wp-super-cache.0.9.3.1 (empty)

wp-content/plugins/stray-quotes.1.9.4 (empty)

wp-content/plugins/tangofy
wp-content/plugins/tangofy/tangofy (empty)

The difference between the third plugin and the other two is that it declares “trunk” as its STABLE TAG.

PHP plugin update seems to be OK (tested on a different server setup). Only FTP update seems to have this problem.

Please let me know if you need any more information.

Change History (3)

comment:1 ryan4 years ago

  • Owner set to ryan

Does reverting just the changes to ftpext and ftpsockets from r10919 help?

comment:2 demetris4 years ago

Yes. I did that (reverting just ftpext and ftpsockets to r10918) and it works again.

(All other files are in r10928.)

comment:3 ryan4 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [10930]) Revert FTP parts of [10919]. fixes #9535 see #9525

Note: See TracTickets for help on using tickets.