PDA

View Full Version : Problems setting up EE !!!


ReLeone1
19th of March 2006 (Sun), 12:37
I have problems setting up EE on my webspace. I am not sure what I am doing wrong but I am always getting error messages when testing the ftp server.

I am told that login is invalid but I am sure I have inserted the right values. I have tried it several times without success.

LOGIN (username and password): FAILED Reason: ftp_login(): Login incorrect.
UPLOAD TEST IMAGE 'ee_test0.jpg': FAILED Reason: ftp_put(): Please login with USER and PASS
UPLOAD TEST IMAGE 'ee_test1.jpg': FAILED Reason: ftp_put(): Please login with USER and PASS
UPLOAD TEST IMAGE 'ee_test2.jpg': FAILED Reason: ftp_put(): Please login with USER and PASS
UPLOAD TEST IMAGE 'ee_test3.jpg': FAILED Reason: ftp_put(): Please login with USER and PASS
UPLOAD TEST IMAGE 'ee_test4.jpg': FAILED Reason: ftp_put(): Please login with USER and PASS
DELETE REMOTE TEST IMAGE 'ee_test0.jpg': FAILED Reason: ftp_delete(): Please login with USER and PASS
DELETE REMOTE TEST IMAGE 'ee_test1.jpg': FAILED Reason: ftp_delete(): Please login with USER and PASS
DELETE REMOTE TEST IMAGE 'ee_test2.jpg': FAILED Reason: ftp_delete(): Please login with USER and PASS
DELETE REMOTE TEST IMAGE 'ee_test3.jpg': FAILED Reason: ftp_delete(): Please login with USER and PASS
DELETE REMOTE TEST IMAGE 'ee_test4.jpg': FAILED Reason: ftp_delete(): Please login with USER and PASS

Any idea what could causing these error messages?

Pekka
19th of March 2006 (Sun), 15:09
Switch to EE FTP engine in ftp editor page, it gives more detailed messages in message editor.

Basically "Login incorrect" means one or more of three things:
- server is wrong (it responds, but it's not the correct server)
- username is wrong
- password is wrong.

Also, if your ftp is your same as your domain, try 127.0.0.1 or localhost. In some cases localhost/yourdomain works, too.

Cyclist
20th of March 2006 (Mon), 14:13
Please make sure that you really insert the FTP username and password. I had problems when I accidently thought I had to insert the MYSQL username and password. After I figured out that problem averything worked without problems.