[Solved] Cypht is missing dependencies

What app is this about, and its version: Cypht 2.9.0~ynh1
What YunoHost version are you running: YunoHost 12.1.40.1 (stable)
What type of hardware are you using: VPS bought online

Describe your issue

VPS is up to date with Debian 12.

Installed Cypht and it seemed to install without complaints, but when you click on “Open this App”, a new tab is opened that just says “No module assignments found”. The Cypht logs show that there are 5 missing PHP dependencies.

Are these dependencies normally handled by the YunoHost app installation package or is it expected that the admin (thats me!) installs them?

Share relevant logs or error messages

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

Hello @igough
Could you try upgrading from this branch

yunohost app upgrade cypht -u https://github.com/YunoHost-Apps/cypht_ynh/tree/add_ext -b --force

And then run

yunohost app shell cypht
php8.4 scripts/config_gen.php

@otm33 that resolved the dependencies and Cypht now displays a UI and I can log in. Thank you very much!

1 Like