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.
Will implement Add additional directories
- Alex Chartier
- Onderwerp Auteur
- Offline
- Berichten: 45
- Ontvangen bedankjes 0
Not critical but a nice to have.
Graag Inloggen deelnemen aan het gesprek.
- Ruud van Lent
- Offline
- Berichten: 1624
- Ontvangen bedankjes 107
That is doable. Will put it on the todo-feature list.
Thanks,
Ruud
Graag Inloggen deelnemen aan het gesprek.
- Ruud van Lent
- Offline
- Berichten: 1624
- Ontvangen bedankjes 107
so just had a go on this.
in the version linked above (2.1.0.DEV) you can now configure an extra directory. Files that match the regex in that directory will be prepended with a '+' to avoid confusion when the main directory and the extra directory have files that have the same filename.
Can you test this?
I have it currently installed on my production site, no issues so far (wasn't expecting any )
regards,
Ruud.
Graag Inloggen deelnemen aan het gesprek.
- Alex Chartier
- Onderwerp Auteur
- Offline
- Berichten: 45
- Ontvangen bedankjes 0
And it would be nice to be able to add multiple extra directories.
All nice to have though.
Graag Inloggen deelnemen aan het gesprek.
- Ruud van Lent
- Offline
- Berichten: 1624
- Ontvangen bedankjes 107
the purpose of ochLogFiles is to have a simple means to view logfiles created by extensions (that implement the Joomla core provided log functionality).
These files are stored in the directory set in the Joomla Global config.
These logfiles always have a .php extension: this is for a reason: security!
By implementing log functionality via the Joomla framework you get a lot of perks out of the box (e.g. different log levels, log rotation, integration with the Joomla debugger, etc.) but beside that the code for logging is maintained and secure!
That said: when an extension implements its own log functionality and stores the log in a different directory with a different file extension then this change I made in the new version is able to display the contents of that directory as well.
Behold: ochLogFiles is not a file manager extension (with a tree that can be drilled down), this is beyond what it is for. there are extensions that will do just that (but be careful with extensions like that as they when not implemented correct can pose a security risk).
By default ochlogFiles is configured to display only .php files in a directory, this is a configuration setting and you can change that to also display .log files. just change the configuration setting (Parameters tab) 'Files Regex' to:
Graag Inloggen deelnemen aan het gesprek.
- Alex Chartier
- Onderwerp Auteur
- Offline
- Berichten: 45
- Ontvangen bedankjes 0
Thanks for your work on it though. Great support!
Graag Inloggen deelnemen aan het gesprek.
- Ruud van Lent
- Offline
- Berichten: 1624
- Ontvangen bedankjes 107
Will run some more tests.and release new version
Thanks for the request and testing 👍
Graag Inloggen deelnemen aan het gesprek.