NO BUG: Image not found

Moved my site to a new url.

All images show properly but in bricksbuilder they all show: Image not found

Screenshot 2025-05-22 at 11-09-22 Custom Hydraulic Reservoirs Drive Couplings and More! (Builder)

This a BUG? How do I fix this?
Do I have to readd all images manually?

Hi,
Thanks so much for your report!

Did you probably forget to swap all the old URLs in the database for the new URL during the migration?

Normally, this is done automatically if you use a plugin like WPVivid, Duplicator, or wpMigrate for the “migration” process. Changing the URL in the WordPress settings is insufficient, as this only changes two parameters (site and WordPress URL), but all old URLs remain in the database.

Alternatively, you can also use a database script (or plugin) to replace the old URLs: Best practice for migration - #7 by timmse

The script/plugin must be able to work with serialized data. Most importantly, you should have an up-to-date database backup of your old installation in case anything goes wrong.

Best regards,
timmse

Ah man that sucks for me. Hopefully you guys can come up with a better solution to not have to worry about that - I don’t see why you don’t use a variable for the base url.

Hi @dailce,

I’ll mark this as a no-bug, as it appears that the answer from @timmse was the solution for this :slight_smile:

Best regards,
Matej