YunoHost-Apps / kimai2_ynh

Kimai v2 package for YunoHost
https://www.kimai.org/
MIT License
13 stars 8 forks source link

sury source mess up with php #17

Closed JOduMonT closed 4 years ago

JOduMonT commented 5 years ago

Related to this

I believe Kimai mess with php such as declare here https://github.com/YunoHost-Apps/nextcloud_ynh/issues/211

I was unable to install nextcloud because php-zip was missing (even if it is declare in the common file)

2019-06-15 07:37:10,952: DEBUG - PHP module zip not installed. 2019-06-15 07:37:10,952: WARNING - Unable to install Nextcloud I was able to fix this by installing php7.0-zip

on my system php-zip refered to php7.3-zip which is refered in /etc/apt/sources.list.d/php7.list which based on date was declared by kimai2

so you should or

  1. the debian way which is to lower the priority of sury repo you declare here

  2. the yunohost way which is using the yng install php