P
P
prof12017-01-13 14:13:08
1C-Bitrix
prof1, 2017-01-13 14:13:08

Bitrix. White screen of death?

Transferred the site on Bitrix to another server.
The assembly of the lamp is all the same,
but Bitrix gives a white page when entering the admin panel, and on the main site:
SetPageProperty$APPLICATION->SetPageProperty("HIDE_CONTAINER", "Y"); ?>
ShowTitle(false) ?>
In /bitrix/php_interface/dbconn.php file: $DBDebug = true; connected
In /bitrix/.settings.php set 'debug' => true
The logs are empty.
What could be?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
P
prof1, 2017-01-13
@prof1

Understood.
I'll leave it for history and for those who have such garbage pop up:
In php.ini change the value of short_open_tag

V
Vadim, 2017-01-13
@zomik

Has the PHP version changed? maybe this is the reason

A
Alexey Zakharov, 2017-01-13
@konratnox

enable logging to the file in /bitrix/.settings.php

'log' => array (
        'settings' => array (
          'file' => $_SERVER["DOCUMENT_ROOT"].'/bitErrorLog.log',
          'log_size' => 3000000,
        ),
      ),

P
Pavel, 2020-04-20
Sayk @PiSaiK

Check out a library that works with MySQL. Mysqli is enabled by default. Try enabling mysql
5e9e04ad279b6573351095.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question