close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Paypal checkout is failing

Thread began 12/08/2016 2:30 pm by Mags | Last modified 12/14/2016 11:41 am by Ray Borduin | 3589 views | 19 replies |

Mags

Paypal checkout is failing

I have a site which I've been working on for around a year now. It's almost at the point of going live - in fact some of the site is already being promoted by our client - but I've just tried to process a transaction for the first time in a couple of months and it's failing. When the Paypal popup loaded I got the following error:

array(22) { ["PCMS_ActivationError"]=> string(115) "There was a problem verifying your serial number. Please contact sales@webassist.com in order to fix this problem." ...followed by further error messages which I've included in the attachment (Error 1).

I've re-input my serial no. into the database but I'm still getting errors - either an internal server error message, or another activation error. Could you take a look for me? Error messages and URL details in the attachment.

Sign in to reply to this post

Ray BorduinWebAssist

Paypal can't be used for zero dollar transactions. You must charge at least $0.01 to use paypal. If you need to support zero dollar transactions you have to bypass any interactions with paypal.

Sign in to reply to this post
Did this help? Tips are appreciated...

Mags

How would I do that? But also, I'm getting activation error or server error messages when I try to checkout any item at any price.

Sign in to reply to this post

Ray BorduinWebAssist

The activation error is because you have the wrong serial number for a powerstore installation. It isn't causing the transaction error.

If you send me the error message when not doing a 100% discount I can try to see what is causing it.

Sign in to reply to this post
Did this help? Tips are appreciated...

Mags

It's not a Powerstore installation though, I built the site using eCart. The error messages were in my original attachment - if I try to checkout without a discount code I get an Internal Server Error:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, mwilson@linksdesign.co.uk and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Sign in to reply to this post

Ray BorduinWebAssist

This looks like a problem on the checkout.php page in the redirect code. Can I see a copy of that page? I can tell you how to fix it.

Sign in to reply to this post
Did this help? Tips are appreciated...

Mags

Checkout.php page is attached, thanks for looking at this for me. I also found another post regarding free items (http://www.webassist.com/forums/posts.php?id=8370) but I'm not sure which form I should put the the IF statement around?

Sign in to reply to this post

Ray BorduinWebAssist

The problem appears to be in having an older version of "framework/library.php".

You can probably make sure you have the latest version of eCart installed and then update and re-upload that file... you may just need to upload that file if you ran the checkout wizard with the latest version of eCart.

Another solution is to bypass the problem and update liens 75-82 from:

php:
<?php

// WA eCart Redirect
if ($VetProCart->redirStr != "")     {
  if (
function_exists("rel2abs")) $VetProCart->redirStr rel2abs($VetProCart->redirStr,dirname(__FILE__));
  
header("Location: ".$VetProCart->redirStr);
  die();
}
?>



to:

php:
<?php

// WA eCart Redirect
if ($VetProCart->redirStr != "")     {
  
header("Location: ".$VetProCart->redirStr);
  die();
}
?>
Sign in to reply to this post
Did this help? Tips are appreciated...

Mags

I did build it using the latest version of eCart. I've just updated that bit of code but it hasn't made any difference. Also tried re-uploading library.php.

Sign in to reply to this post

Ray BorduinWebAssist

You may have to replace that same chunk of code on the confirm.php page.

Sign in to reply to this post
Did this help? Tips are appreciated...
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...