• Welcome to Sitemap Generator Forum.
 

Hangs at Creating sitemaps... and calculating changelog...

Started by wdkerchhoff, October 01, 2018, 08:09:16 AM

Previous topic - Next topic

wdkerchhoff

I have set the max_execution_time to 9000 and memory_limit to 256MB but i just cant get this script working. I already edited the robots.txt file to exclude all but the home but that didnt work either. The script gets stuck at Hangs at Creating sitemaps... and calculating changelog... I also noticed that whenever i execute the script it changes the permissions of the data folder to 0666. I keep having to change it back to 0777. Any suggestions or is it possible to get a refund?



wdkerchhoff


wdkerchhoff

Hi Did you get my PM I have not had any response as yet

XML-Sitemaps Support

Hello,

yes, replied via PM:
Quote
please try to modify generator/data/generator.conf file:
find these lines:
   <option name="xs_imginfo">1</option>
   <option name="xs_rssinfo">1</option>
   <option name="xs_newsinfo">1</option>

and replace with:
   <option name="xs_imginfo">0</option>
   <option name="xs_rssinfo">0</option>
   <option name="xs_newsinfo">0</option>


Alternatively, you can redownload genertor package and reinstall it (removing existing files in generator/ folder) - the issue should be corrected.

wdkerchhoff

Perfect that seems to have done the trick its working 100%