SignaturePDF et partager à plusieurs

What app is this about, and its version: Signaturepdf 1.9.2~ynh1
What YunoHost version are you running: 13.0.3
What type of hardware are you using: VPS bought online

Describe your issue

Bonjour,
j’ai ajouté l’application “SignaturePDF”.
Lorsque je clique “partager pour signer à plusieurs”, j’ai le message d’erreur suivant qui apparait :
URL : https://signature.mondomaie.ext/share

Auriez vous une idéé de problème ?
Merci

Share relevant logs or error messages

Internal Server Error

Call to undefined function mb_strlen() [/var/www/signaturepdf/lib/GPGCryptography.class.php:96]

This can (probably) be fixed by manually installing php8.3-mbstring apt package, LMK if this fixes it an we’ll add the dep in the package.

Great!

Many thanks, it works.

Two other missing deps are php8.3-gd and php8.3-fileinfo, I’m adding them here

apt install php8.3-fileinfo
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Note : sélection de « php8.3-common » au lieu de « php8.3-fileinfo »

apt-cache search php8.3-fileinfo
php8.3-common - documentation, examples and common module for PHP

So, i guess the missing dep is php8.3-common, right?

fileinfo is a module included in php8.3-common. After installed php8.3-common, the module is available

php8.3 -m | grep fileinfo
fileinfo

Then fileinfo is not needed I guess :person_shrugging: