Your connection has timed out, disable Folder Usage Count

bytescout

New member
Joined
Jul 5, 2010
Messages
1
Hi everyone,

I' am constantly getting this error using filemanager:

Your connection has timed out, disable Folder Usage Count

Problem is that I cannot figure out how and where I should be doing that

I passed this error message also to my hosting companay and apparantly they do not know this either. Can somebody help me with this one?

Thanks
Arthur
 
And of course only a systems administrator with root access will be able to make the change.

Jeff
 
where and how fix issue? i have admin login and root access
 
Login with putty:

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

and restart directadmin.
 
Didnt work for me

I am logged in as root in Putty and after logging in I didnt go to a specific directory, but ran this command:

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

Then I restarted DirectAdmin

As a DA-admin I can run the filemanager but when I do so as the USER (for whose site this is meant) I still get time outs. No Filemanager.
Any suggestions?
 
another command

Bash:
/usr/local/directadmin/directadmin set filemanager_du 0 restart
 
Back
Top