Installation step Check requirements displays empty screen

If during installation or update the second step "Check requirements" is loading for very long time and then displays just an empty screen instead of results of requirements check, create file custom.php in scripts/ subdirectory of LiveAgent installation directory, and copy the following code into the file:

<?php
define('CHECK_MYSQL_DISABLED', true);

 

×