Open Corvalan opened 8 years ago
I have imported a site (i.e. newaegirsite.com) that uses images from another drupal site using absolute urls like: 'http://othersite.com/sites/default/files/image.jpg' Somewhere in the steps for importing the site in aegir, these links are overwritten and changed to "http://othersite.com/sites/newaegirsite.com/files/image.jpg'.
This probably occurs during the renaming step where the site is migrated back and forth in order to rewrite the paths.
Apparently the migrate action does not check the domain name of each link before performing the rewrite.
It is a known issue in Aegir we don't have a workaround for: https://www.drupal.org/node/2424833
I have imported a site (i.e. newaegirsite.com) that uses images from another drupal site using absolute urls like: 'http://othersite.com/sites/default/files/image.jpg' Somewhere in the steps for importing the site in aegir, these links are overwritten and changed to "http://othersite.com/sites/newaegirsite.com/files/image.jpg'.
This probably occurs during the renaming step where the site is migrated back and forth in order to rewrite the paths.
Apparently the migrate action does not check the domain name of each link before performing the rewrite.