Error: ftp_login(): Login incorrect (while capturing Image)
-
Updating database… Failed
Error returned: Type 2, File: /var/www/html/fog/lib/fog/fogftp.class.php, Line 104, Message: ftp_login(): Login incorrect. * Reattempting to update database… Failedat Line 104 I can view as below:
if (@ftp_login(self::$link,$username,$password) === false) self::ft$I have updated the password in
- FOG settings -> FOG_TFTP_FTP_USERNAME, FOG_TFTP_FTP_PASSWORD
- Storage management
Unable to figure out where the issue is. Any kind of help is appreciable!
-
You’re halfway there. There are two other spots to set the password in. Refer to this article, there’s a bit in there about credentials.
https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP
-
@Wayne-Workman : It worked. I just updated the Unix Fog password. Thanks