Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's the currency exchange rate update call. The endpoint was just down temporarily. That usually clears up in a few minutes to a few hours.If I call the link directly in a browser, it redirects to the following address:
That's just the schema. XML schemas don't change often. It doesn't reflect on the date of the data. The date of the data is in the time attribute of the Cube node.There seem to be outdated references in the XML as well:
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
They're nothing to worry about. They're just namespaces as part of their XML schema. You'll notice our XML has similar nonsensical URLs as they're internal and don't really mean anything to anyone that doesn't have their usage setup.Regarding the links to the XML schemas, I didn't mean the date in the links, but the links themselves. They don't work. The first one leads to a dubious web page. The second link returns a 404 page from ecb.
Since I have no idea about XML parsers and whether they need or retrieve data from the schema links, I wanted to point this out just to be on the safe side.
It was likely just a CDN outage on their end. It happens sometimes. This won't ever impact frontend. I've added a ticket to add a try/catch around it though so it won't throw any errors and will just silently fail instead of blocking the payment center.Which was also odd. I have a production site and a test site. While the test site was working again at some point after my update attempts. The production site was still down for about half an hour.
But maybe that was an effect related to the NGINX proxy of my hoster and not to my update attempts.
Please Log in or Create an account to join the conversation.
Oh yeah, that makes a lot of sense. Thank you!I've added a ticket to add a try/catch around it though so it won't throw any errors and will just silently fail instead of blocking the payment center.
forge.joomlapolis.com/issues/9186
Please Log in or Create an account to join the conversation.