Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   This account has been disabled (Restarted server) (http://www.bvlist.com/showthread.php?t=9573)

Typon 10th October 2013 16:01

This account has been disabled (Restarted server)
 
Hello everybodt :welcome:

I was about to do the setup completely witout any errors..
But when i was about to sleep, i turnd off my pc.. The day after when i was trying to login, i get this error:

Quote:

Login failed!
This account has been disabled.
I was checking in the database, and the user are not disabled in there.
What could be wrong?

//Typon

EDIT: My server is a normal ubuntu 13.04 and im running u-232 v3

DND 10th October 2013 16:06

did u added the id/name of the account in the staff array from config.php ?
check logs for errors. apache or mysql

Typon 10th October 2013 16:07

What number of line are we talking about?

Bump: When i create a new user, i still can't login.. Same error.
It's not just the Admin:sad:

DND 10th October 2013 16:57

u have at the bottom of config, i believe, an array where u need to insert all the ids and names of the users in staff, higher or equal with UC_STAFF
i don't have V3 source running, but from what i remember you should be able to add staff ids from adminpanel.

of you could go to cache directory and edit staff_settings2.php

Code:

/**
 This file created on Feb 27 2012 00:35:47.
 Site Config staff mod by pdq/U-232.
 *
 */
$INSTALLER09['staff']['allowed'] = array(
    'Admin' => 1,
    'System' => 1
);
?>

just put the names eg. Yourname => 1

and then edit staff_settings.php from the same directory

Code:

/**
 This file created on Feb 27 2012 00:35:47.
 Site Config staff mod by pdq/U-232.
 *
 */
$INSTALLER09['allowed_staff']['id'] = array(
    1,
); ?>

and add the ids of the accounts you want to be staff

Typon 10th October 2013 17:25

The information in them was right, so thats not the problem :-/
Hmm I start getting very confused

Bump: I FOUND OUT!!
Sorry for wasting your time..
I got a bitch ass brother who think is fun playing with my projects..

But thanks again!


All times are GMT +2. The time now is 04:20.

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