Can someone please help me debug this a bit further? Under php 7.3, all the airtime services are running but the webpages can’t be generated;
Airtime Liquidsoap Service
Loaded: loaded (/etc/systemd/system/airtime-liquidsoap.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2020-06-11 10:59:58 BST; 2s ago
Main PID: 19974 (airtime-liquids)
CGroup: /system.slice/airtime-liquidsoap.service
└─19974 /usr/bin/python /usr/bin/airtime-liquidsoap
Jun 11 10:59:58 fqdn airtime-liquidsoap[19974]: response = meth(req, response)
Jun 11 10:59:58 fqdn airtime-liquidsoap[19974]: File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
Jun 11 10:59:58 fqdn airtime-liquidsoap[19974]: 'http', request, response, code, msg, hdrs)
Jun 11 10:59:58 fqdn airtime-liquidsoap[19974]: File "/usr/lib/python2.7/urllib2.py", line 473, in error
Jun 11 10:59:58 fqdn airtime-liquidsoap[19974]: return self._call_chain(*args)
Jun 11 10:59:58 fqdn airtime-liquidsoap[19974]: File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
Jun 11 10:59:58 fqdn airtime-liquidsoap[19974]: result = func(*args)
Jun 11 10:59:58 fqdn airtime-liquidsoap[19974]: File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
Jun 11 10:59:58 fqdn airtime-liquidsoap[19974]: raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
Jun 11 10:59:58 fqdn airtime-liquidsoap[19974]: HTTPError: HTTP Error 500: Internal Server Error
also
airtime-playout[18719]: 2020-06-11 11:00:32,338 [api_client] [INFO ] Unable to get Airtime API version number.
apache log looks like this;
ip.addres - - [11/Jun/2020:11:21:57 +0100] "GET /api/get-stream-setting/format/json/api_key/CEEMCRK********EN2BK/ HTTP/1.1" 500 4164 "-" "Python-urllib/2.7"
ip.address - - [11/Jun/2020:11:21:57 +0100] "GET /api/version/api_key/CEEMCRK********EN2BK HTTP/1.1" 500 4164 "-" "Python-urllib/2.7"
ip.address - - [11/Jun/2020:11:22:00 +0100] "GET /api/get-stream-setting/format/json/api_key/CEEMCRK********EN2BK/ HTTP/1.1" 500 4164 "-" "Python-urllib/2.7"
ip.address - - [11/Jun/2020:11:22:00 +0100] "GET /api/get-stream-setting/format/json/api_key/CEEMCRK********EN2BK/ HTTP/1.1" 500 4164 "-" "Python-urllib/2.7"
ip.address - - [11/Jun/2020:11:22:02 +0100] "GET /api/version/api_key/CEEMCRK********EN2BK HTTP/1.1" 500 4164 "-" "Python-urllib/2.7"
no errors are generated in the apache2 error.log, at rest or at login. Downgrading from php7.3 to 7.0 and airtime works again, no services needed restarting 
Please let me know what other logs you want to see…