Tuesday, October 21, 2014

Fix the connection time out error in Direct Admin file manager.

Issue : When you try to login in Direct Admin file manager section you see the following error :

Your connection has timed out
Details
Consider disabling the Folder Usage Count.


Fix : This connection error can be easily fixed by running the below commands.

1.Edi/usr/local/directadmin/conf/directadmin.conf file and add the line filemanager_du=0

echo "filemanager_du=0" >> /usr/local/directadmin/conf/directadmin.conf

2.Add the line action=directadmin&value=restart in the file /usr/local/directadmin/data/task.queue 

#echo "action=directadmin&value=restart" >> /usr/local/directadmin/data/task.queue

3.Also run the below command.

#/usr/local/directadmin/dataskq

Now you are able to login the Direct Admin file manager. 

No comments: