From: mark at summersault.com (Mark Stosberg )
Date: Sat, 30 Sep 2000 15:12:59 -0500
Subject: [ic] sending credit card numbers to a processor but not to userdb
> You may want to try removing the "keep" at the end of the line in the
> etc/profiles.order file. This should destroy the card number after
> transfering to your credit card routine.
>
> [if value fax_order]
> &set = mv_payment Call Us
> [elsif variable MV_PAYMENT_MODE]
> &credit_card=standard keep #Try removing this "keep"
> &charge=[var MV_PAYMENT_MODE][cgi mv_payment_test]
> &set=mv_payment Real-time ([var MV_PAYMENT_MODE]) Credit Card
> [/elsif]
Removing 'keep' destroyed the credit card # before it is being sent to
Authorize.Net, so the transactions could not could not be completed.
Is credit_card=keep what I want? (ie, remove "standard")
Thanks,
-mark
personal website } Summersault Website Development
http://mark.stosberg.com/ { http://www.summersault.com/
From: jwalsh at diabetesnet.com (John Walsh )
Date: Sat, 30 Sep 2000 14:11:59 -0700
Subject: [ic] 4.5.6 install problem
We're encountering the same problem. Deleting a non-existent file doesn't
seem to help.
John
At 10:57 AM 09/30/2000 -0700, you wrote:
>On Sat, 30 Sep 2000, Beriah Dutcher wrote:
>
> > i am having this same problem but no one seems to know the answer or
> want to
> > help
> > > cannot open minivend.cfg.dist.bak: No such file or directory
>
>Locate the file and delete it.
>
>Bob
>
>
>_______________________________________________
>Interchange-users mailing list
>Interchange-users@www.minivend.com
>http://www.minivend.com/mailman/listinfo/interchange-users
From: mikeh at minivend.com (Mike Heins )
Date: Sat, 30 Sep 2000 17:25:10 -0400
Subject: [ic] 4.5.6 install problem
Quoting John Walsh (jwalsh@diabetesnet.com):
> We're encountering the same problem. Deleting a non-existent file doesn't
> seem to help.
>
> John
>
>
> At 10:57 AM 09/30/2000 -0700, you wrote:
> >On Sat, 30 Sep 2000, Beriah Dutcher wrote:
> >
> > > i am having this same problem but no one seems to know the answer or
> > want to
> > > help
> > > > cannot open minivend.cfg.dist.bak: No such file or directory
The problem was doing a "make dist". You don't really want to
make your own MANIFEST file.
You can either edit MANIFEST to remove the entry, or you can do a "cvs
update -dP". Then do another "make tardist" to build a new distribution.
Best is to remove the file from the dist/ directory. You can always find
it with
find . -name 'minivend.cfg*' -print
--
Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056
phone +1.513.523.8220 fax 7501 <heins@akopia.com>
In character, in manners, in style, in all things, the supreme excellence
is simplicity. -- Longfellow
From: jwalsh at diabetesnet.com (John Walsh )
Date: Sat, 30 Sep 2000 14:29:20 -0700
Subject: [ic] Different 4.5.6 install problem
We're running as a VPS on freeBSD 4.1 and Apache 1.3.11, but encountering a
problem during "./configure....make test" as follows:
#####
Skip blib/lib/HTML/Entities.pm (unchanged)
Skip blib/lib/Vend/Glimpse.pm (unchanged)
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/libdata/perl/5.005
03/mach -I/usr/libdata/perl/5.00503 test.pl
server/unixmode.......ok 1
server/startup........ok 2
link/unixmode.........ok 3
server/inetmode.......ok 4
link/inetmode.........not ok 5
server/control........ok 6
6 tests run -- 1/6 failed.
*** Error code 1
#####
Could this link/inetmode error be caused by a conflict in ownership between
vlink (group) and the server (user name)?
Afterwards, trying make install, we get this error that is noted elsewhere:
#####
Reprocessing '404.html': done
Reprocessing 'index.html': done
cannot open minivend.cfg.dist.bak: No such file or directory
*** Error code 2
Stop
####
Was this file not created because of the link/inetmode problem, or is it
unrelated? Suggestions are greatly appreciated.
John
From: mymother at my-mothers-shop.com (IF )
Date: Sat, 30 Sep 2000 18:07:02 -0400 (EDT)
Subject: [ic] WARNING: Your mail will soon be bounced if you send TNEF
On Sat, 30 Sep 2000, Mike Heins wrote:
> (Only pointed toward people who send email to the list cavalierly.)
>
> I found out what is causing the problem with mail list archiving.
> It is profligate use of ridiculous attachements like VCARDs and
> TNEF. These are almost always sent by a Windows system or mail server,
> and seem to pepper the disk with tons of .bin files.
>
> Please don't put this garbage in your email.
>
> I am steamed enough that I may start bouncing email that doesn't comply
> with Internet standards. And I *am* going to start bouncing all HTML
> mail as soon as I can write a reliable filter.
>
>
May be that saves you some time or the module mentioned below.
http://mirror.ncsa.uiuc.edu/procmail/ssjaaa/pm-code-body.html
<quote>
Pm-jamime-kill.rc -- General MIME attachement killer (vcards, html)
File id
Copyright (C) 1997-98 Jari Aalto
Contactid: jari.aalto@poboxes.com
Created: 1997-12
Keywords: procmail MIME killer recipe
This code is free software in terms of GNU Gen. pub. Lic. v2 or later
You can get newest version by sending email to maintainer with subject
"send <FILENAME>"
[del] etc....
</endquote>
<quote>
Subject: ANN: Convert::TNEF 0.04
From: dwilson@gtemail.net (Douglas Wilson)
Date: Sun, 14 May 2000 15:58:03 GMT
Approved: merlyn@stonehenge.com (comp.lang.perl.announce)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Organization: @Home Network
Xref: news.service.uci.edu comp.lang.perl.announce:1470
comp.lang.perl.modules:35592
Ever wanted to convert those pesky MS-TNEF attachments from a perl
program?
Uploaded the latest version to CPAN a few days ago, so it should be
avalable by now. Just search for 'TNEF'.
Cheers,
Douglas Wilson
</quote>
From: jwalsh at diabetesnet.com (John Walsh )
Date: Sat, 30 Sep 2000 17:15:26 -0700
Subject: [ic] 4.5.6 install problem
--=====================_29731091==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed
Mike,
Though a semi-nubie, I have learned how to find files. It appears the
minivend.cfg.dist.bak was not created. When the config program runs, we've
been accepting the default path of /usr/home/*username*/interchange, but
we're not sure this is correct for a virtual private server where the
htdocs and cgi-bin are actually in the
/usr/home/*username*/usr/local/etc/httpd/ directory...have tried the latter
path as well with no success.... 8-\ Could the path be the problem?
Anyway, da file ain't dere!
John
At 05:25 PM 09/30/2000 -0400, you wrote:
>Quoting John Walsh (jwalsh@diabetesnet.com):
> > We're encountering the same problem. Deleting a non-existent file doesn't
> > seem to help.
> >
> > John
> >
> >
> > At 10:57 AM 09/30/2000 -0700, you wrote:
> > >On Sat, 30 Sep 2000, Beriah Dutcher wrote:
> > >
> > > > i am having this same problem but no one seems to know the answer or
> > > want to
> > > > help
> > > > > cannot open minivend.cfg.dist.bak: No such file or directory
>
>The problem was doing a "make dist". You don't really want to
>make your own MANIFEST file.
>
>You can either edit MANIFEST to remove the entry, or you can do a "cvs
>update -dP". Then do another "make tardist" to build a new distribution.
>
>Best is to remove the file from the dist/ directory. You can always find
>it with
>
> find . -name 'minivend.cfg*' -print
>
>--
>Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056
>phone +1.513.523.8220 fax 7501 <heins@akopia.com>
>
>In character, in manners, in style, in all things, the supreme excellence
>is simplicity. -- Longfellow
>
>_______________________________________________
>Interchange-users mailing list
>Interchange-users@www.minivend.com
>http://www.minivend.com/mailman/listinfo/interchange-users
--=====================_29731091==_.ALT
Content-Type: text/html; charset="us-ascii"
Mike,
Though a semi-nubie, I have learned how to find files. It appears the
minivend.cfg.dist.bak was not created. When the config program runs,
we've been accepting the default path of
/usr/home/*username*/interchange, but we're not sure this is correct for
a virtual private server where the htdocs and cgi-bin are actually in the
/usr/home/*username*/usr/local/etc/httpd/ directory...have tried the
latter path as well with no success.... 8-\ Could the path be the
problem? Anyway, da file ain't dere!
John
At 05:25 PM 09/30/2000 -0400, you wrote:
Quoting John Walsh
(jwalsh@diabetesnet.com):
> We're encountering the same problem. Deleting a non-existent file
doesn't
> seem to help.
>
> John
>
>
> At 10:57 AM 09/30/2000 -0700, you wrote:
> >On Sat, 30 Sep 2000, Beriah Dutcher wrote:
> >
> > > i am having this same problem but no one seems to know the
answer or
> > want to
> > > help
> > > > cannot open minivend.cfg.dist.bak: No such file or
directory
The problem was doing a "make dist". You don't really want
to
make your own MANIFEST file.
You can either edit MANIFEST to remove the entry, or you can do a
"cvs
update -dP". Then do another "make tardist" to build a new
distribution.
Best is to remove the file from the dist/ directory. You can always
find
it with
find .
-name 'minivend.cfg*' -print
--
Akopia, Inc., 131 Willow Lane, Floor 2, Oxford, OH 45056
phone +1.513.523.8220 fax 7501 <heins@akopia.com>
In character, in manners, in style, in all things, the supreme
excellence
is simplicity. -- Longfellow
_______________________________________________
Interchange-users mailing list
Interchange-users@www.minivend.com
http://www.minivend.com/mailman/listinfo/interchange-users