Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#13224 closed defect (bug) (duplicate)

Plugin autoinstall fails

Reported by: nismorack's profile nismorack Owned by: dd32's profile dd32
Milestone: Priority: normal
Severity: normal Version: 3.0
Component: Upgrade/Install Keywords: has-patch needs-testing
Focuses: 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 16 years ago.

Download all attachments as: .zip

Change History (6)

#1 @scribu
16 years ago

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

#2 @westi
16 years ago

Linked to #13051 I suspect.

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

@ocean90
16 years ago

#3 @ocean90
16 years ago

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

#4 @ocean90
16 years ago

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

#5 @nacin
16 years ago

  • 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.