/generator/index.php?submit =1 does not exist
« on: July 11, 2013, 02:43:43 PM »

HY!

I have encounted a problem with generator. I start crawlling, everything it's fine. When it starts to create the sitemaps the procentage stops on different value. It say it's an internal error or a misconfiguration.

On error log says a 500.sthl - [ External links are visible to forum administrators only ] - does not exists

In generator directory, i found another error log :


[02-Jul-2013 15:47:42] PHP Warning:  file(/home/rhga2830/public_html/generator/data/sitemap1.xml) [<a href='function.file'>function.file</a>]: failed to open stream: No such file or directory in /home/rhga2830/public_html/generator/pages/class.utils.inc.php on line 102
[02-Jul-2013 15:47:42] PHP Warning:  implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /home/rhga2830/public_html/generator/pages/class.utils.inc.php on line 102
[02-Jul-2013 15:47:42] PHP Warning:  file(/home/rhga2830/public_html/generator/data/sitemap2.xml) [<a href='function.file'>function.file</a>]: failed to open stream: No such file or directory in /home/rhga2830/public_html/generator/pages/class.utils.inc.php on line 102
[02-Jul-2013 15:47:42] PHP Warning:  implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /home/rhga2830/public_html/generator/pages/class.utils.inc.php on line 102
[02-Jul-2013 15:47:46] PHP Warning:  file(/home/rhga2830/public_html/generator/data/sitemap_mobile1.xml) [<a href='function.file'>function.file</a>]: failed to open stream: No such file or directory in /home/rhga2830/public_html/generator/pages/class.utils.inc.php on line 102
[02-Jul-2013 15:47:46] PHP Warning:  implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /home/rhga2830/public_html/generator/pages/class.utils.inc.php on line 102
[02-Jul-2013 15:47:46] PHP Warning:  file(/home/rhga2830/public_html/generator/data/sitemap_mobile2.xml) [<a href='function.file'>function.file</a>]: failed to open stream: No such file or directory in /home/rhga2830/public_html/generator/pages/class.utils.inc.php on line 102
[02-Jul-2013 15:47:46] PHP Warning:  implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /home/rhga2830/public_html/generator/pages/class.utils.inc.php on line 102


before 02.07.2013 my site did not indexed a lot of files. Also on that day I requested to create also a mobile sitemap

before 02.07.2013 number of files for sitemap was around 20 000
now, the number of files for index is 44000. The generator created on 02.07.2013 2 newsitemaps
sitemap1 and sitemap2 and he did the same for mobile ( 1 and 2).

Since than i have encounted that error and i can not create new sitemaps.

Pls help me solving this errors

Thanks.
Re: /generator/index.php?submit =1 does not exist
« Reply #1 on: July 12, 2013, 06:38:48 AM »
Hello,

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.