I still need to look into this. It’s on my list of things to review during our next cooldown.
Cheers.
I still need to look into this. It’s on my list of things to review during our next cooldown.
Cheers.
@AdrianC @pablopol24 @stevland @algonco
I've finally found the issue. So the issue is that whomever accepted the translation for the Every %d minutes
string in Spain Spanish language didn't review it well as it had an errant %
character (ie. cada %d %minutos
). I have accepted the correct version of Cada %d minutos
so this issue will be addressed once we release new language pack builds (not set date for this at this time).
Cheers.
Hi:
I modified and repacked the es_ES phar file, with the correction mentioned by @KevinTheJedi but the system does not allow to upload a PHAR file, so it is in ZIP format, just uncompress it.
If you want to see the PAR file contents, you can use https://phar.scer.io/; seems legit enough and it does work.
** attachment removed by admin
Please do not post custom builds of language packs. It is not verified and could cause issues. Providing instructions on how to accomplish what you did is the preferred option.
Cheers.
KevinTheJedi OK Kevin, sorry for the upload... the site I posted above allows anyone to decompress and compress a PHAR file, so it becomes very easy to correct that mistake you identified. Hope anyone with some issues can correct and use their own files.
Best regards
KevinTheJedi Thanks!!!. Any news about the release date of the pack?
Hello, using es_AR.phar for me is not an option (we are using es_ES localization).
I have tried to correct the es_ES.phar doing the following:
You cannot repackage language packs appropriately by doing just that. We have a special packager that does some other things. You can look at the packager code on Github (within the core repo) and see how it packages language packs.
Cheers.
KevinTheJedi
Thank you, I will try to create it from osticket core repo
I give up, it is impossible to me create a new phar... Extracting the .phar I got it to work executing the following command:
php -d phar.readonly=0 -r '$phar = new Phar("es_ES.phar"); $phar->extractTo("./es_ES");'; chmod 000 es_ES.phar;
And editing the affected file, may be somebody find it useful. (chmod 000 is to avoid osTicket to load es_ES.phar until it gets corrected).
Still same issue in v1.17.3; any news on this? it is very frustrating since I'm the only sysadm in the platform and when my password expire I need to change the language in the database in order to be able to change the password...
Issue been addressed since last release. You need to download the new language pack from our website.
Cheers.
Hi, I've never needed to change a user's password from the agent, I changed a user's password in the agent panel and the user cannot access with this new password, it gives an "access denied" error in version v1.16.3 (e148727 ), if you send "Send email to reset password" the link that is sent opens the login page but does not allow you to change the password. Can anyone help? thanks
No, I even installed a new browser and it does the same thing.
Well you are using 1.16.x which is outdated and no longer supported. It’d be highly recommended to upgrade ASAP.
Cheers.