Too many Pages => Error opening the pages site in the backend

#951693
  • Resolved Gerd
    Rank Math free

    Hi there,

    I have a website using WordPress and Rank Math SEO.
    The page is:
    https://xn--regional-entrmpelung-1ec.de/

    I got only pages there, no posts.
    But I have more than 2500 pages…

    around 1000 of them were not published… I published them today.. Since I have done that… I get a mistake clicking on “pages” in the backend… If I do this I get an error page.

    It shows only this text on a white page:
    “Es gab einen kritischen Fehler auf dieser Website. Prüfe bitte den Posteingang deines Website-Administrators auf Anweisungen. Wenn du weiterhin Probleme hast, wende dich bitte an die Support-Foren.
    Erfahre mehr über die Problembehandlung in WordPress.”

    In englisch that basically means the following:

    “There was a critical error on this website. Please check your website administrator’s inbox for instructions. If you continue to have problems, please contact the support forums.

    Learn more about troubleshooting WordPress.”

    How can I fix this and what can I do?

    Thanks
    GERD

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    We apologize for the issue you are facing with your website. The error message you are encountering indicates that there is a critical error occurring when trying to access the pages in the backend of your WordPress site. This can happen for several reasons, especially when dealing with a large number of pages.

    Here are some steps you can take to troubleshoot and potentially resolve the issue:

    1. Check for Plugin Conflicts

    Sometimes, plugins can conflict with each other, especially after making significant changes like publishing a large number of pages. Try deactivating all plugins except for Rank Math and see if the issue persists. If it resolves the issue, reactivate the plugins one by one to identify the conflicting plugin.

    2. Increase PHP Memory Limit

    With a large number of pages, your site may be running out of memory. You can increase the PHP memory limit by adding the following line to your wp-config.php file:

       define('WP_MEMORY_LIMIT', '256M');

    This increases the memory limit to 256MB.

    3. Enable Debugging

    To get more information about the error, you can enable debugging in WordPress. Add the following lines to your wp-config.php file:

       define('WP_DEBUG', true);
       define('WP_DEBUG_LOG', true);
       define('WP_DEBUG_DISPLAY', false);

    This will log errors to a file named debug.log in the wp-content directory, which you can check for more details about the error.

    4. Check Server Error Logs

    If you have access to your server’s error logs, check them for any errors that might provide more insight into what is causing the critical error.

    5. Contact Your Hosting Provider

    If you’re unable to resolve the issue on your own, it may be beneficial to reach out to your hosting provider for assistance. They may have additional tools or insights into server-related issues that could be causing this error.

    If these steps do not resolve the issue, please reply to this ticket, and a human agent from the Rank Math Support team will take over and assist you further.

    Thank you for raising this concern, and we hope to help you get your site back up and running smoothly!

    Sources:
    Sorry, You Are Not Allowed to Access This Page » Rank Math

    Hello,

    You must have received an email from WordPress with the details about the error. Please share it with us here so we can check.

    If you haven’t received the email with the error code, you can follow this guide to enable debugging in WordPress
    https://wordpress.org/support/article/debugging-in-wordpress/ or you can get in touch with your web host, and they will help you locate the log file.

    Having an error log will help us determine what is causing the critical error.

    Looking forward to helping you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The ticket ‘Too many Pages => Error opening the pages site in the backend’ is closed to new replies.