DirectAdmin 1.44.3 has been released

I upgraded from version 1.44.1 to 1.44.3 using the control panel. Then when I check custombuild, it says this:

Code:
Latest version of DirectAdmin: 1.44.2
Installed version of DirectAdmin: 1.44.3

DirectAdmin 1.44.3 to 1.44.2 update is available.

By the way, I am on files1. When I check in the control panel, it says this:

Code:
Compiled on	CentOS 6.0 64-Bit
Compile Date	Dec 26 2013, 11:38:37
Server Version	1.44.3
Current Available Version	1.443000
Last Updated	Fri Dec 27 00:17:17 2013
Last Restart	Fri Dec 27 00:17:19 2013
 
Here is a bug: After upgrading from DirectAdmin 1.44.1 to 1.44.3, then AWStats does not seem to work any more. It happens on all my servers and domains. In Enhanced skin it now only says "No Awstats" in the drop down box at CMD_USER_STATS?domain=domain.com

However all the awstats data is still present at FTP on /home/user/domains/domain.com/awstats/...

Please confirm this bug and fix it as soon as possible. We are going to get a lot of support tickets from customers because of this. All the servers is running CentOS 6.4 64bit.
 
Last edited:
Hello,

1) versions.txt had 1.44.2, I've updated that.

2) I'm not seeing that on our test box.. If the problem persists, send us an email to support@.. I might need to take a look.
 
2) I'm not seeing that on our test box.. If the problem persists, send us an email to support@.. I might need to take a look.

Thanks. I have now sent you a new email, I had previous already sent you a email, so I just took a reply on the email in my "sent" folder. The subject on that email is: "Re: AWStats don't work after upgrade"

I have provided root password to one of my servers, and also a regular account in DirectAdmin, and hope you can look into this soon. Waiting for your answer. Thanks!
 
Issue found/fixed.

It has to do with the custom awstats_process.sh where the ADD_HTML=0 does not create an index.html.
The previous DA code required that file in order to know that there was something to look at.
By default ADD_HTML=1 is used, so most people won't be affected.

For those who are, I've added a change to the code to show the awstats dropdown if the index.html exists OR the awstats.pl exists.

I've uploaded all pre-release binaries, but have also re-uploaded this small change to the production binaries as well (for anyone who updates to 1.44.3 after this point), so that any future updates will get the fix.
Since it's a custom change which fewer people will do, I'm not sure it warrants another full release, but we can re-assess that many others are affected.

Anyway, for those who are, just update to the pre-release binaries:
http://help.directadmin.com/item.php?id=408

John
 
Hi
After an eternity DirectAdmin does not open?

[root@server custombuild]# service directadmin restart
Stopping DirectAdmin: [FAILED]
Starting DirectAdmin: [FAILED]
[root@server custombuild]#
 
@abolfazl201358

Follow this guide:
http://help.directadmin.com/item.php?id=75

Start with step 6.

John

Hi
The method was mentioned
Unfortunately that does not work
After another eternity DirectAdmin was launched
[root@server directadmin]# cd /usr/local/directadmin
[root@server directadmin]# ./directadmin b200
[root@server directadmin]# service directadmin start
Starting DirectAdmin: [FAILED]

[root@server scripts]# cat /etc/redhat-release
CentOS release 6.5 (Final)
[root@server scripts]# uname
Linux
[root@server scripts]# uname -r
2.6.32-431.el6.x86_64
[root@server scripts]# uname -m
x86_64
[root@server scripts]#
 
Last edited:
Hi
Having trouble finding an Update DirectAdmin
After you've found the cause centos6.5 with license and DirectAdmin will not launch
If the update was no problem with centos6.4
Is it our sense right?
 
Do we need to run set_permissions.sh or does DA automatically run it after the upgrade?
Regarding the task_queue_processes permission, no, you don't need to run anything.
DA will look for chmod 600 and set it to 700 for each call/run.

John
 
@abolfazl201358
send us an email to support@ with the output of:
Code:
cd /usr/local/directadmin
./directadmin o
cat /etc/redhat-release
uname -m
John
 
@abolfazl201358
send us an email to support@ with the output of:
Code:
cd /usr/local/directadmin
./directadmin o
cat /etc/redhat-release
uname -m
John
hi ....
[root@server directadmin]# ./directadmin o
Compiled on 'CentOS 6.0 64-Bit'
Compile time: Dec 27 2013 at 11:59:00
Compiled with IPv6
[root@server directadmin]# cat /etc/redhat-release
CentOS release 6.5 (Final)
[root@server directadmin]# uname -m
x86_64

....
 
Back
Top