- Issue created by @jedgar1mx
We were running a migration using the url - plugin
with the xml - data_parser_plugin
. However, we had to change the location of the file. After updating the urls
section with the new location we started to get the following error.
XMLReader::open(): Unable to open source data Xml.php:177
It looks like the migration still looking for the old url. Any idea why the change is not picked up by the migration? Here is the current yml file.
..
source:
plugin: url
data_fetcher_plugin: file
urls: 'public://migrations/jobs_data.xml'
data_parser_plugin: xml
item_selector: /rss/channel/item
...
Currently running on:
Drupal 10.1.6
Migrate Plus 6.0.1
PHP 8.1
Active
6.0
Plugins