[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: Encryption problems
On Mon, 16 Aug 1999, Dan Elder wrote:
> ****** message to minivend-users from Dan Elder <isbeen@izmedia.com> ******
>
> Hi all, well our ISP totally wiped out their system and have put it back
> together much differently then it was before... I have worked out TONS of
> problems during this - but am stuck at the error below.. the ISP removed
> PGP, but I have reinstalled it in our dirs... the msg below is my last
> obsticle.. can anyone help me out w/the meaning?
>
> Thanks so much.
>
> 205.134.242.171 NDut5Zcc:205.134.242.171 - [16/August/1999:20:32:10 +0000]
> store /store.cgi/process Runtime error: Undefined subroutine
> &CCLib::SetServer called at /usr/home8/ptree/mvend/lib/Vend/Order.pm line 335.
It looks like the CCLib.pm module may not have made it across when the
system was put back together. Though, usually the "use" clause will find
that out...
Look in the <MV>/lib directory and see if there is a file named CCLib.pm.
SetServer is called before any invocations of the actual CyberCash client
to tell the code where the server is and what username and password to
use. This should be called fairly early after Minivend comes up (maybe
during the initialization process?).
Best,
Kyle