YunoHost-Apps / mediawiki_ynh

MediaWiki package for YunoHost
https://www.mediawiki.org/
GNU General Public License v3.0
8 stars 16 forks source link

Installation issue #91

Closed steph2302 closed 1 year ago

steph2302 commented 1 year ago

Describe the bug

Installation Fail

Context

Pb with link in installation package :

Logs are In french, sorry :

2023-01-20 09:45:42,613: DEBUG - + src_filename=ldap_authentication2.tar.gz 2023-01-20 09:45:42,613: DEBUG - + local local_src=/opt/yunohost-apps-src/mediawiki/ldap_authentication2.tar.gz 2023-01-20 09:45:42,613: DEBUG - + mkdir -p /var/cache/yunohost/download/mediawiki/ 2023-01-20 09:45:42,615: DEBUG - + src_filename=/var/cache/yunohost/download/mediawiki/ldap_authentication2.tar.gz 2023-01-20 09:45:42,615: DEBUG - + test -e /opt/yunohost-apps-src/mediawiki/ldap_authentication2.tar.gz 2023-01-20 09:45:42,616: DEBUG - + '[' -n https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_39-ba99252.tar.gz ']' 2023-01-20 09:45:42,616: DEBUG - ++ wget --tries 3 --no-dns-cache --timeout 900 --no-verbose --output-document=/var/cache/yunohost/download/mediawiki/ldap_authentication2.tar.gz https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_39-ba99252.tar.gz 2023-01-20 09:45:43,313: DEBUG - + out='https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_39-ba99252.tar.gz: 2023-01-20 09:45:43,314: DEBUG - 2023-01-20 09:45:43 erreur 404 : Not Found.' 2023-01-20 09:45:43,314: DEBUG - + ynh_die '--message=https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_39-ba99252.tar.gz: 2023-01-20 09:45:43,314: DEBUG - 2023-01-20 09:45:43 erreur 404 : Not Found.' 2023-01-20 09:45:43,317: DEBUG - 2023-01-20 09:45:43 erreur 404 : Not Found.' 2023-01-20 09:45:43,367: DEBUG - 2023-01-20 09:45:43 erreur 404 : Not Found.' 2023-01-20 09:45:43,367: DEBUG - + ynh_exit_properly 2023-01-20 09:45:43,368: WARNING - https://extdist.wmflabs.org/dist/extensions/LDAPAuthentication2-REL1_39-ba99252.tar.gz: 2023-01-20 09:45:43,373: WARNING - 2023-01-20 09:45:43 erreur 404 : Not Found. 2023-01-20 09:45:44,915: ERROR - Impossible d'installer mediawiki : Une erreur est survenue dans le script d'installation de l'application

Everything Ok before that

Thanks for help

Stéphane (french)

Salamandar commented 1 year ago

Hello, that's "normal": Mediawiki deletes the previous extension version when they release a new one, thus breaking the url saved in this package… Should be fixed now.