Error with buttons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I have a site which we use to sell certain items using our PayPal Businedd account. The site uses the buttons you create in your profile, and are using the encrytped option (do not save button). The site has been working fine and recently all the buttons have stopped working, and when you press them you get an error:
If you were making a purchase or sending money, we recommend that you check both your PayPal account and your email for a transaction confirmation after 30 minutes.
If you came to this page from another website, please return to that site (don't use your browser's Back button) and restart your activity.
If you came from PayPal's website, click the PayPal logo in the upper-left corner to return to our home page and restart your activity. You might have to log in again.
If i clear my borswer history, cache and cookies the first item i choose works fine, then the error returns. This is obviously happening to anybody using the site, so am looking for a resolution if anybody has one?
The site is:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As you are using encrypted code, it's possible the code is corrupted. This can be caused by either your HTML Editor and/or site. Sometimes an extra space or character gets included with the code. The best way to test each item button is copy the code to a blank web page first. You then save the web page locally and test with your browser. If the code works, then the next step is copy it to your web page and test again. If it fails on the live site, that at least will narrow down the cause. Below is an example of a blank web page.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Test</title> <!-- START META TAG SECTION --> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <meta http-equiv="Content-Language" content="en"> <!-- END META TAG SECTION --> </head> <body> <!-- INSERT TEST CODE HERE --> <!-- END TEST CODE SECTION --> </body> </html>

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.