2014-10-16, 00:57:00
You could try doing as Shawn suggests, remove the pings to ask (and maybe to bing). Instead of deleting those portions of code, you can comment them out:
Edit template_functions.php (function pingGoogleSitemaps), and
Insert this:
just before this
and also this
before this:
If you still get the error, remove bing too:
Don't remove that last */ and insert this:
just before this
and let's see if it works with google only.
Edit template_functions.php (function pingGoogleSitemaps), and
Insert this:
Code:
/*
Code:
if( $fp=@fsockopen($ask, 80) ) {
Code:
*/
Code:
return( $status );
If you still get the error, remove bing too:
Don't remove that last */ and insert this:
Code:
/*
Code:
if( $fp=@fsockopen($bing, 80) ) {
and let's see if it works with google only.