• tamil7777

    (@tamil7777)


    Hello Team,

    I have tried to replace the new strings using the Better Search and Replace plugin in the Azure WordPress application. But it is not working. I unchecked the ‘Run as Dry Run’ option, and after that, I clicked on the Run Search button. It is showing the cells affect results only but not updating the records in the table. I have shared my system information below. Can you please help me on that issue as soon as possible?

    Begin System Info
    
    -- WordPress Configuration
    
    Site URL: https://eastus2-dme-portal-dev.azurewebsites.net
    Home URL: https://eastus2-dme-portal-dev.azurewebsites.net
    Multisite: No
    Version: 6.5.3
    Language: en_US
    Table Prefix: Length: 3
    WP_DEBUG: Disabled
    Memory Limit: 128M
    
    -- Better Search Replace Configuration
    
    Plugin Version: 1.4.6
    Max Page Size: 20000
    
    -- Server Configuration
    
    Operating System: Linux
    PHP Version: 8.2.15
    MySQL Version: 8.0.36
    Server Software: nginx/1.24.0
    
    -- PHP Configuration
    
    Memory Limit: 512M
    Post Max Size: 128M
    Upload Max Filesize: 50M
    Time Limit: 120
    Max Input Vars: 10000
    Display Errors: N/A
    
    -- WordPress Active Plugins
    
    Activity Log: 2.10.1
    Better Search Replace: 1.4.6
    Divi Ultimate Plugin: 8.1.13
    Ninja Tables: 5.0.9
    Ninja Tables Pro: 5.0.0
    Search and Replace: 1.35
    Super Progressive Web Apps: 2.2.27
    WPCode Lite: 2.1.12
    WP Fastest Cache: 1.2.7
    WP User Login Notifier: 1.0.6
    Yoast SEO: 22.7
    
    -- WordPress Inactive Plugins
    
    Wordfence Login Security: 1.1.11 End System Info
    • This topic was modified 6 months ago by tamil7777.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @tamil7777 ,

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

    It’s possible that your site is experiencing some errors when running the search/replace. Can you try editing your wp-config.php file 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 means that any errors are logged to /wp-content/debug.log, because some errors are not visible on screen.

    Can you try the search/replace process again? Then check the debug.log file for any errors or warnings.

    More details about that at https://codex.www.ads-software.com/Editing_wp-config.php#Debug

    Let us know how it goes for you.

    Thread Starter tamil7777

    (@tamil7777)

    Ok, thanks for the update @Delicious Brains Support. Let me check.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Replace is not working in Azure WordPress’ is closed to new replies.