Drupal7 installation trouble

What type of hardware are you using: VPS bought online
What YunoHost version are you running: latest
What app is this about: Drupal7

Describe your issue

Drupal7 is declared as broken. But i need it, at least to manage a migration for some time…

Anyway, app on latest YH does not install, dump an error that seems to me related to the installation of a module (drush_language) using the module installation framework of drupal (drush, i think drupal shell).

Seems to me that the modue il old/deprecated, and so the default version is cancel (don’t install), and i suppose drupal helper is run with -y, so accept default option.

How can i try to, at least, to fix the installation script? Thanks.

Share relevant logs or error messages

https://paste.yunohost.org/raw/ecipuyebor

OK, looking at:

and also:
Installing a Specific Version of a Project | Modules Unraveled

Seems that substituting the row:

_ynh_exec_with_drush_php drush "@$app" pm-download drush_language

with:

_ynh_exec_with_drush_php drush "@$app" pm-download drush_language-7.x-1.6-rc3

could suffices…