Two questions About sitemap generator
« on: September 17, 2008, 10:28:40 PM »
Hello,

I have two problems with sitemap generator that i have no idea how to work them out.

1. When I press 'Run' to start crawling this is what I get:
[ External links are visible to forum administrators only ]

And it remains stuck.

2. How do I Activate cronjob? I want sitemap generator to work every day in a specific hour, I tried to go here: [ External links are visible to forum administrators only ]
But look what message you get when you enter there.

Please answer me ASAP, my client is rushing me.
Re: Two questions About sitemap generator
« Reply #1 on: September 18, 2008, 11:29:13 AM »
Anyone..?
Re: Two questions About sitemap generator
« Reply #2 on: September 18, 2008, 09:01:55 PM »
Hello,

1. it looks like your server configuration doesn't allow to run the script long enough to create full sitemap. Please try to increase memory_limit and max_execution_time settings in php configuration at your host (php.ini file) or contact hosting support regarding this.

2. The command line for cron task would be:
Code: [Select]
/usr/bin/php /yourpath/to/generator/runcrawl.php(you can find it on Crawling tab of sitemap generator)
Re: Two questions About sitemap generator
« Reply #3 on: September 19, 2008, 12:15:55 AM »
emm ok i'll check the first one out,

About the cron job, I need to run it via SSH (aka Root) access?