Experiencing a 401 Unauthorized Error During Update?

If you're seeing a 401 Unauthorized error when trying to update your Joomla extension, it's likely due to our new two-factor authentication (2FA) security measure for your Download ID.
To resolve this, check your email (Spam folder?) for a message to approve your server or device, or read our detailed blog post here( onlinecommunityhub.nl/best-practice/new-...-extension-downloads) to understand the steps involved. This will guide you through approving your server for future updates.

Implemented Bug with & in xml

  • Fabrice PELLETIER
  • Onderwerp Auteur
  • Offline
Meer
3 weken 6 dagen geleden #3106 door Fabrice PELLETIER
Bug with & in xml werd gestart door Fabrice PELLETIER
Hi Ruud,
In the name of my file, I have a character &
And this character make à bug when I try to show the Joomla XML Update Feed 

Graag Inloggen deelnemen aan het gesprek.

Meer
3 weken 6 dagen geleden #3107 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Bug with & in xml
Hi Fabrice,

thanks for reporting this. I will be leaving a a break tomorrow and will return on november 3rd.
Although this seems like a quick fix (doing a encoding of the filename), I need time to replicate and test as the filename is also used to download the correct file (so should also be 'decoded' again.

So this has to wait a bit.

fastest 'fix' is to not use the & in the filename and replace it with e.g. a - or _

This is also recommended, see below for the logic of this recommendation:

It is generally considered bad practice to have a filename with an ampersand (&) in it. Here's why:
  • Compatibility Issues: Different operating systems and software may interpret special characters like & differently, leading to potential problems when accessing or opening the file.
  • URL Encoding: When used in URLs, ampersands often need to be URL-encoded (%26), which can make the filename appear strange or difficult to read.
  • Search and Organization: Some search tools and file management systems may not handle filenames with special characters correctly, making it harder to find and organize files.
It's best to avoid using special characters in filenames whenever possible. If you must use a filename with an ampersand, consider using a different character like an underscore (_) or hyphen (-) instead.

Graag Inloggen deelnemen aan het gesprek.

Meer
2 weken 3 dagen geleden - 1 week 5 dagen geleden #3109 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Bug with & in xml
Hi Fabrice,

holidays are over, and did some work on this bug.
I have an updated version of the component listed above for you to download and test.

Thanks for your patience!

let me know if this fixes your issue.

regards,
Ruud.
Laatst bewerkt 1 week 5 dagen geleden door Ruud van Lent. Reden: expired download link

Graag Inloggen deelnemen aan het gesprek.