plug ins turned off config file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CUBS
    Senior Member
    • Oct 2004
    • 473
    • 4.2.x

    [Forum] plug ins turned off config file

    I had my web guy tuin off my plug ins in my config file. Now can someone walk me through it and to turn them back on. What code do I remove please from the config file. can you post the exact code that I delete please. Thank You
  • donald1234
    Senior Member
    • Oct 2011
    • 1953
    • 4.1.x

    #2
    Hi, you should remove this line from your config.php
    Code:
     
     [COLOR=#000000][COLOR=#0000BB]define[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'DISABLE_HOOKS'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]tru[COLOR=#007700]e);[/COLOR][/COLOR][COLOR=#007700] [/COLOR][/COLOR]
    right under <?php Alternatively you could just comment it out by adding two lines before the code like so
    Code:
    //[COLOR=#000000][COLOR=#0000BB] define[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'DISABLE_HOOKS'[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]tru[COLOR=#007700]e);[/COLOR][/COLOR][COLOR=#007700] [/COLOR][/COLOR]
    that way you can just remove the two lines if you want to disable mods in the future.

    Comment

    Related Topics

    Collapse

    Working...