[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
[mv] Problem report
****** message to minivend-users from www@www.wnet.org ******
#### Description of problem
no confirm page
#### Perl version
Summary of my perl5 (5.0 patchlevel 4 subversion 4) configuration:
Platform:
osname=solaris, osvers=2.5.1, archname=sun4-solaris
uname='sunos www.wnet.org 5.5.1 generic_103640-17 sun4m sparc sunw,sparcstation-5 '
hint=recommended, useposix=true, d_sigaction=define
bincompat3=y useperlio=undef d_sfio=undef
Compiler:
cc='gcc', optimize='-O', gccversion=2.7.2
cppflags='-I/usr/local/include'
ccflags ='-I/usr/local/include'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
voidflags=15, castflags=0, d_casti32=define, d_castneg=define
intsize=4, alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt
libc=/lib/libc.so, so=so
useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fpic', lddlflags='-G -L/usr/local/lib'
Characteristics of this binary (from libperl):
Built under solaris
Compiled at Jun 23 1998 11:00:45
@INC:
/usr/local/lib/perl5/sun4-solaris/5.00404
/usr/local/lib/perl5
/usr/local/lib/perl5/site_perl/sun4-solaris
/usr/local/lib/perl5/site_perl
.
#### OS version
SunOS www.wnet.org 5.5.1 Generic_103640-29 sun4m sparc SUNW,SPARCstation-5
#### Main server config
Catalog member /local3/catalogs/member /cgi-bin/member /member
Variable MV_NO_CRYPT 1
AdminUser www:nothing
AllowGlobal _mv_admin
GlobalSub sub test_global_sub { return 'Test of global subroutine OK.' }
HouseKeeping 5
MaxServers 5
PIDcheck 300
TcpMap 7786 -
TolerateGet Yes
Variable TEST_VARIABLE Test of global variable OK.
UserTag loc hasEndTag 1
UserTag loc Interpolate 1
UserTag loc Order locale
UserTag loc Routine <<EOF
sub {
my ($locale, $message) = @_;
return $message unless $Vend::Cfg->{Locale};
my $ref;
if($locale) {
return $message
unless defined $Vend::Cfg->{Locale_repository}{$locale};
$ref = $Vend::Cfg->{Locale_repository}{$locale}
}
else {
$ref = $Vend::Cfg->{Locale};
}
return defined $ref->{$message} ? $ref->{$message} : $message;
EOF
UserTag var Interpolate 1
UserTag var PosNumber 2
UserTag var Order name global
UserTag var Routine <<EOF
sub {
$_[1] and return $Global::Variable->{shift @_};
return $Vend::Cfg->{Variable}{shift @_};
EOF
UserTag summary Order amount name currency format total reset hide
UserTag summary PosNumber 6
UserTag summary Routine <<EOF
use vars qw/%summary_hash/;
sub {
my ($amount, $name, $currency, $format, $total, $reset, $hide) = @_;
unless ($name) {
$name = 'ONLY0000';
%summary_hash = () if Vend::Util::is_yes($reset);
else {
$summary_hash{$name} = 0 if Vend::Util::is_yes($reset);
$summary_hash{$name} += $amount if length $amount;
$amount = $summary_hash{$name} if Vend::Util::is_yes($total);
return '' if defined $hide && Vend::Util::is_yes($hide);
return sprintf $format, $amount if $format;
return Vend::Util::currency($amount) if $currency;
return $amount;
EOF
UserTag db-date Order table format
UserTag db-date PosNumber 2
UserTag db-date Routine <<EOF
sub {
my ($format, $db) = @_;
$format = '%A %d %b %Y';
$db = 'products' unless $db;
my $mtime = (stat($Vend::Cfg->{Database}{'file'}))[9];
return POSIX::strftime($format, localtime($mtime));
EOF
UserTag db-count Order table
UserTag db-count PosNumber 1
UserTag db-count Routine <<EOF
sub {
my ($db) = @_;
$db = 'products' unless $db;
my $ref = Vend::Data::database_exists_ref($db)
or return "Bad table $db";
$ref = $ref->ref();
my $count;
while ($ref->each_record()) {
$count++;
}
return $count;
EOF
UserTag bar-button Order page current
UserTag bar-button PosNumber 2
UserTag bar-button HasEndTag 1
UserTag bar-button Routine <<EOR
sub {
use strict;
my ($page, $current, $html) = @_;
$current = $Global::Variable->{MV_PAGE}
if ! $current;
$html =~ s:\[selected\]([\000-\377]*)\[/selected]::i;
my $alt = $1;
return $html if $page ne $current;
return $alt;
EOR
#### Catalog config differences
#### Main MiniVend error.log (last 50 lines)
- - - [04/February/2000:16:28:51 -0500] - - CyberCash module found (CyberCash 2).
- - - [04/February/2000:16:28:53 -0500] - - MiniVend V3.14-3
- - - [04/February/2000:16:28:53 -0500] - - Config '_mv_admin' at server startup
- - - [04/February/2000:16:28:54 -0500] - - Config 'member' at server startup
- - - [04/February/2000:16:28:57 -0500] - - START server (7802) (INET and UNIX)
- - - [04/February/2000:16:28:57 -0500] - - Accepting connections from localhost|127\.0\.0\.1
- - - [04/February/2000:16:30:17 -0500] - - CyberCash module found (CyberCash 2).
- - - [04/February/2000:16:30:19 -0500] - - MiniVend V3.14-3
- - - [04/February/2000:16:30:19 -0500] - - Config '_mv_admin' at server startup
- - - [04/February/2000:16:30:20 -0500] - - Config 'member' at server startup
- - - [04/February/2000:16:30:22 -0500] - - START server (7918) (INET and UNIX)
- - - [04/February/2000:16:30:22 -0500] - - Accepting connections from localhost|127\.0\.0\.1
- - - [04/February/2000:16:30:59 -0500] - - CyberCash module found (CyberCash 2).
- - - [04/February/2000:16:31:00 -0500] - - MiniVend V3.14-3
- - - [04/February/2000:16:31:00 -0500] - - Config '_mv_admin' at server startup
- - - [04/February/2000:16:31:01 -0500] - - Config 'member' at server startup
- - - [04/February/2000:16:31:04 -0500] - - START server (7953) (INET and UNIX)
- - - [04/February/2000:16:31:04 -0500] - - Accepting connections from localhost|127\.0\.0\.1
- - - [04/February/2000:16:44:48 -0500] - - CyberCash module found (CyberCash 2).
- - - [04/February/2000:16:44:50 -0500] - - MiniVend V3.14-3
- - - [04/February/2000:16:44:50 -0500] - - Config '_mv_admin' at server startup
- - - [04/February/2000:16:44:50 -0500] - - Config 'member' at server startup
- - - [04/February/2000:16:44:52 -0500] - - START server (8543) (INET and UNIX)
- - - [04/February/2000:16:44:52 -0500] - - Accepting connections from localhost|127\.0\.0\.1
- - - [04/February/2000:17:00:18 -0500] - - STOP server (8543) on signal TERM
- - - [04/February/2000:17:00:27 -0500] - - CyberCash module found (CyberCash 2).
- - - [04/February/2000:17:00:29 -0500] - - MiniVend V3.14-3
- - - [04/February/2000:17:00:29 -0500] - - Config '_mv_admin' at server startup
- - - [04/February/2000:17:00:29 -0500] - - Config 'member' at server startup
- - - [04/February/2000:17:00:30 -0500] - - member config error: Syntax error
> In line 445 of the configuration file 'catalog.cfg':
> CustomShipping
>
- - - [04/February/2000:17:00:30 -0500] - - member: config error. Skipping.
- - - [04/February/2000:17:00:31 -0500] - - START server (9026) (INET and UNIX)
- - - [04/February/2000:17:00:31 -0500] - - Accepting connections from localhost|127\.0\.0\.1
- - - [04/February/2000:17:01:35 -0500] - - STOP server (9026) on signal TERM
- - - [04/February/2000:17:01:51 -0500] - - CyberCash module found (CyberCash 2).
- - - [04/February/2000:17:01:53 -0500] - - MiniVend V3.14-3
- - - [04/February/2000:17:01:53 -0500] - - Config '_mv_admin' at server startup
- - - [04/February/2000:17:01:53 -0500] - - Config 'member' at server startup
- - - [04/February/2000:17:01:55 -0500] - - START server (9087) (INET and UNIX)
- - - [04/February/2000:17:01:55 -0500] - - Accepting connections from localhost|127\.0\.0\.1
- - - [04/February/2000:17:15:56 -0500] - - STOP server (9087) on signal TERM
- - - [04/February/2000:17:16:04 -0500] - - CyberCash module found (CyberCash 2).
- - - [04/February/2000:17:16:06 -0500] - - MiniVend V3.14-3
- - - [04/February/2000:17:16:06 -0500] - - Config '_mv_admin' at server startup
- - - [04/February/2000:17:16:07 -0500] - - Config 'member' at server startup
- - - [04/February/2000:17:16:09 -0500] - - START server (9553) (INET and UNIX)
- - - [04/February/2000:17:16:09 -0500] - - Accepting connections from localhost|127\.0\.0\.1
#### Catalog error.log (last 50 lines)
204.168.124.67 7sbXBQdb:204.168.124.67 - [04/February/2000:16:31:54 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 7sbXBQdb:204.168.124.67 - [04/February/2000:16:31:56 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 Pkra85t8:204.168.124.67 - [04/February/2000:16:33:45 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 Pkra85t8:204.168.124.67 - [04/February/2000:16:34:30 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 Pkra85t8:204.168.124.67 - [04/February/2000:16:34:31 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 Pkra85t8:204.168.124.67 - [04/February/2000:16:34:31 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 Pkra85t8:204.168.124.67 - [04/February/2000:16:34:32 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 Pkra85t8:204.168.124.67 - [04/February/2000:16:35:58 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 Pkra85t8:204.168.124.67 - [04/February/2000:16:36:11 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 Pkra85t8:204.168.124.67 - [04/February/2000:16:36:12 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 Pkra85t8:204.168.124.67 - [04/February/2000:16:36:12 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 Pkra85t8:204.168.124.67 - [04/February/2000:16:36:14 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 fMbdPrIT:204.168.124.67 - [04/February/2000:16:40:43 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 fMbdPrIT:204.168.124.67 - [04/February/2000:16:41:57 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 fMbdPrIT:204.168.124.67 - [04/February/2000:16:41:58 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 fMbdPrIT:204.168.124.67 - [04/February/2000:16:41:58 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 fMbdPrIT:204.168.124.67 - [04/February/2000:16:41:59 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 4t7Htk4w:204.168.124.67 - [04/February/2000:16:45:31 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 4t7Htk4w:204.168.124.67 - [04/February/2000:16:46:05 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 4t7Htk4w:204.168.124.67 - [04/February/2000:16:46:06 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 4t7Htk4w:204.168.124.67 - [04/February/2000:16:46:06 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 4t7Htk4w:204.168.124.67 - [04/February/2000:16:46:07 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 4t7Htk4w:204.168.124.67 - [04/February/2000:16:47:51 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 4t7Htk4w:204.168.124.67 - [04/February/2000:16:48:04 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 4t7Htk4w:204.168.124.67 - [04/February/2000:16:48:04 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 4t7Htk4w:204.168.124.67 - [04/February/2000:16:48:04 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 4t7Htk4w:204.168.124.67 - [04/February/2000:16:48:05 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 rI8ALYCB:204.168.124.67 - [04/February/2000:16:51:23 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 rI8ALYCB:204.168.124.67 - [04/February/2000:16:52:05 -0500] member /cgi-bin/member/ord/checkout Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 rI8ALYCB:204.168.124.67 - [04/February/2000:16:52:24 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 rI8ALYCB:204.168.124.67 - [04/February/2000:16:52:24 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 rI8ALYCB:204.168.124.67 - [04/February/2000:16:52:24 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 rI8ALYCB:204.168.124.67 - [04/February/2000:16:52:25 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 LsMhx7ED:204.168.124.67 - [04/February/2000:17:02:20 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 LsMhx7ED:204.168.124.67 - [04/February/2000:17:02:50 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 LsMhx7ED:204.168.124.67 - [04/February/2000:17:02:51 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 LsMhx7ED:204.168.124.67 - [04/February/2000:17:02:51 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 LsMhx7ED:204.168.124.67 - [04/February/2000:17:02:53 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 vPhBDbSD:204.168.124.67 - [04/February/2000:17:05:41 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 vPhBDbSD:204.168.124.67 - [04/February/2000:17:06:24 -0500] member /cgi-bin/member/ord/checkout Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 vPhBDbSD:204.168.124.67 - [04/February/2000:17:06:42 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 vPhBDbSD:204.168.124.67 - [04/February/2000:17:06:43 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 vPhBDbSD:204.168.124.67 - [04/February/2000:17:06:43 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 vPhBDbSD:204.168.124.67 - [04/February/2000:17:06:44 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 vPhBDbSD:204.168.124.67 - [04/February/2000:17:09:49 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 vPhBDbSD:204.168.124.67 - [04/February/2000:17:16:24 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 vPhBDbSD:204.168.124.67 - [04/February/2000:17:16:38 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 vPhBDbSD:204.168.124.67 - [04/February/2000:17:16:39 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 vPhBDbSD:204.168.124.67 - [04/February/2000:17:16:39 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
204.168.124.67 vPhBDbSD:204.168.124.67 - [04/February/2000:17:16:41 -0500] member /cgi-bin/member/process Custom shipping field 'weight' doesn't exist. Returning 0
#### DBM Status
Have GDBM_File.
Have DB_File.
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list