CMD_LICENSE | HTML error ../login.hist is out of order

level4

Verified User
Joined
Jan 14, 2020
Messages
8
Hello All,

At some point during DA updates, the license page got broken in my DA installation.
Once i approach page /CMD_LICENSE i got error:

Code:
{"error":"An Error has occurred","result":"Unable to respond with HTML","extended":false}

I read this thread, showing some people have the same issues, but they seem to be resolved for these OP's.
- and this thread -

Changing themes and other suggestions made in these threads dont change the behavior in my case.

Therefore I believe my issue has a different cause.

When i run DA in debugmode, and approach this page, i get the following log:
Code:
2022/04/12 12:15:28 error unable to respond with HTML error=data/users/admin/login.hist is out of order path=/CMD_LICENSE

I checked this file, and its empty.
I deleted it and retried with same result.
I copied a login.hist file from another user having content to the /admin folder, but still same result.
I logged in with "admin2" and get the same result. (having "../admin2/login.hist is out of order" in debugmode)

-

I first noticed the problem beëing on on 1.63.6, and upgraded to 1.63.8 through cli, with no improvement.

Anyone has an idea how to resolve this ?
 
Last edited:
As a last resort, anyone ?

If not, I think i have to support the project and need to reactivate my DA support for this.
 
As a last resort, anyone ?

If not, I think i have to support the project and need to reactivate my DA support for this.
OS and Version

Did you try
Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build clean
./build update
./build update_da
 
Back
Top