DirectAdmin 1.61.1 has been released

DirectAdmin Support

Administrator
Staff member
Joined
Feb 27, 2003
Messages
9,158
Hello,

We're pleased to announce DirectAdmin 1.61.1.

This is primarily a bug-fix release, but there are some fun new features added.
All changes are listed in the versions system:
https://www.directadmin.com/versions.php?version=1.611000

New Features:
Bug fixes:

To update, go to your Admin Level » Licenses/Updates.
Let us know if you have any issues.

John
 
Hi John,

I have a major issue on all servers updated to 1.61.1....

The drop-down menu allowing to select the php version only shows the major number.

I have php-fpm73 and php-fpm74 installed, and that drop down only shows php-fpm70 !
One of my customers having php-fpm56, php-fpm7.2 and php-fpm73 only has php-fpm70 and php-fpm50 in that drop down menu.
 
Hi John,

I have a major issue on all servers updated to 1.61.1....

The drop-down menu allowing to select the php version only shows the major number.

I have php-fpm73 and php-fpm74 installed, and that drop down only shows php-fpm70 !
One of my customers having php-fpm56, php-fpm7.2 and php-fpm73 only has php-fpm70 and php-fpm50 in that drop down menu.

Same problem here.
 
I ran "chattr +i" on all users httpd.conf files on close to 100 servers, to make sure they wouldn't be modified.
 
I have installed now a "BETA"
With A script to update Directadmin from beta or stable channel

after this the php Versions are showing the right version again.
 
Hi Marwen,

Should I wait for a new build or install that BETA on close to 100 servers ?
In the event of a new build, when will it be available ?
 
Centos 7 - with nginx_apache php-fpm
Enhanced Skin show PHP Selector normally
It seem is happending on other skin
 
@Marwen : for your information, under Debian 10 the stable and beta versions have the same version number, compiled date and timestamp.

Code:
[+] Directadmin beta version installed
Version: DirectAdmin v.1.61.1
Compiled on 'Debian 10.0 64-bit'
Compile time: Jun  1 2020 at 17:56:17
Timestamp: '1591055751'
Compiled with IPv6
Static binary: yes
gettext support: yes
gettext path: /usr/local/directadmin/data/lang

[+] Directadmin stable version installed
Version: DirectAdmin v.1.61.1
Compiled on 'Debian 10.0 64-bit'
Compile time: Jun  1 2020 at 17:56:17
Timestamp: '1591055751'
Compiled with IPv6
Static binary: yes
gettext support: yes
gettext path: /usr/local/directadmin/data/lang
 
Temporary fix to those affected:
Code:
export LC_ALL=en_US.UTF-8
killall -9 directadmin
/usr/local/directadmin/directadmin d

We're checking it now, might just be a 'visual' bug when custom OS locale is used :)
 
Temporary fix to those affected:
Code:
export LC_ALL=en_US.UTF-8
service directadmin restart

We're checking it now, might just be a 'visual' bug when custom OS locale is used :)
ah the old LC_ALL
 
Back
Top