Cannot load studio page

The studio page is not loading. it just shows white.

  • 342
  • More
Replies (1)
    • Hello @Hux !

      The white screen by the PHP script's page means that this apge contains the error. You may add the following line to the end of your UNA inc/header.inc.php file:

      ini_set('display_errors", 1);
      

      and get the code of error.

      Login or Join to comment.