You may not delete/move this user - The user is either: (But they're NOT!)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • OhioScions.com
    New Member
    • Mar 2005
    • 25
    • 4.0.x

    #16
    Thanks for this thread.

    It fixed my existing problem as well.

    I didn't know their mod id #, so I changed it to reflect this:

    DELETE FROM `moderator` WHERE `moderator`.`userid` =XX LIMIT 1
    <facepalm>

    Comment

    • cbiweb
      Senior Member
      • Apr 2004
      • 2658
      • 4.1.x

      #17
      I have the same problem. Strangely, it involves three members, just like with GearTripper's issue. All, and I mean ALL settings have been checked (and I do know where all the settings are), and all the various troubleshooting already discussed has been tried.

      A big THANK YOU to GearTripper for figuring out which queries to run, as I was going ask that very thing. And like him, I do wonder what caused this to happen.
      ~ Life isn't always fair, but you can be. ~

      Comment

      • baghdad4ever
        Senior Member
        • Apr 2007
        • 587
        • 4.1.x

        #18
        if you dont want to enter phpmyadmin to know moderator id

        you can use this

        Code:
        DELETE FROM `moderator` WHERE `moderator`.`userid` =[COLOR=Red]x[/COLOR] LIMIT 1 ;

        where x is

        id number of the moderator must be removed


        take backup before you run this query

        Comment

        Related Topics

        Collapse

        Working...