Comment to 'Blank page on front end after login / Studio showing fine'
  • Hello @haris !

    The white page means some PHP errors on the page. So you need to add the following line to the end of your UNA inc/header.inc.php file:

    ini_set('display_errors', 1);

    Then refresh your "white page" and provide us the error code (s).