HTTP 500 Errors since update

@ashaw Are you running php-mysql or php-mysqlnd?

If running mysql you must switch to mysqlnd

Example if running php 7.2 in Centos:
yum swap php72w-mysql php72w-mysqlnd

1 Like