Opened 3 years ago

Closed 3 years ago

#13224 closed defect (bug) (duplicate)

Plugin autoinstall fails

Reported by: nismorack Owned by: dd32
Priority: normal Milestone:
Component: Upgrade/Install Version: 3.0
Severity: normal Keywords: has-patch needs-testing
Cc:

Description

When trying to install a new pluging via the admin it gives the regular popup asking if I want to do this, then shows a white page with the same text and a link to try again.

The link then takes me to the add new screen again with random search results.

Attachments (1)

13224.patch (1.7 KB) - added by ocean90 3 years ago.

Download all attachments as: .zip

Change History (6)

  • Component changed from Plugins to Upgrade/Install
  • Milestone set to 3.0
  • Owner changed from westi to dd32

Linked to #13051 I suspect.

install_plugin_install_status() has a lot of calls to admin_url with url arguments which that change breaks.

ocean903 years ago

  • Keywords has-patch needs-testing added; plugin auto install removed

The was a problem in the URL, it should be & not #038;

http://localhost/wp/wp-admin/update.php?action=install-plugin&_wpnonce=8765803b01'''#038;'''plugin=wp-ban-user
  • Milestone 3.0 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

We're going to have to fix or revert systematically, so I'm going to close this as a duplicate.

Note: See TracTickets for help on using tickets.