500 status code
« on: January 31, 2023, 08:00:23 PM »
Just purchased the PHP sitemap generator, but this does not seem to work at all.

While generating/crawling, after a while I simply get a 500 status code within an iFrame. No clues as for why that is or anything, just a 500 status code.

Please note: the attached image shows about 24000 pages. That was because '/admin' and '/system' URLs were still included. I have excluded those by now. Still get the 500 status code showing up.

What do I do?

Update: Still don't know what caused it, but after excluding some URL parameters like 'search=' and 'keyword=' I finally managed to get a decent sitemap. It may have been because the generator tried to access a restricted page or something. Not sure though...
« Last Edit: January 31, 2023, 08:53:55 PM by elmigo »
Re: 500 status code
« Reply #1 on: February 02, 2023, 10:51:04 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.