I was having an issue where WHMCS admin panel was working fine
However client area was showing blank page
So I enabled error logging in WHMCS in configuration.php file using below paraneter
$display_errors = true; and tried accessing WHMCS client area It showed Memory error which was a PHP memory issue Increasing PHP memory fixed the issue