Page 1 of 2 1 2 LastLast
Results 1 to 15 of 16

missing sitemap_index.xml.gz?

This is a discussion on missing sitemap_index.xml.gz? within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; The last few days I've noticed an error on Google about this, so I checked and sure enough that file ...

  1. #1
    Senior Member curriertech's Avatar
    Real Name
    Josh
    Join Date
    Feb 2006
    Location
    NH
    Posts
    106
    Liked
    0 times

    missing sitemap_index.xml.gz?

    The last few days I've noticed an error on Google about this, so I checked and sure enough that file isn't in the data directory. Any ideas? I just manually ran the sitemap generator and got the same result.

    Thanks.

    Edit: I'm on 2.4.0 / 1.6.1

  2. #2
    Senior Member Michael's Avatar
    Real Name
    Michael Benson
    Join Date
    Sep 2005
    Location
    United Kingdom
    Posts
    776
    Liked
    0 times
    Do you get any error messages when running the sitemap generator?
    Also make sure that you are entering in the appropriate .htaccess rules.

  3. #3
    Senior Member curriertech's Avatar
    Real Name
    Josh
    Join Date
    Feb 2006
    Location
    NH
    Posts
    106
    Liked
    0 times
    Quote Originally Posted by Michael
    Do you get any error messages when running the sitemap generator?
    Also make sure that you are entering in the appropriate .htaccess rules.
    When I ran it manually, the browser timed out before the script was finished so I didn't get to see any errors. I haven't changed the .htaccess file since installing it and it ran fine for months. Maybe I'll remove it and reinstall entirely.

  4. #4
    Senior Member curriertech's Avatar
    Real Name
    Josh
    Join Date
    Feb 2006
    Location
    NH
    Posts
    106
    Liked
    0 times
    Removed/Reinstalled, and running the generator now. Hopefully that did the trick.

  5. #5
    Senior Member Michael's Avatar
    Real Name
    Michael Benson
    Join Date
    Sep 2005
    Location
    United Kingdom
    Posts
    776
    Liked
    0 times
    Let us know the results

  6. #6
    Senior Member curriertech's Avatar
    Real Name
    Josh
    Join Date
    Feb 2006
    Location
    NH
    Posts
    106
    Liked
    0 times
    Quote Originally Posted by Michael
    Let us know the results
    Will do, thanks. I also realized after starting this thread, that I hadn't received an email summary of the nightly generator run for a while now. I guess I may have been having more problems than just that one missing file.

  7. #7
    Senior Member curriertech's Avatar
    Real Name
    Josh
    Join Date
    Feb 2006
    Location
    NH
    Posts
    106
    Liked
    0 times
    Same deal after the reinstall. No summary email, no errors because the adminCP screen times out before it finishes, and I get all the sitemap files except the index. :(

  8. #8
    Senior Member curriertech's Avatar
    Real Name
    Josh
    Join Date
    Feb 2006
    Location
    NH
    Posts
    106
    Liked
    0 times
    Is there a run log I can look at for this? I don't get any errors when I run it, and it's not sending me an email summary. :(

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello Josh,

    it looks like the time limit defined in your php configuration is not enough to complete sitemap generation.
    You should either:
    1. increase max_execution_time setting in php.ini and restart apache
    2. or setup a cron job to generate sitemap (php runs with different confg in this case)

  10. #10
    Senior Member curriertech's Avatar
    Real Name
    Josh
    Join Date
    Feb 2006
    Location
    NH
    Posts
    106
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk
    Hello Josh,

    it looks like the time limit defined in your php configuration is not enough to complete sitemap generation.
    You should either:
    1. increase max_execution_time setting in php.ini and restart apache
    2. or setup a cron job to generate sitemap (php runs with different confg in this case)
    Thanks, I'll try running it as the cron job format and see if that works better.

  11. #11
    Senior Member curriertech's Avatar
    Real Name
    Josh
    Join Date
    Feb 2006
    Location
    NH
    Posts
    106
    Liked
    0 times
    Wow I wish I'd thought to do that before! Running as a cron job ran faster, had less impact on the server load, and finished properly. Thanks for your help Oleg, I appreciate it!

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You are welcome!

  13. #13
    Junior Member
    Real Name
    GateKeeper
    Join Date
    May 2006
    Posts
    22
    Liked
    0 times
    Where are the original threads on how to set up a Google Site Map for vBSEO. I have an index and serveral different maps for my site and would like to add vBSEO to it now that it is running. I hunt and peck for information on this, but it is very tedious. Are there any sticky posts regarding how to set it up, run it, keep it updated?
    Thanks in advance.
    GateKeeper

  14. #14
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Quote Originally Posted by GateKeeper
    Where are the original threads on how to set up a Google Site Map for vBSEO. I have an index and serveral different maps for my site and would like to add vBSEO to it now that it is running. I hunt and peck for information on this, but it is very tedious. Are there any sticky posts regarding how to set it up, run it, keep it updated?
    Thanks in advance.
    GateKeeper
    Here's the vBSEO Sitemap add-on, with instructions: vBSEO Google/Yahoo Sitemap Generator for vBulletin 3.5.x & vBulletin 3.0.x - vBulletin.org Forum

  15. #15
    Junior Member
    Real Name
    GateKeeper
    Join Date
    May 2006
    Posts
    22
    Liked
    0 times
    Perfect! Thank you. One last question. If I wanted to add this sitemap to my sitemap index what url would I use. I've seen a couple of references to having to move the htaccess file, as well. My structure is:
    /(I already have an htaccess file here for other reasons)
    /google site map index file is here at the root level)
    /forums(htaccess file controlling rewrite rules for forums is here)
    /forums/vbseo_sitemap
    /forums/vbseo_sitemap/data
    Could you tell me the preferred way to make an entry into the sitemap index file work properly with the site map in the standard data directory?

    I also wonder what the notification parameters are that are sent to Google. I think they prefer an index file, but not sure that the notification included with the plug in will take this into consideration.
    Much obliged.
    GateKeeper

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Keep getting this error from google
    By glorify in forum Troubleshooting
    Replies: 3
    Last Post: 03-25-2006, 11:55 PM
  2. Google Sitemaps are reporting an error
    By Lerris in forum Troubleshooting
    Replies: 3
    Last Post: 03-20-2006, 05:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •