Opened 10 years ago
Closed 10 years ago
#29140 closed defect (bug) (invalid)
Bug in WordPress 4.0 beta 3 with Google Maps plugin
Reported by: | sonusinghal | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.0 |
Component: | Plugins | Keywords: | |
Focuses: | Cc: |
Attachments (1)
Change History (5)
#1
@
10 years ago
- Summary changed from Bug in Wordpress 4.0 beta 3 with google maps plugin to Bug in WordPress 4.0 beta 3 with Google Maps plugin
#2
@
10 years ago
After a few experiments, I can confirm That it is indeed due to a slow network.
As this is on Localhost, I can't increase the network speed, so can I somehow increase the 120 second limit ?
#3
@
10 years ago
On line /wp-includes/class-http.php#L80 is a apply_filters
you can use.
Version 0, edited 10 years ago
by
(next)
#4
@
10 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
apply_filters()
wouldn't help here, you need to increase max_execution_time and max_input_time values in your php.ini
file, then restart the server.
Please try the support forums if you need more specific instructions: https://wordpress.org/support/.
Note: See
TracTickets for help on using
tickets.
The error comes from WP_Http_Curl::stream_body(). This sounds like a slow connection or a network glitch.