Warning! The RK-CMS distribution is distributed exclusively through rk-cms.ru. Downloading copies from third-party resources may result in data loss or installation of malware.

Menu
    300 140

    In test mode, all available errors are displayed. Hidden sections are also available for testers and developers.

    How to enable test mode

    To enable test mode, open the rk-config.php file in any editor. The rk-config.php file is located in the root directory.

    Replace the line:

    define('RK_DEBUG', false);

    with

    define('RK_DEBUG', true);

    How to disable test mode

    To disable test mode, open the rk-config.php file in any editor. The rk-config.php file is located in the root directory.

    You need to replace the line:

    define('RK_DEBUG', true);

    with

    define('RK_DEBUG', false);

    Note that false and true are entered without quotes.

    Category: Site management
    Back to Wiki

    We use cookies to improve the functioning of the site and its interaction with users. By continuing to use the site, you consent to the use of cookies (find out more).

    You can always disable cookies in your browser settings.