Results 192 comments of Andreas Skomski

Hey and thanks for your request. This sounds like an individual solution and nothing really needed imo. We can keep the request open in case we find enough time and...

Update Apache Webserver ``` sudo apt install apt-transport-https lsb-release ca-certificates software-properties-common -y sudo wget -qO /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/php.list sudo apt update...

Maybe missing some packages Does it work if you run ``` sudo apt install apt-transport-https lsb-release ca-certificates software-properties-common -y sudo wget -qO /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main"...

https://github.com/PhotoboothProject/photobooth/commit/619dfae15ca2785cf3cb0da7b132728a71f22f59 Was called after webserver install, must be added earlier. Also made sure needed packages are installed.

https://php.watch/articles/install-php82-ubuntu-debian

More information about your setup needed. OS Photobooth installed on? PHP version?

https://github.com/PhotoboothProject/photobooth/pull/208 Nextcloud integration is WIP and should be available on next release.