bibob Posted February 21, 2014 Share Posted February 21, 2014 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 wget http://www.domainhere.com/modules/gsitemap/gsitemap-cron.php?token=b06704d477\&id_shop=1 the output of email https://dl.dropboxusercontent.com/u/17796755/cron_for_sitemap_output.html hope someone can find out what could be wrong. thanks Link to comment Share on other sites More sharing options...
PascalVG Posted February 21, 2014 Share Posted February 21, 2014 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 More sharing options...
bibob Posted February 21, 2014 Author Share Posted February 21, 2014 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 More sharing options...
bibob Posted February 21, 2014 Author Share Posted February 21, 2014 If i use module to generate the sitemap, after it generates the 19 sitemaps iam getting https://www.dropbox.com/s/338di60y4zlsho0/Screenshot%202014-02-21%2013.24.26.png even after i increased the mas execution time to 12000 Link to comment Share on other sites More sharing options...
M.Nour Posted May 11, 2014 Share Posted May 11, 2014 I have a same problem , any idea ?? Link to comment Share on other sites More sharing options...
jvicente1971 Posted January 28, 2015 Share Posted January 28, 2015 I Have the same problem here....ps 1.6.0.9 Link to comment Share on other sites More sharing options...
crisalid Posted October 31, 2015 Share Posted October 31, 2015 me too Link to comment Share on other sites More sharing options...
Recommended Posts