[wp-trac] [WordPress Trac] #27798: Nonce failure when installing theme via FTP filesystem method

WordPress Trac noreply at wordpress.org
Mon Apr 14 10:08:08 UTC 2014


#27798: Nonce failure when installing theme via FTP filesystem method
--------------------------+-------------------------
 Reporter:  ocean90       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  high          |  Milestone:  3.9
Component:  Themes        |    Version:  trunk
 Severity:  critical      |   Keywords:  needs-patch
  Focuses:                |
--------------------------+-------------------------
 Original report: http://wordpress.org/support/topic/theme-install-fails-
 in-39rc1

 To force FTP you can use
 {{{
 add_filter( 'filesystem_method', function( $method ) {
         return 'ftpext';
 } );
 }}}

 Steps to reproduce:

 1. Go to wp-admin/theme-install.php
 1. Select a theme and install
 1. Enter FTP credentials (wp-admin/update.php?action=install-
 theme&theme=itek&_wpnonce=3cbbfc5a2d)
 1. Click "Proceed"
 1. Failure. (wp-admin/update.php?action=install-
 theme&theme=itek&_wpnonce=d1c34b4560)

 Uploading via a ZIP works.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/27798>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list