sysop account

Started by Luca, June 20, 2011, 12:18:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Pyro

Its fixed and cleared now :)

Thx for all help.

swizzles

Hi Pyro
Follow these steps:
1. Go into your sql database and re-enable yourself
2. Clear memcache >>> /etc/init.d/memcached restart in root or whatever your OS is
3. THen clear your cookies and cache
4. Now login

Pyro

Quote from: swizzles on April 12, 2012, 08:49:48 PM
Quote from: Pyro on April 12, 2012, 08:44:10 PM
I add myself like this:

$TBDEV['allowed_staff']['id'] = array(1,2);  //== Add all staff ids before promotion
//== Add ALL staff names before promote them or before add this code. (case insensitive)
$INSTALLER09['staff']['allowed'] = array( 'Pyro'    => 1,
                                    'System'     => 2
                                    );


But still I get the



You must read the posts carefully!
$INSTALLER09['staff']['allowed'] = array( 'Pyro'    => 1,
                                    'System'     => 2


should be

$INSTALLER09['staff']['allowed'] = array( 'Pyro'    => 1,
                                    'System'     => 1


I know. But its STILL doesnt work. Same error.

swizzles

Quote from: Pyro on April 12, 2012, 08:44:10 PM
I add myself like this:

$TBDEV['allowed_staff']['id'] = array(1,2);  //== Add all staff ids before promotion
//== Add ALL staff names before promote them or before add this code. (case insensitive)
$INSTALLER09['staff']['allowed'] = array( 'Pyro'    => 1,
                                    'System'     => 2
                                    );


But still I get the



You must read the posts carefully!
$INSTALLER09['staff']['allowed'] = array( 'Pyro'    => 1,
                                    'System'     => 2


should be

$INSTALLER09['staff']['allowed'] = array( 'Pyro'    => 1,
                                    'System'     => 1



Pyro

I add myself like this:

$TBDEV['allowed_staff']['id'] = array(1,2);  //== Add all staff ids before promotion
//== Add ALL staff names before promote them or before add this code. (case insensitive)
$INSTALLER09['staff']['allowed'] = array( 'Pyro'    => 1,
                                    'System'     => 2
                                    );


But still I get the


Luca

Thanks Diablo999,! works now...

Diablo999

Did you remember to edit config.php first?
$INSTALLER09['allowed_staff']['id'] = array(1,2);
//== Add ALL staff names before you promote them
$INSTALLER09['staff']['allowed'] = array( 'System'    => 1,
                                    'YourNick'     => 1,

Luca

hy,guys
fail, to create my sysop account,
when staffpanel access, receive the following message,



Could anyone help me out on this one?