Driver Robot automatically downloads the latest drivers for your PC and keeps it running smoothly. Inject new life into your old PC and fix existing problems instantly. Run a free driver scan now and put your PC back in business.
Big Stock Photo offers nearly 3 million stock photos to choose from - royalty free, starting at $1 per photo. We're able to extend 5 free photo credits to our visitors for a limited time. Click here and use promo code DIR5XM2 when you sign up.
The error We were unable to decrypt the certificate id has become quite common recently. Most commonly it's a result of a WYSIWYG (What You See Is What You Get) editor such as FCKEditor or TinyMCE. Basically, you obtain the button code for your Paypal Buy It Now or Subscription or other similar button to place in your webpage. If you were copying and pasting this into raw HTML it would most likely work fine. The problem with the WYSIWYG editors is that they, by default, when the page is processed, insert certain code elements. For example, in the case of FCKEditor, a linebreak (<br />) element was inserted towards the end of the button code.
To resolve this, examine your button code by viewing the source code of your webpage, and compare it to the original code in Paypal. If you notice anything different, particularly if there's a linebreak (<br />) or newline ("\n") element inserted, this is most likely causing the we were unable to decrypt the certificate id error.
To get your Paypal button working again, try:
When you save the page and view its source compare the button code to the Paypal original button code again. If they're the same, you should not be getting the above error anymore.
All Content © 2005 - 2010 Contract Web Development, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Powered by Drupal
WordPress
Make sure you switch back to visual editing mode after inputting your code in html editing mode (the tabs at the top right of the editing bar), if you update the page from html mode you'll get the unable to decrypt notice.
Compare Paypal button codes
When you save the page and view its source compare the button code to the Paypal original button code again. If they're the same, you should not be getting the above error anymore.
Solution to Paypal button problem
I had to solve this problem to get a button working on my own site, which is powered by Drupal.