Opened 12 years ago
Closed 12 years ago
#29140 closed defect (bug) (invalid)
Bug in WordPress 4.0 beta 3 with Google Maps plugin
| Reported by: | sonusinghal | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugins | Version: | 4.0 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Attachments (1)
Change History (5)
#1
@
12 years ago
- Summary Bug in Wordpress 4.0 beta 3 with google maps plugin → Bug in WordPress 4.0 beta 3 with Google Maps plugin
#2
@
12 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
@
12 years ago
On line /wp-includes/class-http.php#L80 is a apply_filters() you can use.
#4
@
12 years ago
- Milestone Awaiting Review
- Resolution → invalid
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

The error comes from WP_Http_Curl::stream_body(). This sounds like a slow connection or a network glitch.