Errors in my website after migration

I see a lot of errors on my source & Destination website. I used shipper API migration, it went successful but I still see errors in the homepage & cannot access the admin page.

  • Nithin Ramdas
    • Support Wizard

    Hi Adam ,

    Our Live Chat agent was able to notice that the error was noticed due to the following line of code inside wp-config.php:

    define('WP_DEBUG_DISPLAY', true);
    

    Changing that to the following define has resolved the issue:

    define('WP_DEBUG_DISPLAY', false);
    

    I could also log into the admin dashboard without any issue using the login shared via Chat. Could you please check and see whether you still notice any further anomalies with the newly migrated site?

    Looking forward to your response. Have a nice day ahead.

    Best Regards,
    Nithin