Opened 16 years ago
Closed 16 years ago
#12378 closed defect (bug) (fixed)
Searching for the term "hide" in plugin_install.php page outputs an error.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | WordPress.org | Priority: | lowest |
| Severity: | trivial | Version: | |
| Component: | WordPress.org Site | Keywords: | |
| Focuses: | Cc: |
Description
In the admin panel when you try to search for a plugin and write "hide" it outputs
An unknown error occurred
Change History (2)
Note: See
TracTickets for help on using
tickets.
API server response:
array(4) { ["headers"]=> array(5) { ["content-type"]=> string(24) "text/html; charset=UTF-8" ["content-length"]=> string(1) "0" ["date"]=> string(29) "Thu, 25 Feb 2010 21:17:00 GMT" ["server"]=> string(9) "LiteSpeed" ["connection"]=> string(5) "close" } ["body"]=> string(0) "" ["response"]=> array(2) { ["code"]=> int(200) ["message"]=> string(2) "OK" } ["cookies"]=> array(0) { } }It should be returning some serialized data in the body.