[freeside] Realtime Gateway when running "Bill Now" using LinkPoint

Stephen D. Bechard steve at destek.net
Thu Sep 4 08:30:45 PDT 2003


Okay, between your help and Ivan's I am making good progress.
The only this I am wondering is that all of the perl modules
are set to use port 1129 and LinkPoint told me that the port
is 1139...

I currently have Freeside configured with:
LinkPoint


Normal Authorization
server
staging.linkpt.net
port
1139
storename
1909100373
keyfile
1909100373.pem
I am now getting this error when clicking the Bill Now linkunder the invoice
generated:done: LinkPoint error, invnum #20032015: : curl connection error

Do you know if there is any way to turn debug on for curl?

Thanks,
Steve

----- Original Message ----- 
From: "A. Dumas" <admlm at amdiac.net>
To: <ivan-freeside at sisd.com>
Sent: Thursday, September 04, 2003 6:05 AM
Subject: Re: [freeside] Realtime Gateway when running "Bill Now" using
LinkPoint


> I've been using Freeside with LinkPoint for the past three weeks on a Red
> Hat 9.0 machine.  It's worked out very well, no problems.
>
> During installation I initially ran into the same problem reported below.
> My configuration had to be changed a bit.  Here's my config:
>
> LinkPoint
>
>
> normal authorization
> storename
> 123456
> keyfile
> /path/to/123456.pem
>
> The Linkpoint API site claims their new perl wrapper will be ready "by
> September 30, 2003".
>
> Andrew Dumas
>
> On Tue, 2 Sep 2003 23:24:02 -0700
> ivan at 420.am wrote:
>
> > On Wed, Sep 03, 2003 at 12:03:14AM -0400, Stephen Bechard wrote:
> > > I am now getting the same error with LinkPoint.
> > > I didn't see any final resolutions posted for this thread...
> >
> > http://www.sisd.com/freeside/list-archive/msg03193.html
> >
> > Since that message was written, I do now have one customer live with
> > LinkPoint.
> >
> > FYI, I believe LinkPoint has (again) revised their API in an
> > incompatible fashion.  B:OP:LinkPoint 0.03 implements their API 2.6,
> > current is 3.0 last I checked.
> >
> > --
> > _ivan
> >
> >
> > >
> > > I am currently running:
> > >     FreeBSD 4.8-RELEASE-p4
> > >     Perl 5.6.1_13
> > >     Apache 1.3.28
> > >     mod_perl-1.28
> > >     Business-OnlinePayment-2.00_1
> > >     Business-OnlinePayment-LinkPoint-0.03
> > >
> > >     Freeside version 1.4.1
> > >     with Apache-ASP-2.55
> > >
> > > Can anyone shed some light?
> > >
> > > Thanks in Advance,
> > > Steve
> > >
> > > ----- Original Message -----
> > > From: "Ty Goolman" <sales at ienai.com>
> > > To: <ivan-freeside at sisd.com>
> > > Sent: Tuesday, April 29, 2003 1:24 PM
> > > Subject: Re: [freeside] Realtime Gateway when running "Bill Now" usng
> LinkPoint
> > >
> > >
> > > > > ----- Original Message -----
> > > >  > From: "Jason 'XenoPhage' Frisvold" <friz at godshell.com>
> > > >  > To: <ivan-freeside at sisd.com>
> > > >  > Sent: Tuesday, April 29, 2003 12:11 PM
> > > >  > Subject: Re: [freeside] Realtime Gateway when running "Bill Now"
> > > >  > usngLinkPoint
> > > >  >
> > > >  > On Tue, 2003-04-29 at 11:13, Ty Goolman wrote:
> > > >  > > Some additional information..
> > > >  > >
> > > >  > > I am seeing these errors in the freeside/view/cust_bill.cgi?1
> screen
> > > >  after
> > > >  > > clicking bill now on the freeside/view/cust_main.cgi?7 screen
and
> > > >  clicking
> > > >  > > on the open invoice to see the results.
> > > >  > >
> > > >  > > My current error has something to do with my previous error
which
> was
> > > >  > >
> > > >  > > failed: Can't locate
> auto/Business/OnlinePayment/LinkPoint/storename.al
> > > >  in
> > > >  > > @INC (@INC contains: /usr/local/etc/freeside/asp-global/
> > > >  > > /usr/lib/perl5/site_perl/5.8.0/
> > > >  > > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Apache2
> > > >  > >
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/Apache2
> > > >  > > /usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0
> > > >  > > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
> > > >  > > /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
> > > >  > > /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
> > > >  > > /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .)
at
> > > >  > > /usr/lib/perl5/site_perl/5.8.0//FS/cust_bill.pm line 524
> > > >  >
> > > >  > This would indicate that it cannot find the storename.al file ...
> It's
> > > >  > specifically looking for
> > > >  > "auto/Business/OnlinePayment/LinkPoint/storename.al" in one of
the
> > > >  > directories indicated above...
> > > >  >
> > > >  > > I created the file storename.al and inserted my pem file
> > > >  >
> > > >  > Where did you create it?  Is this a redhat system?  If so, try
this
> :
> > > >
> > > > Yes, it is a Redhat System
> > > >
> > > > After further research on AutoLoader I found that the .al files are
> created
> > > > by autoloader as it runs. So I have removed the file that I created.
> So now
> > > > we are back to Ivan's LinkPoint module.
> > > >
> > > > I have came to the conclusion that it is stopping somewhere in the
> LinkPoint
> > > > module before it creates the storename.al file in the auto tree.
> > > >
> > > > Ty
> > > >  >
> > > >  > locate storename.pl
> > > >  > locate LinkPoint
> > > >  >
> > > >  > See where those two items are...  The storename.pl file needs to
be
> in
> > > >  > the LinkPoint directory...
> > > >  >
> > > >  > > Ty Goolman
> > > >  > >
> > > >  > > ----- Original Message -----
> > > >  > > From: "Ty Goolman" <sales at ienai.com>
> > > >  > > To: <ivan-freeside at sisd.com>
> > > >  > > Sent: Monday, April 28, 2003 4:43 PM
> > > >  > > Subject: [freeside] Realtime Gateway when running "Bill Now"
usng
> > > >  > LinkPoint
> > > >  > >
> > > >  > >
> > > >  > > > - Report the exact Freeside version being used.
> > > >  > > >
> > > >  > > > 1.40
> > > >  > > >
> > > >  > > > - Report if Apache::ASP or HTML::Mason is being used, and the
> version
> > > >  > > > number.
> > > >  > > >
> > > >  > > > Apache::ASP
> > > >  > > >
> > > >  > > > - Verify that the software Freeside depends on (Apache, Perl,
> DBI,
> > > >  DBD,
> > > >  > > >   the database engine, other Perl modules, etc.) are
installed
> and
> > > >  > > >   working.  Problems installing this software are outside the
> scope
> > > > of
> > > >  > > >   the list.
> > > >  > > >
> > > >  > > > All installed and working correctly
> > > >  > > >
> > > >  > > > - Report the version of the OS, Perl, database engine, DBI
and
> DBD
> > > >  > > >
> > > >  > > > Server Version: Apache/2.0.44 (Unix) mod_perl/1.99_08
> Perl/v5.8.0
> > > >  > > > mod_ssl/2.0.44 OpenSSL/0.9.7a FrontPage/5.0.2.2626
> > > >  > > > DBI 1.35
> > > >  > > > DBD-mysql-2.1026
> > > >  > > > DBD-Pg-1.21
> > > >  > > > psql (PostgreSQL) 7.2.2
> > > >  > > > AutoLoader.pm 5.59
> > > >  > > > lperl.pm  2.6.002
> > > >  > > > LinkPoint.pm 1.6
> > > >  > > > OnlinePayment.pm v 2.0
> > > >  > > > Kernel 2.4.18-14
> > > >  > > >
> > > >  > > > - Report the exact error message, if any, and also the
relevant
> > > >  contents
> > > >  > > >   of Apache's error.log, if applicable.
> > > >  > > >
> > > >  > > > I get this error when I click the "Bill Now" link
> > > >  > > >
> > > >  > > > failed: Search pattern not terminatedCompilation failed in
> require at
> > > >  > > > /usr/lib/perl5/5.8.0/AutoLoader.pm line 93. at
> > > >  > > > /usr/lib/perl5/site_perl/5.8.0//FS/cust_bill.pm line 524
> > > >  > > >
> > > >  > > > I am using the Business::OnlinePayment::LinkPoint with the
> latest
> > > >  > version
> > > >  > > of
> > > >  > > > lperl.pm from LinkPoint.
> > > >  > > >
> > > >  > > > In the Business:OnlinePayment section of config-view.cgi I
have
> > > > listed
> > > >  > > > LinkPoint
> > > >  > > > 659336
> > > >  > > > password
> > > >  > > >
> > > >  > > >
> > > >  > --
> > > >  > ---------------------------
> > > >  > Jason 'XenoPhage' Frisvold
> > > >  > Engine / Technology Programmer
> > > >  > friz at godshell.com
> > > >  > RedHat Certified - RHCE # 807302349405893
> > > >  > MySQL Core Certified - ID# 205982910
> > > >  > ---------------------------
> > > >  > "Something mysterious is formed, born in the silent void. Waiting
> alone
> > > >  > and unmoving, it is at once still and yet in constant motion. It
is
> the
> > > >  > source of all programs. I do not know its name, so I will call it
> the
> > > >  > Tao of Programming."
> > > >
> > > >
> > > >
> >
> > --
> > _ivan
> >
>
>




More information about the freeside-users mailing list