The eAuction Support Forums
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl
eAuction 1.6.1.x >> Start Up and more >> eauction
https://www.everyscript.de/cgi-bin/yabb/YaBB.pl?num=1133396578

Message started by ckaeser on 12/01/05 at 01:22:57

Title: eauction
Post by ckaeser on 12/01/05 at 01:22:57

I need help. I will make a donation if you will help me with the installation process.  Just so that you know, I am not an expert at this kind of stuff. So Please bear with me.

This is the error I am getting when I type this in (http://home.fuse.net/tolsonmotorsports/cgi-bin/eAuction161/eAuction.pl)


Error

No such file or directory

YOUR SET UP IS NOT CORRECT

Click
eAuction Script-Forums
if you need support

This is what I did so far.
Am I missing something?

#-#############################################
# Config-Section-01
#-#############################################

# The name of your servers cgi-bin directory
   $config{'cgi_dir'}            = 'home.fuse.net/tolsonmotorsports/eAuction161'; # Default for most servers
   
# The cgi-bin subdirectory where your eAuction.pl will be stored
   $config{'auction_dir'}      = 'cgibin/auction';
   
# The Path to a 'NON-WEBACCESSABLE' directory of your system
# Maybe you have to chmode it if you use your own setting

  $config{'get_path'}              = 1; # Set this from 1 to 0 if you want to use your own setting  
  $config{'basepath'}              = 'home.fuse.net/tolsonmotorsports/cgibin/eAuction161';

# You need to assign either a mail program or
# a mail host so e-mails can be sent out.
# Configure your MAIL PROGRAM

  $config{'get_mail'}            = 1; # Set this from 1 to 0 if you want to use your own setting  
  $config{'mailprog'}            = '/Your/Path/To/sendmail'; # no additional options please
 
# or Configure your MAIL HOST (SMTP)
   #$config{'mailhost'}      = 'http://YourSMTP-Host';    
   
# Set this from 0 to 1 if the script is running with a real Web-Server
   $config{'web_server'}      = 0;
   

Thank you for your time you might spend with me.
Connie

Title: Re: eauction
Post by Dieter Werner on 12/01/05 at 10:12:02

Try this:

Code:
# The name of your servers cgi-bin directory
   $config{'cgi_dir'}            = 'cgibin';
   
# The cgi-bin subdirectory where your eAuction.pl will be stored
   $config{'auction_dir'}      = 'eAuction161';
   
# Set this from 0 to 1 if the script is running with a real Web-Server
   $config{'web_server'}      = 1;

Title: Re: eauction
Post by ckaeser on 12/08/05 at 03:38:04

It didn't work.  I've tried everything.

It still says:  

Error

Permission denied

YOUR SET UP IS NOT CORRECT

Click
eAuction Script-Forums
if you need support



Title: Re: eauction
Post by Dieter Werner on 12/09/05 at 09:39:23


ckaeser wrote:
Permission denied

YOUR SET UP IS NOT CORRECT

Click
eAuction Script-Forums
if you need support


That means:
the server doesn't allow the script to create a directory in the non-webaccessible area.
Please, check your server configuration.

The eAuction Support Forums » Powered by YaBB 2.2!
YaBB © 2000-2007. All Rights Reserved.