Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#8902 closed defect (bug) (worksforme)

plugin-install.php returns "unknown error"

Reported by: corey6986's profile Corey6986 Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.7
Component: HTTP API Keywords: reporter-feedback
Focuses: Cc:

Description

When going to add another plugin, I clicked on Plugin-->Add New. I searched for RSS and received the "unknown error" I hit back, and tried clicking on a popular tag same error.

At the frontpage (http://www.jcoreydavis.com/wp-admin/) with the various plugin suggestions in the bottom left, when clicking on the install button only, same error.

I tried posting at the forums, google search, and searching through the various bugs prior to submitting a ticket.

Attachments (1)

Picture 1.jpg (207.0 KB) - added by Corey6986 16 years ago.

Download all attachments as: .zip

Change History (7)

@Corey6986
16 years ago

#1 @DD32
16 years ago

  • Keywords reporter-feedback added
  • Milestone set to 2.9

Sounds like a HTTP Transport issue.

Chances are, Which ever is currently the default may have an issue on your setup, Click Test on the transports marked as default and see if that gives an error message. You can also try Disabling the primary transports and then trying the plugins page again, It'll tell us if its the problem with the HTTP api or something else.

#2 @Corey6986
16 years ago

Manage Transports
Transport Status Actions
PHP HTTP Extension Not Available
cURL Available Disable Transport | Test Transport Primary GET
Primary GET(non-blocking)
PHP Streams Not Available
PHP fopen() Available Disable Transport | Test Transport
PHP fsockopen() Not Available

Manage Transports
Transport Status Actions
PHP HTTP Extension Not Available
cURL Available Disable Transport | Test Transport Primary GET
Primary GET(non-blocking)

Please wait...

Successfully retrieved & verified document from http://tools.dd32.id.au/wordpress/core-control.php
PHP Streams Not Available
PHP fopen() Available Disable Transport | Test Transport
PHP fsockopen() Not Available

Manage Transports
Transport Status Actions
PHP HTTP Extension Not Available
cURL Available Disable Transport | Test Transport Primary GET
Primary GET(non-blocking)
PHP Streams Not Available
PHP fopen() Available Disable Transport | Test Transport

Please wait...

Successfully retrieved & verified document from http://tools.dd32.id.au/wordpress/core-control.php
PHP fsockopen() Not Available

These are the things I got from running that plugin.

#3 @DD32
16 years ago

Hm.. I need to add in POST testing too..

Try disabling the Curl module.. Given that Fsockopen and Streams are not available, That generally tends to point towards PHP having very little functionality available, Curl seems to have problems on -some- hosts like that

#4 @Corey6986
16 years ago

It is working again now. Thank you for your help. Any idea why it worked before, then stopped working?

#5 @Denis-de-Bernardy
16 years ago

  • Component changed from Plugins to HTTP

possibly network timeouts or the likes. close as worksforme?

#6 @DD32
16 years ago

  • Milestone 2.9 deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Yep. sounds like a network routing or server glitch.

Note: See TracTickets for help on using tickets.