Sitemap Generator doesn't work
« on: July 04, 2019, 11:49:48 AM »
I've uploaded the "generator" folder into the "public_html" folder.

I've uploaded the following 5 blank files into the same "public_html" folder:

sitemap.xml
ror.xml
sitemap_images.xml
sitemap_news.xml
sitemap_video.xml

I gave "666" permissions to the 5 files above.

I gave "777" permissions to the "data" folder inside the "generator" folder.

But I go to Create Sitemap and I get this:

Pages processed:
1
Pages fetched:
1
Sitemap files:
0
Crawled pages size:
0.067Mb
Network transfer time:
0:00:02s
Top memory usage:
1.73Mb

What's wrong?

This is my robots.txt file:

User-agent: *
Disallow: /tmp/

And this is my php.ini file:

session.cookie_lifetime = 31536000
session.gc_maxlifetime = 31536000
session.cache_expire = 31536000
upload_max_filesize=12800M
post_max_size=12800M
memory_limit 10000

Could somebody help me please? Thank you.
Re: Sitemap Generator doesn't work
« Reply #1 on: July 04, 2019, 02:45:17 PM »
Hello,

make sure that Starting URL is defined correctly. For instance, if links on the website have www prefix, starting URL must be pointint to www.domain.com (not domain.com). Similar please check http vs https in the Starting URL.
Re: Sitemap Generator doesn't work
« Reply #2 on: July 04, 2019, 06:03:52 PM »
Thank you for answering.

Now Sitemap Generator works, but it stops when the sitemap generation is in progress, specifically at this point:

Links depth: 3
Current page: XXXXXXXXXXXXXX
Pages added to sitemap: 510
Pages scanned: 510 (37,497.3 KB)
Pages left: 922 (+ 249 queued for the next depth level)
Time passed: 0:24:25
Time left: 0:44:10
Memory usage: 5,720.8 Kb

This is my php.ini file:

session.cookie_lifetime = 31536000
session.gc_maxlifetime = 31536000
session.cache_expire = 31536000
upload_max_filesize=12800M
post_max_size=12800M
memory_limit 10000

Any thoughts? Thank you!
Re: Sitemap Generator doesn't work
« Reply #3 on: July 04, 2019, 06:24:02 PM »
I resumed the last session, and then I get this:

Links depth: 3
Current page: XXXXXXXXXXXXXX
Pages added to sitemap: 575
Pages scanned: 575 (41,185.7 KB)
Pages left: 857 (+ 383 queued for the next depth level)
Time passed: 0:26:46
Time left: 0:39:54
Memory usage: 6,632.6 Kb

Just a few links more, and it stops again.
Re: Sitemap Generator doesn't work
« Reply #4 on: July 05, 2019, 05:28:38 AM »
Hello, 

in this case I would recommend to run generator in command line if you have ssh access to your server.