Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   admin user after install (http://www.bvlist.com/showthread.php?t=11200)

Zamachi 2nd August 2017 15:19

admin panel dont access
 
Hello :)

I have installed U232, but I dont have access to the admin panel.
i have modified the staff_settings php but is not work

my config on staff_setting:
$INSTALLER09['staff']['allowed'] = array('paul' => 2,'System' => 2);


my config on staff_settings2 :
$INSTALLER09['staff']['allowed'] = array('paul' => 2,'System' => 2);

Chez 2nd August 2017 17:33

The method? What do you actually mean?

Zamachi 2nd August 2017 18:06

i have a similar problem : http://www.bvlist.com/showthread.php?t=11123i have access to staffpanel but i dont have access to admin panel

thartley55 2nd August 2017 20:02

Quote:

Originally Posted by Zamachi (Post 50479)
Hello :)

I have installed U232, but I dont have access to the admin panel.
i have modified the staff_settings php but is not work

my config on staff_setting:
$INSTALLER09['staff']['allowed'] = array('paul' => 2,'System' => 2);

my config on staff_settings2 :
$INSTALLER09['staff']['allowed'] = array('paul' => 2,'System' => 2);

staff_settings.php...the line should read...
$INSTALLER09['allowed_staff']['id'] = array(1,2);

HINT...they should be the ID number of each user allowed.

staff_settings2.php...the line should read...
$INSTALLER09['staff']['allowed'] = array('paul' => 1,'System' => 1);

HINT...there should be an entry for each username allowed...and they should all be => 1


All times are GMT +2. The time now is 17:01.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.