• Resolved axdr

    (@axdr)


    When creating a list of parent pages in the post editor, when the number of pages more than 100, there is a problem, that the list is not complete or in general empty. Where can I set out the essence of the problem?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator bcworkz

    (@bcworkz)

    I think you are getting time out errors. To confirm, find the WP_DEBUG definition line in wp-config.php and alter it like so:

    define( 'WP_DISABLE_FATAL_ERROR_HANDLER', true );   // 5.2 and later
    define( 'WP_DEBUG', true );

    You likely need to add the error handler line. When you’re done investigating, change both true values to false to enhance site security.

    Cause the problem to recur, you’ll likely see error messages on the page. If not, check you site’s error log. Sometimes error messages on a page aren’t always visible. They are always logged.

    Thread Starter axdr

    (@axdr)

    I found a fundamental bug in the latest version of WordPress. I do not need help. I can help fix it. Someone is interesting?

    Moderator bcworkz

    (@bcworkz)

    Please file a ticket in our Trac system. Explain how to reproduce the problem and what can be done to fix it. If you are able to generate patch files for a complete fix, all the better (not required). You will be credited with props for the patch if it is used.

    Thread Starter axdr

    (@axdr)

    Thanks for the link. I’ll try to do it.

    Thread Starter axdr

    (@axdr)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘The list of parent pages algorithm has a problem’ is closed to new replies.