Open mark88008 opened 10 months ago
Is there anybody looking at this issue?
Hi Mark,
Please try and recreate the issue on a Sandbox site (https://oxygenbuilder.com/try/). Then, send a link to the Sandbox site as well as the minimal steps necessary to recreate the issue. After we have that information, we'll be able to review the issue further.
If you can't recreate the issue on a Sandbox site, please open a Support Ticket (https://oxygenbuilder.com/support), and provide a staging environment where we can see the problem. We'll be glad to assist further. If you can also include a link to this discussion in that ticket, that would be appreciated.
i have here the sitemap link for you from the staging website. https://dev1.m-create.at/page-sitemap.xml
Here ist the archive of the sitemaps: https://dev1.m-create.at/sitemap_index.xml
Its concerning just the pages, because just there I was using the query written above.
If I make a change in the sitemap to just view one page per sitemap, then I have no error. But already with 2 pages in a sitemap, I am getting the error.
It comes from too less memory. RankMath told me then to increase the memory to 1000mb but also this doesn't really help.
Hello,
If you still need help with this, please open a Support Ticket (https://oxygenbuilder.com/support), and provide a staging environment where we can see the problem. We'll be glad to assist further. If you can also include a link to this discussion in that ticket, that would be appreciated.
its a fatal memory error because of the compatibility code to include images, added at file wp-content/plugins/oxygen/component-framework/admin/admin.php
I have this issue, when I want to view the sitemap of pages, where I have few repeater per page, containing images. It crashes the sitemap-page and only when I make the sitemap containing one page, instead of all 20 pages, it's working somehow.
RankMath sent me a code, which I need to insert after any update of their plugin, so that the sitemap doesnt crash.
I am using on the pages repeater, which are automatically queried from ACF selections on each different page.
The code is this for one of the repeater:
CODE BEFORE REPEATER:
Repeater
CODE AFTER REPEATER:
It was done like this, because I wanted to make it for the workflow as effective as possible. So there is just one Template for example the video-swiper and it gets the videos just from the category which fits to the pages, where the template is placed in.
But somehow this creates some problem I guess.