Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Links SQL 2.2.0 payment setup?

(Page 2 of 2)
> >
Quote Reply
Re: [Andy] Links SQL 2.2.0 payment setup? In reply to
I tried to get my ISP to install the Net::SSLeay Perl module and they told me I had to install it myself.

I don't have any idea how to do that.

ANY help would be greatly appreciated.

P Egan
Quote Reply
Re: [cmcrossroads] Links SQL 2.2.0 payment setup? In reply to
Hi. Hopefully this gives you a hand...

http://www.cpan.org/modules/INSTALL.html

I would personally use something like this in SSH/Telnet; (you will need to be logged in as root)

Code:
perl -MCPAN -e 'install Net::SSLeay'

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Links SQL 2.2.0 payment setup? In reply to
Where is payment_direct.html?

It's not in any of the template pacls in the member's area.

cdkrg

Able2Know :: Ajooja Directory
Quote Reply
Re: [cdkrg] Links SQL 2.2.0 payment setup? In reply to
Quote:
Where is payment_direct.html?

Afraid I'm not sure :(

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [cdkrg] Links SQL 2.2.0 payment setup? In reply to
It's inherited from the default template set (make sure you have the .tplinfo file in the template set). If you don't have one, create a .tplinfo file in your template's directory with the following contents:
Code:
{
inheritance => '../default'
}

Adrian
> >