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 2 
Use of uninitialized value in split error (Read 491 times)
supporto
eAuction Novice
*
Offline

I Love Perl

Posts: 2

Use of uninitialized value in split error
12/22/05 at 21:39:11
 
Yesterday I have setup the eAuction 1.6.1 bu I have this error message:

Use of uninitialized value in split at /home/asta04/cgi-bin/eAuction161/eAuction.pl line 3916.

Error

No such file or directory

YOUR SET UP IS NOT CORRECT

this is my setup:

-#############################################
# 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'}              = 'home/asta04/cgi-bin/Basepath';

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

 
# 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'}      = 0;

Can you help me?

Renato Italy
Back to top
 
 


Advertising
View Profile   IP Logged
Dieter Werner
Administrator
*****
Offline

Dipl. Paranoiac ®

Posts: 1162
Germany
Gender: male
Re: Use of uninitialized value in split error
Reply #1 - 12/22/05 at 22:33:28
 
Try:
  $config{'get_path'}              = 1; # Set this from 1 to 0 if you want to use your own setting
Because:  
  $config{'basepath'}              = 'home/asta04/cgi-bin/Basepath';
can't work and is as much wrong as it ever can be - Sorry me.
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
supporto
eAuction Novice
*
Offline

I Love Perl

Posts: 2

Re: Use of uninitialized value in split error
Reply #2 - 12/27/05 at 19:30:06
 
Thank you for your replay.


I have put 1 and 0 into    $config{'get_path'}    but I have alway the same error.

I give more detail of the question:

to go to cgi-bin I must digit this:

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


My virtual server is this.

under the ROOT,  at the same level,  I have:
cgi-bin directory
public_html directory (WHERE I PUT HMTL CODE AND PHP SITES)
secure_html directory to access here I digit:'Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!
'   (NOTE: ASTA04 IS MY ACCOUNT NAME)

the part 1 of the config now is so:

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'}              = 'Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!
'; NOTE 1 OR 0 I HAVE THE SAME ERROR

# 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'}      = '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'}      = 0;


WITH THE CHANGE OF ABOVE i HAVE THIS ERROR:

Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$txt" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$txt" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$txt" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$txt" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$txt" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 858. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 858. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 858. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 886. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 886. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 886. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 916. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 916. Variable "$form" is not imported at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 916. Use of uninitialized value in concatenation (.) or string at /home/asta04/cgi-bin/eAuction161/eAuction.pl line 3943. Use of uninitialized value in concatenation (.) or string at /home/asta04/cgi-bin/eAuction161/eAuction.pl line 3943. Use of uninitialized value in concatenation (.) or string at /home/asta04/cgi-bin/eAuction161/eAuction.pl line 3943. Use of uninitialized value in concatenation (.) or string at /home/asta04/cgi-bin/eAuction161/eAuction.pl line 3943. Use of uninitialized value in concatenation (.) or string at /home/asta04/cgi-bin/eAuction161/eAuction.pl line 3943. Use of uninitialized value in concatenation (.) or string at /home/asta04/cgi-bin/eAuction161/eAuction.pl line 3943.


Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$txt" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$txt" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$txt" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$txt" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$txt" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 754. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 858. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 858. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 858. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 886. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 886. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 886. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 916. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 916. Global symbol "$form" requires explicit package name at /home/asta04/cgi-bin/eAuction161/eConfig161.pl line 916. Compilation failed in require at /home/asta04/cgi-bin/eAuction161/eAuction.pl line 516.

HAVE YOU SOME SUGGESTION FOR ME?

Happy New Year,
RENATO -ITALY
EXCUSE ME BUT I KNOW PERL=ZERO
Back to top
 
 


Advertising
View Profile   IP Logged
Pages: 1 2 


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