Right now, my website it up, my ispconfig can be access, and I can ssh to the vps server. But ftp won't connect. Waits for welcome message, then nothing ever happens. All accounts. Restarted with service pure-ftpd-mysql restart Nothing Rebooted whole VPS. Nothing. Rebooted router to get a fresh IP in case it was some weird banning thing. Nothing. This has happened before, but I didn't do anything, and next day it had cleared itself. What I DID notice was errors suddenly in ispconfig like Code: Notice: Undefined index: on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140 Notice: Undefined index: sites:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140 Notice: Undefined index: sites:ftp_user:on_after_update in /usr/local/ispconfig/interface/lib/classes/plugin.inc.php on line 140 Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 187 I've read a few threads about checking the DB - repaired all ispconfig and mysql tables, all were OK except for: mysql.general_log check Error You can't use locks with log tables. mysql.slow_log check Error You can't use locks with log tables. Does anyone know how I can get back into my ftp?
To fix the php notices, please set the correct error_reporting level in the php.ini file(s) and rstart apache: error_reporting = E_ALL & ~E_NOTICE Regarding the FTP issue, please post the output of: cat /proc/user_beancounters
Ah, that was just me trying to find a way of getting apache to show me errors. Didn't work anyway, so changed it back now. No such file, searched the whole filesystem. And then this forum. It appears this has something to do with VPS, and I'm on a VPS, but I don't run it. Could it be something to do with the host machine then?
Cookies and Firefox in FTP? That's a new one for me! I'm using filezilla as my ftp client, but was also using pspad. Both are working fine this morning. Nothing to do with browsers, this is FTP.
Which guide (URL) did you use? Did you try both active and passive transfers in your FTP client? Do you have any error messages that you can share with us?
I am using this guide: http://www.howtoforge.com/pureftpd_mysql_virtual_hosting I don't know about both active and passive transfers in FTP client Could you explain to me? Sorry, i am just a newbie on UNIX/Linux Debian
What Debian version do you use? You can configure your FTP client to use active or passive mode for an FTP connection. I suggest you try both. If one succeeds while the other does not, it's most likely a firewall problem.
Please try chapter 20.1 from http://www.howtoforge.com/perfect-server-debian-squeeze-with-bind-and-courier-ispconfig-3-p6
Oke thankyou for your replying falko I will try that tutorial immediatelly and configure it to my website at http://www.zersnote.com