Forums Index > Mewsoft Products > Auctionawy > Auto Installer Error: Can't call method "login" on
pingc First Post Posted on: 03-09-08 05:17 AM
Auto Installer Error: Can't call method "login" on

When I use the FTP tool on Auto Installer page. It shows the paths:

==============================
welcom
User Administrator logged in.

Server root directory is: /
Current directory is: /


================================

When I use the Auto Installer. After the Auto Installer ran, the result is:
=============================================
Transferring file ftp://nysrighttolife.org/ftp-cgi-auction/license.txt in ASCII mode
.
CHMOD 777 ftp://nysrighttolife.org/ftp-cgi-auction/license.txt
CHMOD Command successfull
-----------------------------------
Transferring file ftp://nysrighttolife.org/ftp-cgi-auction/NetAuction.ico in Binary mode
Connection closed.
CHMOD 777 ftp://nysrighttolife.org/ftp-cgi-auction/NetAuction.ico
CHMOD Command successfull
-----------------------------------
Transferring file ftp://nysrighttolife.org/ftp-cgi-auction/feesmaster.pm in ASCII mode
Connection closed.
CHMOD 755 ftp://nysrighttolife.org/ftp-cgi-auction/feesmaster.pm
CHMOD Command successfull
-----------------------------------
Transferring file ftp://nysrighttolife.org/ftp-cgi-auction/search.pm in ASCII mode
Connection closed.
CHMOD 755 ftp://nysrighttolife.org/ftp-cgi-auction/search.pm
CHMOD Command successfull


...... rest of the file transfters are all the same massage......

0 Files Transferred 501 Files Not Transferred
============================================

My ftp site is: ftp://nysrighttolife.org

The FTP Path to CGI Directory: ftp://NYSRIGHTTOLIFE.ORG/ftp-cgi-auction/

The FTP Path to HTML Directory: ftp://NYSRIGHTTOLIFE.ORG/ftp-html-auction/

I select either Update or New Installation, but it gets the same result.
I am using IIS 5.

I don't know where is the problem.

Please help.

Thanks in advance.

Ping
embarrasmentops:
mewsoft Reply #: 1 Posted on: 03-09-08 09:16 AM
Re: Auto Installer Error: Can't call method "login" on

The problem seems in the CGI and HTML paths, paths are directories that should not contain ftp://, you said:

The FTP Path to CGI Directory: ftp://NYSRIGHTTOLIFE.ORG/ftp-cgi-auction/

The FTP Path to HTML Directory: ftp://NYSRIGHTTOLIFE.ORG/ftp-html-auction/

This is not correct, it should be something like:

/cgi-bin/auction

and

/html/auction

to know your paths, login to your site using the FTP Tools that exists on the AUto Installer page and you will see your correct path in the Current directory.

Mewsoft Support
www.mewsoft.com

pingc Reply #: 2 Posted on: 03-09-08 05:22 PM
Auto Installer : Server FTP Utility

Thanks for the reply.

I tried CGI and HTML paths below:

The FTP Path to CGI Directory: cgi-bin/auction
The FTP Path to HTML Directory: auction

or

The FTP Path to CGI Directory: nysrighttolfie.org/cgi-bin/auction
The FTP Path to HTML Directory: nysrighttolfie.org/auction

All got failed on transfering.

================================

Transferring Files...


Transferring file cgi-bin/auction/license.txt in ASCII mode
.
CHMOD 777 cgi-bin/auction/license.txt
CHMOD Command successfull
-----------------------------------
Transferring file cgi-bin/auction/NetAuction.ico in Binary mode
Connection closed.
CHMOD 777 cgi-bin/auction/NetAuction.ico
CHMOD Command successfull
-----------------------------------
Transferring file cgi-bin/auction/feesmaster.pm in ASCII mode
Connection closed.
CHMOD 755 cgi-bin/auction/feesmaster.pm
CHMOD Command successfull
-----------------------------------
Transferring file cgi-bin/auction/search.pm in ASCII mode
Connection closed.
CHMOD 755 cgi-bin/auction/search.pm
CHMOD Command successfull

...... rest of the file transfters are all the same massage......

0 Files Transferred 501 Files Not Transferred

=========================================

My sever root directory is c:\wwwroot
My Auction cgi directory is: c:\wwwroot\cgi-bin\auction
My Auction HTML directory is: c:\wwwroot\auction

Thanks in advance,

Ping
mewsoft Reply #: 3 Posted on: 03-09-08 07:12 PM
Re: Auto Installer Error: Can't call method "login" on

You need to put a backslash at the begainging of the path:
you said:

The FTP Path to CGI Directory: cgi-bin/auction
The FTP Path to HTML Directory: auction

these should be:

The FTP Path to CGI Directory: /cgi-bin/auction
The FTP Path to HTML Directory: /auction

Mewsoft Support
www.mewsoft.com

pingc Reply #: 4 Posted on: 03-09-08 09:54 PM
Auto Installer Transferring Files... Connection Closed

Thanks for your info.

I typed the / this time:

The FTP Path to CGI Directory: /cgi-bin/auction
The FTP Path to HTML Directory: /auction

The first one license.txt sounds transftered, then it shows Connection closed. rest of the transfter.
=======================

Transferring file /cgi-bin/auction/license.txt in ASCII mode
.
CHMOD 777 /cgi-bin/auction/license.txt
CHMOD Command successfull
-----------------------------------
Transferring file /cgi-bin/auction/NetAuction.ico in Binary mode
Connection closed.
CHMOD 777 /cgi-bin/auction/NetAuction.ico
CHMOD Command successfull
-----------------------------------
Transferring file /cgi-bin/auction/feesmaster.pm in ASCII mode
Connection closed.
CHMOD 755 /cgi-bin/auction/feesmaster.pm
CHMOD Command successfull
================================

Thanks,

Ping
mewsoft Reply #: 5 Posted on: 03-10-08 01:43 AM
Re: Auto Installer Error: Can't call method "login" on

You still need to know exactly your FTP path, try to use any FTP program and login to your site, then the path should appear in the FTP program,
it may be for example /Intep/www/xxxyyzz/cgi-bin/auction, etc.

You can simply use your FTP program to install the software i few minutes, read the file install.txt.

Mewsoft Support
www.mewsoft.com

pingc Reply #: 6 Posted on: 03-10-08 04:13 PM
Thank you very much for your help.

:P