• Resolved krashkat

    (@krashkat)


    Hi!

    I was trying to migrate to php 8.1., but site crashed. I disable all plugins one by one – seems to be All in One SEO causes the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @krashkat,

    Thanks for reaching out!

    Would you be able to provide me with the WordPress debug log file so I can help you?

    An error log should be sent to your email from WordPress. If you can find that email with the error log, please share it with us.

    If not, you can get this log file by following these steps:

    1. Connect to your web server using FTP. We have an article on how to use FTP here – https://aioseo.com/docs/how-to-ftp-to-your-web-server/
    2. Edit the wp-config.php file.
    3. Near the bottom of the file, you’ll see the following:

    define('WP_DEBUG', false);

    1. Change that line to these three lines:

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

    1. Reproduce the error or problem on your site so an error is logged.
    2. Using FTP on your web server, navigate to the /wp-content directory and look for the debug.log file.
    3. Download that file to your local computer.

    Please send that debug log file or paste the error here so that I can look into this issue.

    We have an article with these steps that includes screenshots here –

    https://aioseo.com/docs/how-to-enable-debugging-in-wordpress/

    Let me know if you have any questions or need any other help.

    Thread Starter krashkat

    (@krashkat)

    Hi! Seems to be there was not enough memory, I have edited memory limit and problem solved.

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

The topic ‘Plugin crashes website with php 8.1’ is closed to new replies.