In test mode, the sсript displays all available errors. Hidden sections are also available for tests and developers.
How to enable test mode
To enable test mode, you need to open the rk-config.php file in any editor. The rk-config.php file is located in the root directory.
You need to rеplace the line:
define('RK_DEBUG', false);
on
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 rеplace the line:
define('RK_DEBUG', true);
on
define('RK_DEBUG', false);