Gossamer Forum
Quote Reply
3.0 paypal problem
My installation went smoothly and every option I try works great except for the add payment methods. Here is the output for when I try to configure Paypal:

Add Payment Method


From this page you can add a new method of accepting payments.

Direct payment methods are methods where the user enters payment information on your site, allowing you to control the exact content and appearance. Since they involve the user entering credit card information on your site, they will only work with SSL (HTTPS).

Remote payment methods allow you to process payments without the requirement of an SSL-enabled website and certificate. The user will select the service they want from your site, but to enter actual payment information they will be taken to the remote payment providers website.  


Unable to load payment method ' PayPal ':

Can't locate Net/SSLeay.pm in @INC (@INC contains: /nfs2/home/sobedigital/gayspot.com/directory/cgi-bin/admin /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 /nfs2/home/sobedigital/gayspot.com/directory/cgi-bin/admin/GT/Socket/Client/SSLHandle.pm line 21.
BEGIN failed--compilation aborted at /nfs2/home/sobedigital/gayspot.com/directory/cgi-bin/admin/GT/Socket/Client/SSLHandle.pm line 21.
Compilation failed in require at /nfs2/home/sobedigital/gayspot.com/directory/cgi-bin/admin/GT/WWW/https.pm line 21.
BEGIN failed--compilation aborted at /nfs2/home/sobedigital/gayspot.com/directory/cgi-bin/admin/GT/WWW/https.pm line 21.
Compilation failed in require at /nfs2/home/sobedigital/gayspot.com/directory/cgi-bin/admin/GT/Payment/Remote/PayPal.pm line 25.
BEGIN failed--compilation aborted at /nfs2/home/sobedigital/gayspot.com/directory/cgi-bin/admin/GT/Payment/Remote/PayPal.pm line 25.
Compilation failed in require at /nfs2/home/sobedigital/gayspot.com/directory/cgi-bin/admin/Links/Payment/Remote/PayPal.pm line 20.
BEGIN failed--compilation aborted at /nfs2/home/sobedigital/gayspot.com/directory/cgi-bin/admin/Links/Payment/Remote/PayPal.pm line 20.
Compilation failed in require at Links::Payment::add_method line 852.

Any ideas? Everything else seems to work brilliantly.
Quote Reply
Re: [sobedigital] 3.0 paypal problem In reply to
You need to install the Net::SSLeay Perl module.

Adrian
Quote Reply
Re: [brewt] 3.0 paypal problem In reply to
Thanks!
Quote Reply
Re: [sobedigital] 3.0 paypal problem In reply to
I have a new problem now. When I click the Buy Now button after submitting a link. The paypal page says:

The link you have used to enter the PayPal system is invalid. Please review the link and try again.

this is the code on the page if I view the source. i didn't create this html...its just what is in the lsql page:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="business" value="admin@sobedigital.com" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="return" value="http://gayspot.com/directory/cgi-bin/add.cgi" />
<input type="hidden" name="custom" value="do;process_payment=1;payment_success=1" />
<input type="hidden" name="cancel_return" value="http://gayspot.com/directory/cgi-bin/add.cgi" />
<input type="hidden" name="rm" value="2" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="cmd" value="_xclick-subscriptions" />
<input type="hidden" name="a3" value="99.00" />
<input type="hidden" name="p3" value="365" />
<input type="hidden" name="t3" value="D" />
<input type="hidden" name="src" value="1" />
<input type="hidden" name="sra" value="1" />
<input type="hidden" name="invoice" value="0d61f26d6a0f0bad" />
<input type="hidden" name="item_name" value="Gay Spot link submission (365 Days, recurring)" />
<input type="hidden" name="no_shipping" value="1" />
<input type="image" name="submit" src="https://www.paypal.com/images/x-click-but23.gif" title="Make payments with PayPal - it's fast, free and secure!" class="image" />
</form>