If you're noticing missing images after an automatic migration, here's what you can do:
- FileZilla to access your website files. Use an FTP client like
- Navigate to /home/wplive/web/wp-live.
- Open the wp-config.php file.
- Check the wp-content file route. Search for a line that contains “wp-content”. It should look like this:
define( 'UPLOADS', 'wp-content/uploads' )
Make sure this line contains the correct file path as shown in the snippet above. If you need to make any changes to the wp-config.php file, be sure to save and upload it when you’re done.