Admin cannot be deleted user . 2.6.4

Please report bugs here!

Moderator: Thorsten

Post Reply
UTAKA
Posts: 37
Joined: Sun Jan 24, 2010 8:01 am
Location: phpmyfaq-jp.org
Contact:

Admin cannot be deleted user . 2.6.4

Post by UTAKA »

Admin cannot delete user . :oops:

1:index.php?action=user&user_action=delete_confirm
2:appears "No ID specified"

admin/user.php Line182

Code: Select all

    if ($userId == 0) {
        $message .= '<p class="error">'.$errorMessages['delUser_noId'].' </p>';
        $userAction = $defaultUserAction;
    } else {

There seems to be no hidden_data(user_id)?
---------------------------------------
Sorry...I am not good at English.
http://www.phpmyfaq-jp.org
---------------------------------------
Thorsten
Posts: 15562
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Admin cannot be deleted user . 2.6.4

Post by Thorsten »

Hi,

it's a known issue, I'm already working on that.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Thorsten
Posts: 15562
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Admin cannot be deleted user . 2.6.4

Post by Thorsten »

HI,

fixed in 2.6.5.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply