After logging into Web-FTP, it shows empty (both the tree and the list). FileZilla works fine and shows the home directory. How to fix this problem? Thanks
How large is the website and how many files does it contain approx? The WebFTP is not able to load if your website contains several thousand files and directories.
Web-FTP is not working with all sites. Even with newly created ones which contain a few files and directories created by ISPConfig by default. I think this problem happened after updating to ISPConfig 2.2.12. Thanks
I've just reupdated to ISPConfig 2.2.12 and the problem still there. The content of error_log is: The content of access_log is: However, when doing /etc/init.d/ispconfig_server restart I get: Thanks
There are no errors in the logs. You got the errors on ISPConfig restart because you executed the start / stop script from within a non existant directory.
Yes, I was trying to execute restart from install_ispconfig after it had been deleted. However, Web-FTP is still showing empty. Thanks
Hi, I have the same problem. I can access ftp through both FileZilla en the local ftp client (using the domain name and just localhost as the hostname). My output of: netstat -tap | grep ftp tcp 0 0 *:ftp *:* LISTEN 4148/proftpd: (acce I am using ISPConfig Version: 2.2.12 (just a clean install, no upgraded version) Uploading a file brings me this message: "FTP: Failed to write Array/.htaccess" LOG Files (and yes, I will see what I can do about that error.ico file message, is this a know issue or am I missing something?): SERVERNAME:/var/www/web12/user# tail /root/ispconfig/httpd/logs/access_log xx.xx.xxx.xxx - - [12/May/2007:19:30:56 +0200] "GET /isp_file/frame_start.php? HTTP/1.1" 302 5 xx.xx.xxx.xxx - - [12/May/2007:19:30:56 +0200] "GET /isp_file/legende.php? HTTP/1.1" 200 373 xx.xx.xxx.xxx - - [12/May/2007:19:30:56 +0200] "GET /isp_file/vorladen.php? HTTP/1.1" 200 1128 xx.xx.xxx.xxx - - [12/May/2007:19:30:56 +0200] "GET /isp_file/placeholder.php? HTTP/1.1" 200 309 xx.xx.xxx.xxx - - [12/May/2007:19:30:56 +0200] "GET /isp_file/edit/ordner.php?&ordner=root&web_id=8 HTTP/1.1" 200 8973 xx.xx.xxx.xxx - - [12/May/2007:19:31:00 +0200] "GET /isp_file/edit/ordner_edit.php?web_id=8&ed=new HTTP/1.1" 200 4924 xx.xx.xxx.xxx - - [12/May/2007:19:31:04 +0200] "POST /isp_file/edit/ordner_save.php HTTP/1.1" 302 5 xx.xx.xxx.xxx - - [12/May/2007:19:31:04 +0200] "GET /isp_file/edit/ordner.php?ordner=root:web&web_id=8 HTTP/1.1" 200 3082 xx.xx.xxx.xxx - - [12/May/2007:19:31:05 +0200] "GET /isp_file/edit/file_upload.php?web_id=8 HTTP/1.1" 200 4281 xx.xx.xxx.xxx - - [12/May/2007:19:31:17 +0200] "POST /isp_file/edit/upload_save.php HTTP/1.1" 200 1870 SERVERNAME:/var/www/web12/user# tail /root/ispconfig/httpd/logs/error_log [Sat May 12 17:56:06 2007] [error] [client xx.xx.xxx.xxx] File does not exist: /home/admispconfig/ispconfig/web/themes/original/img/error.ico [Sat May 12 17:56:58 2007] [error] [client xx.xx.xxx.xxx] File does not exist: /home/admispconfig/ispconfig/web/themes/original/img/error.ico [Sat May 12 17:57:22 2007] [error] [client xx.xx.xxx.xxx] File does not exist: /home/admispconfig/ispconfig/web/themes/original/img/error.ico [Sat May 12 17:57:54 2007] [error] [client xx.xx.xxx.xxx] File does not exist: /home/admispconfig/ispconfig/web/themes/original/img/error.ico [Sat May 12 17:58:04 2007] [error] [client xx.xx.xxx.xxx] File does not exist: /home/admispconfig/ispconfig/web/themes/original/img/error.ico [Sat May 12 17:58:35 2007] [error] [client xx.xx.xxx.xxx] File does not exist: /home/admispconfig/ispconfig/web/themes/original/img/error.ico [Sat May 12 17:59:58 2007] [error] [client xx.xx.xxx.xxx] File does not exist: /home/admispconfig/ispconfig/web/themes/original/img/error.ico [Sat May 12 18:00:36 2007] [error] [client xx.xx.xxx.xxx] File does not exist: /home/admispconfig/ispconfig/web/themes/original/img/error.ico [Sat May 12 18:43:35 2007] [error] [client xx.xx.xxx.xxx] File does not exist: /home/admispconfig/ispconfig/web/themes/original/img/error.ico [Sat May 12 18:44:04 2007] [error] [client xx.xx.xxx.xxx] File does not exist: /home/admispconfig/ispconfig/web/themes/original/img/error.ico Thanks
I have removed the quota limit for the group admispconfig and the problem are solved. Thanks to Falko in thread: http://www.howtoforge.com/forums/showthread.php?p=75316
Folders showing empty files in web-ftp - solved I had this problem and fixed it (vsftp - centos 5 setup) Local ftp users must be chrooted correctly for this to work - even though files may show up in an ftp client it seems ispconfig (correctly) fails to show any files when ftp local users are given more privilleged access for any reason (that is, beyond chroot). Check ftp server settings to make sure local users chroot to correct directory path This worked for me