• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Many images in the gallery display errors after using Duplicator Pro plugin

skypeleft

Active member
Aug 10, 2019
411
77
28
After I moved my website from the old domain to the new domain with the Duplicator Pro plugin. There is an error: many images in the library are not showing, and it looks like they cannot be loaded, so the thumbnails are not showing up on every post of mine.
I searched and replaced the URL, but the image is still not showing.
I use the export and import functions of WordPress from the old domain to the new domain, the image is displayed but the thumbnails of each post are not displayed.
Who had the same problem as me and has the solution to my problem ?. Best regards
 
Yes, image don't load
Make sure your wordpress URL and site URL are correct. You can override it by adding this to the wp-config.php file:




define('WP_HOME','http://domain.com');
define('WP_SITEURL','http://domain.com');

check the status of SSL as well. it may interfere with the whole thing.


You can also use a plugin to fix all of your broken links to the image files. With this plugin, you can search for all old urls and replace it with the new urls.
https://wordpress.org/plugins/cm-on-demand-search-and-replace/

One more option is to run this SQL query:
UPDATE wp_posts set post_content=REPLACE(post_content, 'oldsite.com/', 'newsite.com/');
 
Make sure your wordpress URL and site URL are correct. You can override it by adding this to the wp-config.php file:




define('WP_HOME','http://domain.com');
define('WP_SITEURL','http://domain.com');

check the status of SSL as well. it may interfere with the whole thing.


You can also use a plugin to fix all of your broken links to the image files. With this plugin, you can search for all old urls and replace it with the new urls.
https://wordpress.org/plugins/cm-on-demand-search-and-replace/

One more option is to run this SQL query:
UPDATE wp_posts set post_content=REPLACE(post_content, 'oldsite.com/', 'newsite.com/');
I did it all, but images can't load
Like that
missingimages.png
 
Hi @skypeleft
try this first, check the wp-content/upload folder permission from you hosting panel or any ftp software like Filezilla, as it shown in the photo you have attached, wordpress has not enough permission to access that folder, hence it cant actually read the files from it's location.
It shows you there is a file there because the file location has a record on database, but it cant open the file cause of permission.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock