Replies: 4
I have a problem with one sitemap: https://shareinfo.pl/sitemap-posttype-page.xml
All others work without any problems.
When I enter this sitemap, I get a 500 error:
<error>
<code>internal_server_error</code>
<title>
<![CDATA[ WordPress &rsaquo; Błąd ]]>
</title>
<message>
<![CDATA[ <p>W witrynie wystąpił błąd krytyczny.</p><p><a href="https://wordpress.org/documentation/article/faq-troubleshooting/">Dowiedz się więcej o rozwiązywaniu problemów z WordPressem.</a></p> ]]>
</message>
<data>
<status>500</status>
</data>
</error>
<!-- Queries executed: 24 | Peak memory usage: 297.9M| Memory limit: 256M -->
<!-- Query errors: None encountered. -->
<!-- Queries: Set SAVEQUERIES to show saved database queries here. -->
<!-- Average system load during the last minute: 1.45 -->
I increased the memory limit, but it didn’t help. There are only a few pages in this sitemap. Other sitemaps show up to 2000 rows and load without a problem. I disabled all plugins, but that didn’t help either. The following error appears in the logs:
[09-Dec-2024 10:09:15 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8388616 bytes) in /home/jarpi/domains/shareinfo.pl/public_html/wp-includes/functions.php on line 7250
Strange, because on another website on the same server where I have the same plugins and sitemap theme installed, it works without any problems.