![]() |
Parsing problem with ftp_choose_dir.php - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Parsing problem with ftp_choose_dir.php (/thread-3069.html) |
Parsing problem with ftp_choose_dir.php - Eminos - 04-17-2008 08:39 PM Hello, I had this problem when choosing directory in the admin/client gui in RC4, I upgraded to SVN 1121 and the problem is still there (I thought it might have been fixed). Code: Can not open directory ! The source looks like this: Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> So basicly, you can see that the file isn't parsed. Very wierd. Greatful for help... /E RE: Parsing problem with ftp_choose_dir.php - Eminos - 04-18-2008 06:23 AM I'd love some help with this. Someone must know something, or at least tell me how to continue searching for the problem. I have this same problem on two VPS', Debian 4.0, PHP 5.2.5. /E RE: Parsing problem with ftp_choose_dir.php - ephigenie - 04-18-2008 07:24 AM generally it looks as if the script cannot access the files either direct or per ftp (ftp should be default for fastcgi enabled servers) ispcp tries to create a temporar ftp user and uses that to browse through the directories. If there're permission problems or similar it won't work and the output looks like that .. RE: Parsing problem with ftp_choose_dir.php - Eminos - 04-18-2008 07:29 AM Alright. Yes it's fastcgi. What do you sugest that I should do to search for the problem? logs? what should I try? /E RE: Parsing problem with ftp_choose_dir.php - ephigenie - 04-18-2008 07:31 AM try looking if your ispcp creates temp ftp users - try creating one yourself ... RE: Parsing problem with ftp_choose_dir.php - Eminos - 04-18-2008 07:32 AM Sorry, I'm really not a pro with this stuff. I guess there is a command to list the ftp users? /E RE: Parsing problem with ftp_choose_dir.php - ephigenie - 04-18-2008 07:36 AM please before that ensure that your system is running ok i mean ... the other thread ... can you use ftp-accounts you created before you upgraded ? RE: Parsing problem with ftp_choose_dir.php - Eminos - 04-18-2008 07:51 AM Hmm, maybe you're on to something here. Actually I can create new FTP accounts with the ispcp gui, no problem. BUT I can't connect to the FTP server. I get a simple error like this with the net2ftp: "Unable to connect to FTP server localhost on port 21.". And I'm not able to connect with WinSCP/FTP either. The ispCP Admin gui reports that the FTP server is running. /E RE: Parsing problem with ftp_choose_dir.php - Eminos - 04-18-2008 08:01 AM Uuuh, I think I found it. Maybe all my problems are connected. Check this out: The proftpd.conf is not parsed either! (wierd the FTP server would even start this way) Anyway. I guess there is some bug in the update script that's not parsing some files. I will try to change the variables and check if I can get everything running. Thanks for the help. /E RE: Parsing problem with ftp_choose_dir.php - ephigenie - 04-18-2008 08:02 AM yeah maybe the process is running ... but with a wrong config ? which proftpd Version do you run currently ? |