mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #41659
[Bug 1681169] Re: The cli sync_langpacks.php returns an error
Hi Dajan
Yep - there is a bug in the extraction bit of the CLI script. It gets
confused between the dots in the extension and other dots in the file
name.
I've added a patch to deal with this;
https://reviews.mahara.org/#/c/7607/1
Please test
Cheers
Robert
** Changed in: mahara
Importance: Undecided => High
** Changed in: mahara
Assignee: (unassigned) => Robert Lyon (robertl-9)
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1681169
Title:
The cli sync_langpacks.php returns an error
Status in Mahara:
In Progress
Bug description:
When I try to update the langpacks with the cli interface, e.g. for
French:
php /pathtomahara/admin/cli/sync_langpacks.php -l=fr
I get the following error: Invalid argument,
/var/maharadata/temp/fr-17.04_STABLE.tar cannot be found.
The full message display is:
Version de Mahara pour accéder à la version ad hoc des paquets de langue « 17.04 »
================== fr ==================
Le paquet de langue « fr » est déjà installé : true
Faire une sauvegarde ? true
URL du paquet de langue « http://langpacks.mahara.org/fr-17.04_STABLE.tar.gz »
Enregistrement du paquet de langue « fr-17.04_STABLE.tar.gz » dans un dossier temporaire
Sauvegarde de la langue « fr » effectuée
*** ATTENTION *** Impossible d'extraire les fichiers depuis « fr-17.04_STABLE.tar ». La raison est : Invalid argument, /var/maharadata/temp/fr-17.04_STABLE.tar cannot be found
------------------------------------------
Terminé
In the temp folder I have the following files:
fr-17.04_STABLE.tar.gz
fr-17.tar
It seems that the script is looking for a file in tar format where the
file present in the temp folder is in gz format.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1681169/+subscriptions
References