I'm trying to install MLM using the automatic install with hostgator but it gives me a "500 Unknown command" error in the log and then it just stops working:
I have "localhost" set for my SQL host as was mentioned in another thread, but it still isn't working.
Code:
> CWD /public_html/mysite.com/lm
550 Can't change directory to /public_html/mysite.com/lm: No such file or directory
> MKD /public_html/mysite.com/lm
257 "/public_html/mysite.com/lm" : The directory was successfully created
> CWD /public_html/mysite.com/lm
250 OK. Current directory is /public_html/mysite.com/lm
> CWD /public_html/mysite.com/lm/html
550 Can't change directory to /public_html/mysite.com/lm/html: No such file or directory
> MKD /public_html/mysite.com/lm/html
257 "/public_html/mysite.com/lm/html" : The directory was successfully created
> CWD /public_html/mysite.com/lm/html
250 OK. Current directory is /public_html/mysite.com/lm/html
> CWD /public_html/mysite.com/lm/html
250 OK. Current directory is /public_html/mysite.com/lm/html
> SIZE index.html
550 Can't check for file existence
> PASV
227 Entering Passive Mode (74,52,11,248,29,108)
> TYPE A
200 TYPE is now ASCII
> STOR index.html
150 Accepted data connection
> CWD /public_html/mysite.com/lm/html
226-File successfully transferred
226 0.172 seconds (measured here), 4.15 Kbytes per second
250 OK. Current directory is /public_html/mysite.com/lm/html
> SIZE subscribe_multiple.php
550 Can't check for file existence
> PASV
227 Entering Passive Mode (74,52,11,248,162,76)
> STOR subscribe_multiple.php
150 Accepted data connection
> CWD /public_html/mysite.com/lm/html
500 Unknown command
226-File successfully transferred
226 0.237 seconds (measured here), 35.40 Kbytes per second
I have "localhost" set for my SQL host as was mentioned in another thread, but it still isn't working.