Announcement

Collapse
No announcement yet.

Debug Mode

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • 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

  • #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


    • #3
      Thanks

      all double

      regards

      Comment

      Related Topics

      Collapse

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