• Resolved albertologicstudio

    (@albertologicstudio)


    hi performs the site domain migration and still maintains the old URL in its domains example: olddomain.com/images/image.jpg.

    I change all the settings to my new domain buts all image in the Huge-it Gallery no change.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Dear albertologicstudio,

    Thanks for your post.
    Usually, when migrating the database from one domain to another, this issue appears because the links of images are saved with the old domain to the new one and as a result, the images are broken.

    For fixing this issue it will be necessary to apply some changes in the PHPMyAdmin, i.e. in the database.

    1) Please go to your PHPMyAdmin > domains database >SQL

    2) After add

    UPDATE wp_huge_itgallery_images
    SET image_url = REPLACE(image_url, ‘YourOldDomain’, ‘NewDomain’) WHERE image_url LIKE ‘YourOldDomain%’

    replacing OldDomain and NewDomain with your domain names

    3) click on “Go” for running the process: https://prnt.sc/hh4ng5

    4) while the process is running you need to change the URLs of images to the correct ones: https://prnt.sc/hh4n6u . The URLs should be changed manually from the old domain to the new one.
    For making sure how the correct URL will look like, you can add an image from the Media Library to our gallery in order to check how the new URL is generated and then change old ones according to the exemplified URL added to the gallery for the test.

    Hope this will be useful.
    We will wait for your feedback.

    Thanks

    Thread Starter albertologicstudio

    (@albertologicstudio)

    that worked very well for me!
    Thank you so much!

    Dear albertologicstudio,

    We are so happy with the results you got ??
    Thank you very much for keeping us informed.
    In the case, if you need our help any further, feel free to ask.
    We will be glad to assist.

    Wish you all the best!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Domain migration problem’ is closed to new replies.