I am running a Froxlor instance on Debian 9 (stretch) with the additional apt source:
deb http://debian.froxlor.org stretch main
Just recently I got an update to Froxlor 0.10.2-1+stretch1. After the update was installed and the database was updated by running the web interface as admin, the Let's Encrypt implementation stopped working.
(1) Although I have many domains with enabled Let's Encrypt option the page »sslcertificates« says:
Zitat
There are no domains with SSL certificate
(2) When I try to manually renew all certificates I get the message that something with the database went wrong due to a missing PHP extension although the extension is up and running:
/usr/bin/nice -n 5 /usr/bin/php5 -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --letsencrypt 1
froxlor[2717]: The php PDO extension or PDO-MySQL driver is not available
froxlor[2717]: --- DEBUG: #0 /var/www/froxlor/lib/Froxlor/Database/Database.php(213): Froxlor\Database\Database::getDB() #1 /var/www/froxlor/lib/Froxlor/Cron/MasterCron.php(21│
I have all PHP updates of Debian Jessie installed so I am at: 7.0.33-0+deb9u6.
Maybe there went something wrong with the database update? Can somebody hint me in the right direction, how to debug?
It seems suspicious that the database table `domain_ssl_settings`is empty, although I have many domains with ssl settings.
Question
gunwald
I am running a Froxlor instance on Debian 9 (stretch) with the additional apt source:
deb http://debian.froxlor.org stretch main
Just recently I got an update to Froxlor 0.10.2-1+stretch1. After the update was installed and the database was updated by running the web interface as admin, the Let's Encrypt implementation stopped working.
(1) Although I have many domains with enabled Let's Encrypt option the page »sslcertificates« says:
(2) When I try to manually renew all certificates I get the message that something with the database went wrong due to a missing PHP extension although the extension is up and running:
/usr/bin/nice -n 5 /usr/bin/php5 -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --letsencrypt 1 froxlor[2717]: The php PDO extension or PDO-MySQL driver is not available froxlor[2717]: --- DEBUG: #0 /var/www/froxlor/lib/Froxlor/Database/Database.php(213): Froxlor\Database\Database::getDB() #1 /var/www/froxlor/lib/Froxlor/Cron/MasterCron.php(21│
I have all PHP updates of Debian Jessie installed so I am at: 7.0.33-0+deb9u6.
Maybe there went something wrong with the database update? Can somebody hint me in the right direction, how to debug?
It seems suspicious that the database table `domain_ssl_settings`is empty, although I have many domains with ssl settings.
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.