Admin Login Issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GuitarsCanada
    Senior Member
    • Jan 2006
    • 123

    Admin Login Issue

    OK, got hacked, got that all cleared up and forum is back up and running again. Only thing is I cannot get into my Admin panel. I think its a simple issue just not sure how to go about it. Basically when I go to login in it say "thanks for logging in etc" and then goes right back to the blank login screen again. So its like its logging in then all of a sudden kicks it out and back to login screen again
  • BirdOPrey5
    Senior Member
    • Jul 2008
    • 9613
    • 5.6.3

    #2
    Try disabling hooks...

    To disable the plugin/hook system open your config.php which can be found in your forumroot/includes directory

    Just below
    Code:
    <?php
    enter
    Code:
    define('DISABLE_HOOKS', true);
    and save the file.

    If you would like to enable the plugin/hook system again, either remove the line again or simply comment that line out. To do so, add two forward slashes " / " so it will look like

    Code:
    // define('DISABLE_HOOKS', true);
    Next time you would like to disable the plugin/hook system again
    you simply have to remove the " // ".

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...