As a preferred visitor, you can get $50 off of any Dreamhost hosting plan by using coupon code CWD50 when you check out, for a limited time. Dreamhost is a reliable hosting provider with solid customer service and a proven track record.
StreamSend is Email Marketing by Marketers, for Marketers. They offer a very friendly and easy to use interface, private IP address, trigger-based messaging, demographic reporting, integration with Google Analytics, and more. Click here to get 30 free days and give them a try.
Many, many users on the Internet are currently experiencing the frustrating Sorry - your last action could not be completed error when they try and submit payment with Paypal. This happens whether they're trying to buy a stuffed animal on the world famous auction site Ebay or a set of flowers from the local mom and pop online flower store.
And where is it coming from? As far as we've learned, it's an error that is being triggered by Paypal internally as a result of one of their upgrades. For you ecommerce site owners/ online merchants out there - it doesn't necessarily mean you've done anything wrong.
We can't fully confirm this, but it appears that the problem lies with Paypal payment pages loaded in frames. In other words, if you're clicking a Paypal payment button on a page that resides within another page (via a frame), then Paypal doesn't like it and blocks the payment request. We surmise this could be as a result of a recent security update or something similar. Until we know more, the workaround for this problem is to open the payment page in a new window. If you're an online shopper, you can accomplish this by simply right-clicking the Paypal payment button and selecting "open in a new window." The exact method to do this varies by browser, but they all offer it. Once the Paypal payment page loads in the new window, it should work fine.
For those of you that are running your own online stores, and your Paypal payment page currently resides in a frame - you will need to add code to force the payment page to open in a new window when the user clicks on it. You want to add the following attribute to the anchor link that calls the payment page:
<a target="_blank" href="https://paypal.com...">Buy Now</a>
This will effectively bust the payments page out of the frame and open it in a new window.
All Content © 2005 - 2010 Contract Web Development, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Powered by Drupal
Paypal sucks!
I can't login, I guess I have to delete my cache or something. I'll try it in a virtual machine as well. I wonder if my customers are having the same problem? How can a multi-million dollar company make such a stupid mistake? My customers will have to use another form of payment when purchasing their products from me.
PayPal Fix Silver Bullet
I had the same issue with PayPal after making an Online purchase. I tried everything including opening up new windows and rebooting but it seemed to be locked on the error page no matter what. I could not log in or out of the Paypal error page using Firefox 3.6.8. I could however use IE to access the Paypal web site with no problem.
I called Paypal to get help and fortunately reached someone who knew how to fix it. The first thing is to make sure that cookies are enabled. My version of Firefox enables cookies by default so unless you have an exception for PayPal to not enable cookies it will always be enabled. Early versions of Firefox may be different so you should double check the settings for yourself. Also to be 100% sure that PayPal cookies specifically are enabled I was advised to manually add one to be certain it is not part of the problem. To do this go to Tools, Privacy and then from the pull down menu select Use Custom Settings for History. From there make sure that Accept Cookies from Sites and Accept Third-party Cookies is checked. Then click on the Exceptions button then under the window Address of Web Site type Paypal.com and then click on allow. After I did this I still had the same problem with loading Paypal but it may help depending on what is causing your issue.
The final thing to do which is the only thing that worked for me is to go to Tools, Clear Recent History, and then from the pull down menu select Everything and than click the Clear Now button. This was the Silver Bullet! Good Luck and hope it solves your issue
Is Paypal aware of the problem??
I emailed them a while ago to tell them this was happening to me, and they didn't know why. It happens to me on Firefox no matter what I do, but on safari if I clear my cache and open Paypal it will usually work the first few times I try to access the site. Then I need to clear the cache again, or close safari entirely and re-start it. It's especially annoying because I run an online store and need to access Paypal to print my shipping labels. The "open in a new window" doesn't work for me. Even if I log in directly to Paypal -- not clicking on a third-party link -- I still get that error message.
Can't login
I can't even login to Paypal to pay my Paypal credit card bill not alone see if I have cash in my account. WTF
What do I do :(
It's been giving me a message saying sorry your last action could not be completed, and I haven't been able to successfully use my card on any site within the last 2 months. It's really bugging me what do I do? :[
Erick
Help me for God's sake! I want to buy a rapidshare account and I can't right-click the pay now button. This error just keeps coming "Sorry — your last action could not be completed"
Same problem with Paypal
I have the same problem with Paypal...ONLY when it comes to Rapidshare - it gives me this stupid message, and not only me, some of my friends too. My credit card is FINE because I made payments from Paypal even after that message, but Rapidshare doesn't accept it!
Solution
Make sure the <form>...</form> that points to Paypal for your item isn't inside <table></table> tags, and make sure that there is nothing else between <form></form> tags that's non-PayPal.
Cheers
Piotr
Please help
I am just adding a Pay Now button to my Google website which uses frames. I have added the necessary HTML code to open a new page, but even when I right-click on the button it doesn't offer me that opportunity. Can anyone help?
Thanks,
Jane
Open Paypal button in new window
Hi Jane,
The right-click option actually only works if you're the shopper - and you're trying to open a button which is already present on a website. This will let you force the button to open the destination page (ie. shopping cart, checkout, etc.) in a new window.
Since you're adding the Paypal button to your own website, you'll need to add the code via HTML. In other words, you should be able to view the source code for your website page, where you typically insert your button. Within the button code, search for an anchor tag (<a href="..." ...) and add the following command that will force the button to open in a new window: <a target="_blank" href="..." ...
I'm a shopper and can't use paypal buttons!
I click the Paypal button to buy something and it takes me to the "Sorry ..." page. Several different sites. I'm using IE 8. Can anyone help!
I'm a shopper and I can't open in a new window
I right click it and the option to open in a new window is grayed out. I'm using IE 8. Any ideas - maybe the website I'm trying to purchase from is coded wrong?
Thank you!
I did lots of research, but your recommendation to 'open in a new window' helped me to solve my problem. I did not update the source code, but went to my page, clicked on the form properties for the button, and selected New Window. Saved, published, and it worked!
Thanks, and bless you.
Another solution
If you have 0 balance in your Paypal account (and have a backup credit card), but you select in your checkout preferences to use Paypal money first... the current transaction will go south on you until you put money in or use the credit card first at checkout.
This had my hair falling out for 2 days until I stumbled upon that option buried in my account preferences.
This is of course not a merchant-side problem, I guess... just for those who have both a CC and cash in the account. Lovely, isn't it?
Confirmed problem with frames
Confirmed problem with frames also. Had a domain that was aliased using a frame "mask" and it screwed up Paypal. Removed frame and it's all good.
--Steve
Now you don't, now you do
Using iframes...
Experienced the same behavior during development, but only when using IE. Applied the fix, target="_blank", and IE worked. That was several weeks ago...and now it no longer works. FF still works fine...so back to the drawing board.
An update. Thanks heaps for
An update. Thanks heaps for the clue, I made it work. The solution I had to apply was of course almost identical:
Some of the people above are users with the problem, not website owners.
People: this solution doesn't help you, because this workaround is something the website owner has to apply to their page!
I can't see how to apply the
I can't see how to apply the workaround.
The code I got from paypal doesn't have a plain link which I can set a target=blank in. The code from paypal is a form...
Thanks for the post... I hope someone can clarify!
This error happens within PayPal... WTF???
I can log into my PayPal account, and I can send invoices from there just fine. I can see the list of people that paid, and as soon as I click
A) Add Tracking Info, or
B) Mark as Shipped or
C) Get Details,
from which page I also choose "Add Tracking Info", they all get me to the window where I can choose a carrier, enter tracking info and mark as processed, shipped or whatever.
As soon as I hit ok, I get the "sorry, we don't know WTF we're doing but thanks for being a valued customer" error. The browser can be FF3, Chrome, IE8, IE7 or IE6 on 3 different computers, XP or VISTA, and it does the EXACT same thing.
Of course their customer service hotline might as well just greet "Good morning Suckers, sorry you had to actually call us, what can we do you for today?".
Should I assume that PayPal just won't do anything about this?
As stated on previous post, this happens regardless of FF3, Chrome, IE8, IE7 or IE6 on 3 different computers, XP or VISTA, and it does the EXACT same thing in ALL cases. Absolutely everything else works fine. I'm a merchant account verified by over 200 buyers, with a current running balance of aprox 10K, and I've been up to 15-20K more often than not. Not that it matters, but geez, you'd think they'd do something about it.
Vendio
So, it is now November and this problem still occurs. I used FF and IE and neither would let me right click to open in a new window, thanks for useless info.
I did notice that when I bought from someone on Ebay a couple days ago it was all ok'ed. Trying to buy today and last night from someone I was told that the seller uses a different payment service that indirectly brings me right back for Paypal again. It is something called Vendio. I'm guessing that Paypal is being stupid and blocking the exchange through there.
This is EXTREMELY frustrating seeing as I have wasted almost 2 hours trying to fix this problem and I have gotten nowhere.
WTF.
Fix for the notorious problem
I lost thousands of dollars in revenue because people could not place and order through Paypal on my website...
IT IS BECAUSE PAYPAL updated its code without telling anybody...
Cause they stink...
https://www.paypal.com/cart/add=1&................
changes to
https://www.paypal.com/cgi-bin/webscr/cmd=_cart&add=1&.....
That's the fix dang gone it...
8-22-09..............
Tell me how that works...... I'm Mr. T.
Same story here
We just deployed PayPal yesterday after a month of testing on Sandbox. Now, I discovered if the browser is anything but IE, the notorious message is displayed! No frames are used in our case!
We tested the functionality on Sandbox using many browsers(FF,Chrome,..) with no errors!
It's Paypal internal as well
I'm a merchant and have been trying to send invoice reminders WITHIN MY PAYPAL ACCOUNT ON PAYPAL'S WEBSITE, and am getting the same error.
Paypal support's response?... "We know about the problem and we're working on it."
Apparently nobody ever taught their developers to work kinks out in a testing environment first. They just decided to go live with updates that don't work.
Yeeha!
Opera 9.64 - still no luck
I'm using Opera 9.64 and all my Paypal checkout pages result in the same error you guys are seeing: "Sorry, your last action could not be completed." Argghhh!!!! This is terribly annoying. I tried opening the link in a new window but that didn't seem to do the trick. Meanwhile, I'm simply having to conduct transactions in another browser.
I still find Opera to be completely superior overall, especially in terms of memory use, so I have no plans of switching, but I'm surprised this problem has existed for so long and no one is taking action!
6-digit key - agree with 6-10-09 poster
I agree with the work around described in the 6-10-09 post.
I ran into this very frustrating problem on a number of very high volume sites where I have used PayPal (and the security key PIN device) fine in the past, specifically, shoebuy.com, supermediastore.com, and newegg.com.
PayPal help was not helpful. The stores had no idea what was wrong. The work around that I found by trial and error was to enter the "base" password (no pin), then enter the pin on the next screen. Very frustrating because the "your last action could not be completed" gives no clue as to what is broken.
It is not clear if this works because it forces you to a new window and is therefore part of the same "frames" problem, or if it is another independent problem. I don't suppose it matters if you can get it to work
.
Is your client using the 6-digit security key as well?
Have them login using their password in Paypal normally (not using the password123456 method normally used with the 6-digit security key) and then have them enter the 6-digit pin separately on the next page when asked.
I had this same problem but the pass + 6-digit pin was causing the issue and was resolved by entering both separately.
It's killing me
I've listed lots of forums, websites, read a lot of info about this error, but still can't fix it :/ . I've changed Firefox to IE and then to the latest 9.5 Opera - but still nothing. I'm loosing my client, and I don't know what to tell him. I've sent some messages to Paypal, but I haven't received any answers.
Someone, help me please
:|
Thank You
Are you using frames?
The browser is usually not the issue. Did you check and see if the page your having troubles with is using frames?
Help with frames
Sorry I'm not a well-versed computer user. But how do I know if the page I'm having trouble with is using frames? And is it possible to remove them? Thanks a lot!
Identifying frames in a web page
Depending on the browser you're using, you can do the following to identify whether your web page is running frames:
Internet Explorer - right-click and select "View Source."
Firefox - right-click and select "View Page Source."
Then search for a tag (ie. begins with "<") that contains the word "frame", "iframe", or "frameset."
You'll then need to edit the web page and remove the frame tags. However, this may also disrupt your layout, so you'll probably want to ask someone with HTML experience to do this for you.
Awesome
I wasted time going through Paypal's help page but I found your article just like that by Googling the error message. Your help is a lot more useful. Thanks!
Opera 9.5
After using Opera 9.5 for a few days, I am quite happy with its performance. While a lot of people were really looking forward to Firefox 3, the Opera team released Opera 9.5 with much less noise and much more improvements.
How about button?
How can I add target="_blank" in button?
Sitewide error now?
I'm getting the "Sorry — your last action could not be completed" just going directly to Paypal.com.
No Paypal login working
Neither Firefox nor IE could login to Paypal!!
Firefox Chrome works
So far with me, the IE browser doesn't work but FF and Chrome work. I created my page in GooglePages. I can't remove the frames from the site's html code as it seems. And for some reason, there is no anchor tag in the code that you get from Paypal's create a button otherwise, I could tell the button to load a separate page for my Paypal donation. Keep in mind, I updated IE from version 7 to version 8 and it still doesn't work. I run Vista but an XP user was having the same problem but their FF worked fine. I'm going to see if this can be fixed and repost a solution.
Thanks for the workaround
I've had this problem in versions 8 and 9 of Opera, and it's been a pain to open IE to complete payment - so thanks for the workaround!
Opera Browser Problem
I'm using version 9.62 of Opera on a Windows XP box and have just started getting this error with any site I try (3 different merchants). Looks like the evil PayPal doesn't like Opera anymore. Never used to have any problems.