Debug Mode

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • asterix_ita
    Member
    • Nov 2009
    • 63
    • 4.2.X

    Debug Mode

    vbulletin have now two config files and in both there is the debug option.
    which file should I remove comments for debug?


    Thanks

    Regards
  • Andy
    Senior Member
    • Jan 2002
    • 5886
    • 4.1.x

    #2
    Both config.php files require removing the slashes.

    1) /core/includes/config.php

    // This allows you to enter debug mode, which is for support or development
    // to help understand how pages are built. This should NEVER be enabled in
    // a live environment.
    $config['Misc']['debug'] = true;

    and

    2) /config.php

    // This setting enables debug mode, it should NEVER be used on a live site
    $config['debug'] = true;

    Comment

    • asterix_ita
      Member
      • Nov 2009
      • 63
      • 4.2.X

      #3
      Thanks

      all double

      regards

      Comment

      Related Topics

      Collapse

      Working...