Comment to 'SOLVED - Installation has been successfully completed - "Go to Studio" link points to a NOT REACHABLE Internet-Address'
  • I guess that I cannot give you private access to my UNA studio, as calling https://<mydomain>.com/studio/launcher.php delivers a blank screen, and the "Internet-Browser" > "Developer tools" > "Console" issues 7 messages as can be seen in the attached screenshot.

    And it seems that one of the problems here is that "BxDolStudioLogin is not defined" and the other one is the missing "/" between "https://<mydomain>.com" and "gzip_loader.php" as can be seen in the attached screenshot as well, indicated by a yellow highlighted foreground color.

    Any idea why all this happens?

    • Then try to check the following lines in your UNA inc/header.inc.php file:

      define('BX_DOL_URL_ROOT', '[my_url]'); ///< site url

      define('BX_DIRECTORY_PATH_ROOT', '[my_path]'); ///< site path

      Do both constants have the / sign at the end? If not, then try to add it and clear the content of the cache and cache_public folders.