Can´t login to studio. White page only

Hi all. I was finally able to install the script, but the home page appears all messy, without any template, and, when I go to the admin log in page, I get a white page... No form to log in. Has this happened to anybody recently? I´m using the latest version.

I´ve already deleted the "install" folder from the ftp.

I look forward to getting any ideas! Thanks.

Best regards. Hernán

  • 119
  • More
Replies (3)
    • Hello @hernanlr !

      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 code of the error(s).

      • Hi LeondiS.

        Thanks for your quick response.

        This is the error:

        Fatal error: require_once(): Failed opening required 'BX_DIRECTORY_PATH_INCdesign.inc.php' (include_path='.:/usr/local/php74/pear') in /home/customer/www/realestateexperts.eu/public_html/studio/launcher.php on line 12

        I look forward to your comments.

        Best regards.

        Hernán

        • UPDATE: the site has an almost empty inc/header.inc.php file, it doesn't contain any constants, path, URL DB connection parameters.

          Login or Join to comment.