Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#9535 closed defect (bug) (fixed)

FTP plugin updates result in empty dirs

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

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)

#1 @ryan
15 years ago

  • Owner set to ryan

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

#2 @demetris
15 years ago

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

(All other files are in r10928.)

#3 @ryan
15 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.