Opened 3 years ago
Closed 3 years ago
#13224 closed defect (bug) (duplicate)
Plugin autoinstall fails
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (6)
- Component changed from Plugins to Upgrade/Install
- Milestone set to 3.0
- Owner changed from westi to dd32
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
Note: See
TracTickets for help on using
tickets.

Linked to #13051 I suspect.
install_plugin_install_status() has a lot of calls to admin_url with url arguments which that change breaks.