eAuction
  Not just another Perl script
Google
Welcome, Guest. Please Login or Register


If you use eAuction a lot and like it or if you make money from eAuction or from eAuction-related activities ...
then the project asks you for a donation in favor of the further development.



The forums are protected by
AccessControl
(written by Dieter Werner)
Click here if you want to check your IP against the most important RBLs of the net.
Click here in order to visite the AccessControl forums.


<< Visit the international e Auction Marketplace >>
Buy and sell PC and Consumer Electronic components






  HomeHelpSearchLoginRegister
 



Pages: 1 ... 3 4 5 6 
Blank screen! (Read 3392 times)
Dieter Werner
Administrator
*****
Offline

Dipl. Paranoiac ®

Posts: 1162
Germany
Gender: male
Re: Blank screen!
Reply #12 - 08/06/06 at 10:32:19
 
This Code:
# 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'}		  = 0; # Set this from 1 to 0 if you want to use your own setting   
  $config{'basepath'}		  = '/u18/hidden/cgi-bin/eAuction161';



is a wrong configuration.

The basepath is NOT the path to the program!
The basepath is the path to the data directory (which should be a 'NON-WEBACCESSABLE' directory)

Why don't you use the automatic path-detection?
$config{'get_path'}              = 1;

Why do you disable file locking?
$config{'flock'}  should be 1
Back to top
 
 

Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!


Greetings from Germany
Dieter Werner




Advertising
View Profile | WWW   IP Logged
jerryco
eAuction User
**
Offline

I Love Perl

Posts: 6

Re: Blank screen!
Reply #13 - 08/06/06 at 16:48:28
 
Hello,
Thanks for the response.  I did not want to bother the writer of the software for a simple setup issue but thanks.  This was just one of the configs that I have tested.


Here is the latest:

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

# The name of your servers cgi-bin directory
   $config{'cgi_dir'}            = 'cgi-bin'; # Default for most servers
   
# The cgi-bin subdirectory where your eAuction.pl will be stored
   $config{'auction_dir'}      = 'eAuction161';
   
# 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'}              = 0; # Set this from 1 to 0 if you want to use your own setting  
  $config{'basepath'}              = '/u185/gc444/auctiondata/';

# 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'}            = 0; # Set this from 1 to 0 if you want to use your own setting  
  $config{'mailprog'}            = '/u185/gc444/To/sendmail'; # no additional options please
 
# or Configure your MAIL HOST (SMTP)
   #$config{'mailhost'}      = 'Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!
';    
   
# Set this from 0 to 1 if the script is running with a real Web-Server
   $config{'web_server'}      = 1;
   
#-#############################################
# Config-Section-02
#-#############################################

# Closed Auction Directory  
# This is where closed auction items are stored.
   $config{'closedir'}                = 'closed';

# Closed items may survive ...
   $config{'closedays'}          = 30; # Days

# User Registration Directory
# This is where user registrations are stored.
# Leave this blank if you don't want to require registration.
   $config{'regdir'}                = 'userreg';

# Your Admin-Password.
   $config{'adminpass'}          = 'auction';

# This line must be your e-mail address
   $config{'admin_address'}          = 'mailmaster@interwer.com';
   
# Set this to 1 if you want a carbon copy of each new registration eMail
   $config{'cc_to_admin'}          = 1;

# This will let you define the colors of the
# tables that are generated by the script.
   $config{'colornavbar'}          = '#EEEEEE'; # Color of the navbar
   $config{'colornavbarbg'}          = '#BBBBBB'; # Background of the navbar
   $config{'colortablebg'}          = '#FFFFFF'; # Backgrund of the tables
   $config{'colortablehead'}          = '#BBBBBB'; # Color of the table-header
   $config{'colortablebody'}          = '#EEEEEE'; # Color of the table-body

# Sniper Protection.
# How many minutes past last bid to hold auction.
# If auctions should close at exactly closing time, set it to zero.
   $config{'aftermin'}                      = 5; # minutes

# User Posting Enabled
   $config{'newokay'}                      = 1;  # 1 = yes | 0 = no

# Auction Name (will appear at the top of each page)
   $config{'sitename'}                      = 'eAuction';

