When attempting to install modules via the GUI, either by providing a URL or uploading a file, I am shown authorize.php and prompted for local FTP credentials. Entering these credentials and clicking "Continue" results in a prompt to download (Save or Open) a file named authorize.php, which is a zero byte file after downloading.

The button POSTs the following data:
connection_settings[authorize_filetransfer_default]=ftp
connection_settings[ftp][username]=CENSORED
connection_settings[ftp][password]=CENSORED
connection_settings[ftp][advanced][hostname]=localhost
connection_settings[ftp][advanced][port]=21
form_build_id=form-EeHHBcKXjiVIlWkgkqs6JTeknqdcuCIdqAa_okSSR5A
form_token=5apOliALsWthXCoOvSKXthkTlIwkFVhVehUABu_R8aE
form_id=authorize_filetransfer_form
process_updates=Continue

and the result is an HTTP 200 OK with no other headers.

Comments

aspilicious’s picture

Version: 7.0-beta2 » 8.x-dev
Component: update system » ajax system

I think this is fixed. Can someone verify? (I don't need to enter ftp credentials)

rfay’s picture

Component: ajax system » database update system

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

daffie’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

D8 does not support this functionality any more.