I have searched the forum for similar issues
on
This category is for issues regarding specific apps, NOT general issues with YunoHost.
on
This form is written in English but feel free to write in French if you’re more comfortable!
on
What type of hardware are you using
Virtual machine
What YunoHost version are you running
11.2.31
What app is this about
Movim
Describe your issue
After completing the installation, the following SSH command should be executed:
No user was set as admin! You need to login once, and then run this command:
sudo -u movim php__PHPVERSION__ /var/www/movim/daemon.php setAdmin
As described here: movim/INSTALL.md at master · movim/movim · GitHub
But this ends in an error:
e************@akchat:~$ sudo -u movim php__PHPVERSION__ /var/www/movim/daemon.php setAdmin waschk@akchat.de
[sudo] password for e************:
sudo: php__PHPVERSION__: command not found
When I call up the original installation instructions, I have to enter the following command:
php daemon.php setAdmin {jid}
This ends also in an error, because PHP 8.X must be installed and at the moment 7.3 ist the newest in Yunohost.
Please help
Share relevant logs or error messages
sudo: php__PHPVERSION__: command not found