Page 1 of 1

Warning: ftp_login() [function.ftp-login]: ..etc

PostPosted: 01. October 2005 00:40
by mazhar
Hi There,
Can anyboady help me or guide me to the correct place solving this problem please..

I Installed xamp and checked the security and followed all the instruction and the setup guide .. but I get this message on the security page after i change the ftp username and pass word ..
"Warning: ftp_login() [function.ftp-login]: Login or password incorrect! in C:\Program Files\xampp\security\htdocs\security.php on line 134"

Please let me know if this one is normal or if ther is any way to fix it ..

I looked every where and in this forum about this issue and i couldnt find anything about it except in the language which i cannot understand .. German i think !!!.

Thank you for your help

Cheers

Re: Warning: ftp_login() [function.ftp-login]: ..etc

PostPosted: 26. October 2005 21:17
by ulises
mazhar wrote:Hi There,
Can anyboady help me or guide me to the correct place solving this problem please..

I Installed xamp and checked the security and followed all the instruction and the setup guide .. but I get this message on the security page after i change the ftp username and pass word ..
"Warning: ftp_login() [function.ftp-login]: Login or password incorrect! in C:\Program Files\xampp\security\htdocs\security.php on line 134"

Please let me know if this one is normal or if ther is any way to fix it ..

I looked every where and in this forum about this issue and i couldnt find anything about it except in the language which i cannot understand .. German i think !!!.

Thank you for your help

Cheers


Code: Select all
My solution this you have to go previous versions security.php file 1.4.15 this in /htdocs/security.php search the linea this if :

($command=="ftp")

changes for this if :

($command=="ftp://")
 
Solved your error for which I see finalizes it version of xampp they go it corrected thanks Xampp