Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #1  
Old 1st April 2014, 15:28
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Question Need some help please
Hello guys,

I'm using Project-u232 V2 and it runs smoothly but I want to figure out how to solve two things.

First thing... I've created a first account named DooMFeaR on userid 1. Then I've created a second account named System, of course with userid 2. Then a friend of mine created an account from his computer named Bller with userid 3. Everything looks great here. I've promoted the accounts to the SysOP class. I modified config.php file to look like that:
Code:
//==Add all your Staff ids
$INSTALLER09['allowed_staff']['id'] = array(1,2,3);
//== Add ALL staff names before you promote them
$INSTALLER09['staff']['allowed'] = array( 'System'    => 2,
						'DooMFeaR'	=> 1,
						'Bller'	=> 3);
The thing is, when I'm logged with System, the staffpanel works great. When I try to access the staffpanel with the other account, I get an error and automatically demoded. How can I solve this problem? Where I did wrong?

The second problem I need to solve
When my friend tries to log in from his home computer, his account gets disabled and in the shoutbox appears the following error. (See the printscreen). Why his account gets disabled?

* Sorry for my bad english and I hope someone can help me! Thanks in advance!

Click the image to open in full size.
__________________
* Ubuntu Linux User since 2009 *
Reply With Quote
  #2  
Old 1st April 2014, 20:17
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
after I edit my config.php for allowed staff I use this :

Code:
<?php

 //clear cache
$memcache = new Memcache;
    $memcache->connect("localhost",11211);
    $memcache->flush();
    //print_r($memcache->getStats());
header("Location: {$INSTALLER09['baseurl']}/index.php");
?>
saved as memcache.php & then upload to /var/www then run it like so : http://domain.com/memcache.php

I had the same issue but that seems to fix my problem good luck!
Reply With Quote
The Following User Says Thank You to BamBam0077 For This Useful Post:
DooM (2nd April 2014)
  #3  
Old 2nd April 2014, 08:28
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
Code:
//==Add all your Staff ids $INSTALLER09['allowed_staff']['id'] = array(1,2,3);
 //== Add ALL staff names before you promote them 
$INSTALLER09['staff']['allowed'] = array( 'System'    => 1, 'DooMFeaR'    => 1, 'Bller'    => 1);
the "1" means it's allowed. the ids are written on the line above.
i think this is the reason.
Reply With Quote
  #4  
Old 2nd April 2014, 15:18
DooM's Avatar
DooM DooM is offline
Senior Member
 
Join Date: Feb 2009
United Kingdom
Posts: 118
Default
Quote:
Originally Posted by DeNeDe View Post
Code:
//==Add all your Staff ids $INSTALLER09['allowed_staff']['id'] = array(1,2,3);
 //== Add ALL staff names before you promote them 
$INSTALLER09['staff']['allowed'] = array( 'System'    => 1, 'DooMFeaR'    => 1, 'Bller'    => 1);
the "1" means it's allowed. the ids are written on the line above.
i think this is the reason.
Thanks! Now I get it!
How about the 2nd problem? Can anyone help me?
__________________
* Ubuntu Linux User since 2009 *
Reply With Quote
  #5  
Old 2nd April 2014, 16:01
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
this should have fixed it..
Reply With Quote
The Following User Says Thank You to DND For This Useful Post:
DooM (2nd April 2014)
  #6  
Old 10th April 2014, 05:13
Joe Joe is offline
Senior Member
 
Join Date: Apr 2010
P2P
Posts: 167
Default
IF your running any kind of memcache then you need to update it. clear cache and reset him back clear cache again this should fix the trouble..
Reply With Quote
The Following User Says Thank You to Joe For This Useful Post:
DooM (23rd May 2014)
Reply

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 12:24. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.