URL source not updating

Created on 22 November 2023, 7 months ago

Problem/Motivation

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

πŸ› Bug report
Status

Active

Version

6.0

Component

Plugins

Created by

πŸ‡ΊπŸ‡ΈUnited States jedgar1mx Detroit

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024