Hi,
I have exactly the same problem.
Is there a solution for this?
Regards
Stefan
Same issue, I have set it to the minimum (1000) allowed, yet get an error
Begin System Info
-- WordPress Configuration
Site URL: --
Home URL: --
Multisite: No
Version: 6.1.1
Language: en_US
Table Prefix: Length: 5
WP_DEBUG: Disabled
Memory Limit: 512M
-- Better Search Replace Configuration
Plugin Version: 1.4.2
Max Page Size: 1000
-- Server Configuration
Operating System: Linux
PHP Version: 7.4.24
MySQL Version: 5.5.5
Server Software: Apache/2.4.54 (Unix) OpenSSL/1.0.2k-fips
-- PHP Configuration
Memory Limit: 2048M
Post Max Size: 100M
Upload Max Filesize: 100M
Time Limit: 300
Max Input Vars: 1000
Display Errors: On (1)
End System Info
@hdaackda 512M memory is PLENTY to fetch 1000 rows. it sounds like some other problem in the plugin not working correctly
Hi,
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://wordpress.org/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.
– Ferbie