Hello,
can you please let me know which URL is contacted when automad tries to connect to the update server? We unfortunately have outgoing restrictions and communicate over a proxy on which they will need to configure the update server URL to make this working.
I`m receiving the following error message and I suspect this as the reason.
FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class 'Symfony\Component\Console\Input\StringInput' not found in /var/www/home/automad/src/System/Composer.php:160
Stack trace:
#0 /var/www/home/automad/src/UI/Controllers/PackageManagerController.php(72): Automad\System\Composer->run()
#1 /var/www/home/automad/src/UI/Components/Status/Response.php(154): Automad\UI\Controllers\PackageManagerController::getOutdatedPackages()
#2 /var/www/home/automad/src/UI/Controllers/StatusController.php(58): Automad\UI\Components\Status\Response::render()
#3 [internal function]: Automad\UI\Controllers\StatusController::get()
#4 /var/www/home/automad/src/UI/Dashboard.php(82): call_user_func()
In the backend it also shows me the error message on the automatic update page:
Es kann keine Verbindung zum Update-Server hergestellt werden! Dies kann normalerweise durch eine falsche Update-Konfiguration (config / config.php), einen SSL-Zertifikatfehler oder eine fehlende cURL-Bibliothek verursacht werden.
(sorry, language setting is German but you surely know the error)
cUrl and php7.4-curl is installed.
Thank you!