[Solved] Debugger cant be disabled

edited June 2014 in Vanilla 2.0 - 2.8


Gettiong this message evenafter disabled , i verified config.php

Comments

  • Quoting @Shadowdare's answer:

    That message box is from the Yaga application. It only is displayed if debug is enabled in Vanilla.

    Set the debug setting to false in /conf/config.php like so:

    $Configuration['Debug'] = false;
    
  • Solved the issue Thanks

Sign In or Register to comment.