whmcs and directadmin

sahostking

Verified User
Joined
Jan 29, 2021
Messages
111
Location
South Africa
I have a server with around 1200 accounts on it. However whenever I terminate via whmcs an account it seems to browser through all accounts before terminating?

auth.authenticated
auth.authenticated
User::deny_override:/CMD_API_SHOW_USER_CONFIG: call_level=2, depth1: aborting due to do depth
User::deny_override:/CMD_API_SHOW_USER_CONFIG: call_level=1, depth2: aborting due to do depth
Command::doCommand(/CMD_API_SHOW_USER_CONFIG)
User::deny_override:/CMD_API_SHOW_USER_CONFIG: call_level=2, depth1: aborting due to do depth
User::deny_override:/CMD_API_SHOW_USER_CONFIG: call_level=1, depth2: aborting due to do depth
Command::doCommand(/CMD_API_SHOW_USER_CONFIG)
Command::doCommand(/CMD_API_SHOW_USER_CONFIG) : finished
Command::run: finished /CMD_API_SHOW_USER_CONFIG
Command::doCommand(/CMD_API_SHOW_USER_CONFIG) : finished
Command::run: finished /CMD_API_SHOW_USER_CONFIG
/CMD_API_SHOW_USER_CONFIG


Now sure why its strange and it takes forever to terminate an account due to this. Any ideas? I assume its a whmcs issue because terminating directly from DA server seems fine.
 
Hello,

I have a server with around 1200 accounts on it.

Do you run CloudLinux?

it seems to browser through all accounts before terminating?

Do you see around 1200 GET/POST requests in DirectAdmin logs when you suspend a single account? If there are no 1200 GET/POST requests in DirectAdmin logs, then it has nothing to do with WHMCS at all. And it most likely DirectAdmin or CloudLinux doing its job.
 
Back
Top