Opened 9 years ago
Closed 9 years ago
#33044 closed defect (bug)
Plugin installation hangs when using "ob_gzhandler"
Reported by: | selnomeria | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
When I have (in functions.php or somewhere)
ob_start('ob_gzhandler');
then WHile installing plugins, there displays the message:
Downloading install package from https://downloads.wordpress.org/plugin/....zip
and then page loading stops and nothing is continued..
Change History (2)
Note: See
TracTickets for help on using
tickets.
Try adding
or
at the bottom of the page where you start ob_start('ob_gzhandler');