• Page Max Size Error even decrease to last limit 1000.I have to change the text and post meta size is 58mb

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there!

    Better Search Replace Support Team here, Thanks for reaching out with your query we would be happy to assist

    Since you already have the Max Page Size set to 1000, could you also please lower the Max Results to 20 and see if that helps?

    If the issue persists, can you please try editing your wp-config.php file on the server to replace this line:

    define( ‘WP_DEBUG’, false );

    With these lines –

    define(‘WP_DEBUG’, true);

    define(‘WP_DEBUG_LOG’, true);

    define(‘WP_DEBUG_DISPLAY’, false);

    This will cause all runtime errors, warnings, and notices to be written to /wp-content/debug.log, which will hopefully yield some better information about what’s going on.

    Can you please try the process again and then send on the debug.log file if created?

    More details about that at https://www.ads-software.com/support/article/editing-wp-config-php/#wp_debug

    Once we have finished troubleshooting, you should revert that config change and delete the debug.log file.

    stuartm

    (@therandomagency)

    This only seems to happen on PHP versions above 7.1.

    I had the same issue on PHP 8.1 so I temporarily set it to 7.1, run the find/replace and reverted PHP version.

    Not ideal but saved a lot of messing around

    Hi @therandomagency ,

    Thanks for the additional information. May we know if your debug.log was active during both processes? Were there any errors that were logged?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page Max Size Error even decrease’ is closed to new replies.