[ic] Introducing myself and and asking a question

vashadow interchange-users@icdevgroup.org
Mon Mar 10 17:51:02 2003


> If you post incorrectly, most will ignore your message as I generally
> do.  Additionally, if you are having problems with errors, posting the
> error logs is usually a bare-bones minimum as psychic abilities for IC
> folks are limited to a range of 35 miles with an unobstructed view.
> Lastly, knowing which version of IC you have deployed as well as the
> required supporting layers, like Perl, are most often helpful...


- - - [08/March/2003:19:58:34 -0500] - - Config 'synful' at server startup
- - - [08/March/2003:19:58:35 -0500] - - START server (1736) (INET and UNIX)
- - - [08/March/2003:19:58:35 -0500] - - Accepting connections from
localhost|127\.0\.0\.1
- - - [08/March/2003:19:58:35 -0500] - - START server (1736) (INET and UNIX)
- - - [08/March/2003:20:00:05 -0500] - - Low traffic settings.
- - - [08/March/2003:20:00:07 -0500] - - ...UI is loaded...
- - - [08/March/2003:20:00:07 -0500] - - Bad GlobalSub 'linkpt_charge'
> In line 19 of the configuration file '/home/synful/www/cgi-bin/linkpoint':
>
>


the above is a snip of the error.log showing the error with the globalsub.
interchange version 4.9
following is the instructions given to me by Austin Markus



The first thing you need to do is get the linux perl wrapper from
Linkpoint. It says that it costs something like 200 bucks on their site
but if you call them they'll email it to you free. Install it and make
sure their test scripts work.

Then, edit the attached globalsub file so it has your store # and .pem
file path in it then put it into your eg/globalsub directory (the pem
file is the key that they sent you in your signup email pasted into a
file with a .pem extension).

Then put this code into your catalogue.cfg file (I put it right before
the # Cart, order, and route settings.)

Variable  MV_PAYMENT_MODE linkpoint
Variable CreditCardAuto No

Then change your etc/profiles.orders file credit card section to this:
(search for the commented out code)

[if variable MV_PAYMENT_MODE]
        #&credit_card=standard keep __CREDIT_CARDS_ACCEPTED__
        #&charge=[var MV_PAYMENT_MODE][cgi mv_payment_test]
&set=mv_payment Real-time Credit Card (%c -- [var
MV_PAYMENT_MODE])
&charge=custom linkpt_charge
&success=successful

Finally add this line to the top of your interchange.cfg file (I'm not
sure that this is necessary but it can't hurt...)

include eg/globalsub/linkpoint


thank you all for your help in this matter and your patience with a newbie
Leroy Baynum