View Full Version : Clients not all showing
voidzero
7th October 2009, 23:05
I have about 5 clients, but there are only 2 showing. Even a newly added customer is not being shown. I don't know how to fix this. The problem is now that I cannot review their settings, limits etc.
voidzero
7th October 2009, 23:10
I have about 5 clients, but there are only 2 showing. Even a newly added customer is not being shown. I don't know how to fix this. The problem is now that I cannot review their settings, limits etc.
Found it:
in client_list.php:
$app->listform_actions->SQLExtWhere = "limit_client = 0";
Some are set to -1. Should I change that in the DB?
till
8th October 2009, 10:42
There has no code to be changed! You mix up clients and resellers, the clients that you allowed to have subclients, are in the resellers list.
voidzero
8th October 2009, 10:47
There has no code to be changed! You mix up clients and resellers, the clients that you allowed to have subclients, are in the resellers list.
Oh, nono, sorry. I didn't mean that I wanted to change code; I meant that this code was in client_list.php, but that in my database, my clients had limit_client set to -1 thus they weren't shown in any list. I changed the values of -1 in the database to 0 and now they show up again. But I wonder why this has happened.
till
9th October 2009, 12:22
Ok, clients with limit_client set to -1 should be shown as resellers of course, thanks for reporting this. I've added it to the bugtracker.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.