• Resolved Michael Sutter

    (@michih)


    Hi

    So we recently had a golive.
    Even before on our staging server, the page /wp-admin/edit.php?page=order-post-types-post did not load anymore.

    Even though it should load around 3000 posts, this is very weird as on the old website using PHP 7.4 and a very old (not supported anymore) theme it worked perfectly.
    Currently using PHP 8.3 calling the URL above results in “page not responding” in my browser.

    Any hints on how to fix that?

    Already tried to activate WP_DEBUG but nothing gets logged there, also not on the server side (error log).

    Thanks a lot
    Michael

Viewing 1 replies (of 1 total)
  • Plugin Author Maya

    (@tdgu)

    Hi,
    Most probably the long list of posts ( 3000 posts ) is causing the issue. The server might encounter an “Out of memory” error type due to the large data list to process. Check with your server error log for more details.
    Unfortunate the free plugin cannot work around this server limitation. You may want to check with the Advanced Post Types Order which has a much better code architecture to deal masive data. It has a Pagination function, virtually allowing to process unlimited number of posts.

    Thanks

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.