Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #1  
Old 2nd August 2017, 15:19
Zamachi's Avatar
Zamachi Zamachi is offline
Member
 
Join Date: Jul 2017
Posts: 13
Default 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);

Last edited by Zamachi; 2nd August 2017 at 18:09.
Reply With Quote
  #2  
Old 2nd August 2017, 17:33
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
The method? What do you actually mean?
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote
  #3  
Old 2nd August 2017, 18:06
Zamachi's Avatar
Zamachi Zamachi is offline
Member
 
Join Date: Jul 2017
Posts: 13
Default
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

Last edited by Zamachi; 2nd August 2017 at 18:47.
Reply With Quote
  #4  
Old 2nd August 2017, 20:02
thartley55's Avatar
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 204
Default
Quote:
Originally Posted by Zamachi View Post
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
Reply With Quote
Reply

Tags
admin , install , user

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 10:27. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.