Travis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 3.6.1 – 3.7 upgrade issueDoes anyone have any idea on this? All I can see is that the outgoing HTTP is timing out but I do not know where it is pointing to…
Note: I have also extended the timeout to see if that helps and now I get this error.
Unpacking the update…
The package could not be installed.: PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
Installation Failed
Any help would be great!
Forum: Fixing WordPress
In reply to: WordPress 3.6.1 – 3.7 upgrade issueThe code for line 1304 from class-http.php is as follows
private function stream_body( $handle, $data ) { if ( function_exists( 'ini_get' ) && ( ini_get( 'mbstring.func_overload' ) & 2 ) && function_exists( 'mb_internal_encoding' ) ) { $mb_encoding = mb_internal_encoding(); mb_internal_encoding( 'ISO-8859-1' ); } if ( $this->max_body_length && ( strlen( $this->body ) + strlen( $data ) ) > $this->max_body_length ) $data = substr( $data, 0, ( $this->max_body_length - strlen( $this->body ) ) ); if ( $this->stream_handle ) fwrite( $this->stream_handle, $data ); else $this->body .= $data; $data_length = strlen( $data ); if ( isset( $mb_encoding ) ) mb_internal_encoding( $mb_encoding ); return $data_length; }Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Problem writing sitemapnniyer – This doesn’t work – I am having to re-upload 3.2.3 instead
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Problem writing sitemapI have gone back to 3.2.3 and it works no problem… I will wait until it is fixed, might try your fix on my own site and reply here later though!
3.2.3 FTW!
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Problem writing sitemapDoes anyone have any idea why this is happening? I have tried everything to get it to work, will there be a fix soon?
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Problem writing sitemapExtremely frustrating! Can anyone shred some light on this issue?