Welcome Visitor, Please Login or Register Now Sunday, April 28, 2024 07:27 PM 
Forums Index > Mewsoft Products > Auctionawy > Auto Installer Error: Can't call method "login" on
New Topic   New Reply
Search for:
Author Message
pingc pingc's personal page
Registered Member
Posts: 9 Display member's posts
Joined: 04-28-24 07:27 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Auto Installer Error: Can't call method "login" on Edit Delete Reply with quote Quote
First Post Posted on: 03-09-08 05:17 AM next post first post
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 mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-28-24 07:27 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Auto Installer Error: Can't call method "login" on Edit Delete Reply with quote Quote
Reply #: 1 Posted on: 03-09-08 09:16 AM next post previous post
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 pingc's personal page
Registered Member
Posts: 9 Display member's posts
Joined: 04-28-24 07:27 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Auto Installer : Server FTP Utility Edit Delete Reply with quote Quote
Reply #: 2 Posted on: 03-09-08 05:22 PM next post previous post
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 mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-28-24 07:27 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Auto Installer Error: Can't call method "login" on Edit Delete Reply with quote Quote
Reply #: 3 Posted on: 03-09-08 07:12 PM next post previous post
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 pingc's personal page
Registered Member
Posts: 9 Display member's posts
Joined: 04-28-24 07:27 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Auto Installer Transferring Files... Connection Closed Edit Delete Reply with quote Quote
Reply #: 4 Posted on: 03-09-08 09:54 PM next post previous post
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 mewsoft's personal page
Administrator Team Member
Posts: 5381 Display member's posts
Joined: 04-28-24 07:27 PM
Location: knxoville, TN, USA
Member Offline
View Member's Profile Visit member's website Mewsoft Corporation Send private message ICQ Messenger: ICQ AIM Messenger: AIM YIM Messenger: Yahoo MSN Messenger: MSN
 
Back to top
Re: Auto Installer Error: Can't call method "login" on Edit Delete Reply with quote Quote
Reply #: 5 Posted on: 03-10-08 01:43 AM next post previous post
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 pingc's personal page
Registered Member
Posts: 9 Display member's posts
Joined: 04-28-24 07:27 PM
Member Offline
View Member's Profile Send private message
 
Back to top
Thank you very much for your help. Edit Delete Reply with quote Quote
Reply #: 6 Posted on: 03-10-08 04:13 PM last post previous post
:P
Page 1 of 1
Go to page:

New Topic   New Reply Mark Unread
Jump to:  
Delete   Move     Lock   +Favorits   +Notify   Print