Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A error message generating the SiteMap
#26
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:
Code:
/*
just before this
Code:
if( $fp=@fsockopen($ask, 80) ) {
and also this
Code:
*/
before this:
Code:
return( $status );

If you still get the error, remove bing too:
Don't remove that last */ and insert this:
Code:
/*
just before this
Code:
if( $fp=@fsockopen($bing, 80) ) {

and let's see if it works with google only.
Reply


Messages In This Thread
A error message generating the SiteMap - by D.O. - 2013-09-13, 05:25:43
RE: A error message generating the SiteMap - by Carlos - 2014-10-16, 00:57:00



Users browsing this thread: 1 Guest(s)