# Change this to 0 if your server doesn't support file locking
   $config{'flock'}                    = 1; # 1 = yes | 0 = no


this is the error

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ibidcars.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.


I have called Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!
about 6 six times in the last 5 hours.  Each time they say everything is set correct.

|U185-|
         |-gc444-|
                      -auctiondata (755)
                      -cgi-bin (755)-|
                                           -eAuction.pl (755)
                                           -eConfig161.pl (644)

I have edited eAuction.pl

#-#############################################
# Sub: Recover the needed paths
#-#############################################
sub get_path {      
   my ($sm, @path);
   local $_;
   
   $config{'html_dir'} = 'auctiondata';

and here is the output from the dump.pl

Parameter:
Environment:
DOCUMENT_ROOT => /u185/gc444

GATEWAY_INTERFACE => CGI/1.1

HTTP_ACCEPT => image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*

HTTP_ACCEPT_ENCODING => gzip, deflate

HTTP_ACCEPT_LANGUAGE => en-us

HTTP_CONNECTION => Keep-Alive

HTTP_HOST => Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!


HTTP_USER_AGENT => Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; FDM)

ICSPATH => /usr/local/omega/lib/mivavm/icsdata

MvCONFIG_COMMERCE_AuthorizeNet => /usr/local/omega/lib/mivavm/authnet.so

MvCONFIG_COMMERCE_CyberCash => /usr/local/omega/lib/mivavm/cybercash.so

MvCONFIG_COMMERCE_GlobalCommerce => /usr/local/omega/lib/mivavm/globcomm.so

MvCONFIG_COMMERCE_ICS2 => /usr/local/omega/lib/mivavm/ics2.so

MvCONFIG_COMMERCE_LinkPoint => /usr/local/omega/lib/mivavm/linkpoint.so

MvCONFIG_COMMERCE_PNTransact => /usr/local/omega/lib/mivavm/pnt.so

MvCONFIG_COMMERCE_Paradata => /usr/local/omega/lib/mivavm/paradata.so

MvCONFIG_COMMERCE_QuickCommerce => /usr/local/omega/lib/mivavm/authnet.so

MvCONFIG_DIR_BUILTIN => /usr/local/omega/lib/mivavm/builtin

MvCONFIG_DIR_CA => /usr/local/omega/lib/mivavm/certs

MvCONFIG_DIR_DATA => /u185/gc444/htsdata

MvCONFIG_DIR_MIVA => /u185/gc444

PATH => /usr/local/bin:/usr/bin:/bin

QUERY_STRING =>

REMOTE_ADDR => 71.71.223.30

REMOTE_PORT => 42437

REQUEST_METHOD => GET

REQUEST_URI => /cgi-bin/dump.pl

SCRIPT_FILENAME => /u185/gc444/cgi-bin/dump.pl

SCRIPT_NAME => /cgi-bin/dump.pl

SCRIPT_URI => Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!


SCRIPT_URL => /cgi-bin/dump.pl

SERVER_ADDR => 64.70.131.5

SERVER_ADMIN => webmaster@ibidcars.com

SERVER_NAME => Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!


SERVER_PORT => 80

SERVER_PROTOCOL => HTTP/1.1

SERVER_SOFTWARE => Apache

UNIQUE_ID => RNYA9Njb-aYAAAx9ZpQ

Again thanks for the help.

Jerry C.
Back to top
 
 


Advertising
View Profile   IP Logged
jerryco
eAuction User
**
Offline

I Love Perl

Posts: 6

Re: Blank screen!
Reply #14 - 08/06/06 at 16:59:30
 
Oops I made a mistake when I was showing my setup.  Here is the actual

|U185-|
        |-gc444-|
                     -(Folder)auctiondata (755)
                     -(Folder)cgi-bin (755)-|
                                          |(Folder)eAuction161 (755)-|
                                                                                  -eAuction.pl (755)
                                                                                  -eConfig161.pl (644)
Back to top
 
 


Advertising
View Profile   IP Logged
Pages: 1 ... 3 4 5 6 


If you like eAuction, please Rate it.
If you don't like eAuction, please Rate it too.


1 is being poor and 10 is being excellent


EveryScript

ip-location


AccessControl - Members Only