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.
rеplace 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 rеplace the line:
define('RK_DEBUG', true);
with
define('RK_DEBUG', false);
Please note that false and true are filled in without quotes.