Jump to content

Goolge sitemap only generates 19 sitemaps


Recommended Posts

Hi

 

i have setup a cron that runs each day  to automaticly generate sitemap of my products

 

actually it works fine, but it only generate 19 sitemap  each of them contain about 2000 products,  it means  the 19 sitemaps contain 19x2000=38000 products.

 

but i have 120.000 products on my webshop, there may be something wrong, as the 19 sitemaps have always stays as 19 files and never increased.

 

also when i run it from url bar on the internet explorer it also just generate 19 sitemaps.

 

in cron mode iam running this cron command


 

the output of email


 

hope someone can find out what could be wrong. thanks

Link to comment
Share on other sites

It sounds as if the process takes longer than it gets time.

 

Can you edit your php.ini? if so, try to find and change:

max_execution_time = nnn;       (where nnn should be about 10 times the 'current' value or more

                                 to give it enough time)

 

 

if you can't/are not allowed to edit this file, maybe try to set it in the config/settings.inc.php file:

 ini_set('max_execution_time','nnn')             (where nnn is the same number as above)

 

Hope this helps. Let me know,

pascal

Link to comment
Share on other sites

It sounds as if the process takes longer than it gets time.

 

Can you edit your php.ini? if so, try to find and change:

max_execution_time = nnn;       (where nnn should be about 10 times the 'current' value or more

                                 to give it enough time)

 

 

if you can't/are not allowed to edit this file, maybe try to set it in the config/settings.inc.php file:

 ini_set('max_execution_time','nnn')             (where nnn is the same number as above)

 

Hope this helps. Let me know,

pascal

Hi

THanks for you reply.

I have access to php.ini

and i have increases max_ececuting time from 120 to 12000

as you see https://dl.dropboxusercontent.com/u/17796755/executingtime.png

 

still only generate 19 sitemaps :/

Link to comment
Share on other sites

  • 2 months later...
  • 8 months later...
  • 9 months later...
×
×
  • Create New...