Hi @kkj4980
Better Search Replace Support Team here. Thanks for reaching out with your query! We would be happy to assist.
Would you please try editing your wp-config.php file and 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 means that any errors are logged to /wp-content/debug.log, because some errors are not visible on screen. More details about that at https://ww.wp.xz.cn/support/article/editing-wp-config-php/#wp_debug
Can you try the process again and then attach the debug.log file with your reply.
Thank you.
I’m sorry for late reply.
I sent log to noreply account 🤣
Here is the log contents.
[05-Jan-2024 02:03:13 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 45056 bytes) in /data/hosting/site/review-all.co.kr/www/wp-includes/class-wpdb.php on line 2349
Thanks for your support
Regards,
Kyungjun
Hi Kyungjun,
Thanks for sending that in. It looks like Better Search Replace is hitting the memory limit of your server when trying to perform the search/replace.
Please try increasing the server’s memory limit to 256M to see if it helps with the issue.
https://deliciousbrains.com/wp-migrate-db-pro/doc/memory-issues/#php-memory-limit
Let us know how it goes for you.