In Safari it doesn't work for me eitherOkay, I think I may confirm it in one of the tickets. Works fine in Safari, but Chrome seems to be having issues. Checking what could it be now.
cd /usr/local/directadmin
export LC_TIME=C
killall -9 directadmin
./directadmin d
The issue is more clear now... We were unable to reproduce it, because all of our systems were running in English. I guess you have all of your systems in non-English language? Please confirm the following fixes it for you:
Code:cd /usr/local/directadmin export LC_ALL=en_US.UTF8 killall -9 directadmin ./directadmin d
If it does - it'd be fine as long as you restart DirectAdmin service again.
Code:cd /usr/local/directadmin export LC_ALL=en_US.UTF8 killall -9 directadmin ./directadmin d
We've got 4 tickets on this, but none used official login pages. All were 3rd party ones with mixed SSL content (http:// URLs inside). May someone confirm they have issues with Evolution or Enhanced login pages (default)?
Yes now it works fine on one of my servers.The issue is more clear now... We were unable to reproduce it, because all of our systems were running in English. I guess you have all of your systems in non-English language? Please confirm the following fixes it for you:
Code:cd /usr/local/directadmin export LC_ALL=en_US.UTF8 killall -9 directadmin ./directadmin d
If it does - it'd be fine as long as you restart DirectAdmin service again.
In another of mine it does not go !!Yes now it works fine on one of my servers.
Thank you!!.
Please re-execute same commands thereIn another of mine it does not go !!
Now in the second test that I have done with these same commands, the problem has been solved.Please re-execute same commands thereIt must be related.
I think 1.61.3 is going to be scheduled shortly for this. Thank you for all the confirmations!
The issue is more clear now... We were unable to reproduce it, because all of our systems were running in English. I guess you have all of your systems in non-English language? Please confirm the following fixes it for you:
Code:cd /usr/local/directadmin export LC_TIME=C killall -9 directadmin ./directadmin d
If it does - it'd be fine as long as you restart DirectAdmin service again.
pre-release has been packed with the fix. Just waiting a bit to confirm all is fine before 1.61.3.
cd /usr/local/directadmin
export LC_ALL=en_US.UTF8
killall -9 directadmin
./directadmin d