• Welcome to Sitemap Generator Forum.
 

Starts crawl, then Internal Server Error

Started by MalcB, April 29, 2016, 09:26:28 AM

Previous topic - Next topic

MalcB

Crawling starts, then after just over a minute, it stops and shows the "Internal Server Error" message.

I have increased memory and execution time as follows:
memory_limit = 512M;
max_execution_time = 120;

Should I increase those limits even more or are there any other settings I should change?

I have PM'd the URL and login in case you need to take a look.

XML-Sitemaps Support

Hello,

you need to increase max_execution_time setting.
also,  in this case I would recommend to run generator in command line if you have ssh access to your server.

MalcB

I increased the limits in php.ini as follows but I'm getting the "Internal Server Error" message:

memory_limit = 1024M;
max_execution_time = 600;

I also ran the following as a test for a scheduled CRON job from the hosting control panel:

/usr/bin/php /home/sites/soccerbilia.co.uk/public_html/generator/runcrawl.php

... but the test failed. I don't have SSH access but i can apply to have this granted if necessary.



MalcB

Details from the email are in the attached text file.

XML-Sitemaps Support

Looks like the process has been completed via the cron task:

<h4>Completed</h4>Total pages indexed: 7584
<br>Creating sitemaps...

MalcB

I didn't spot that, sorry! Many thanks for all your help :)