Jump to Page:   1
Message 3005!
Options    Options  
byair74
Regular Contributor
Posts: 35
Registered: 05-19-2009



Message 1 of 9

Viewed 1,988 times


Hi,

 

Getting message 3005 error in the last 4 hours even for the following simple code:

<html> <body> <form action="https://www.sandbox.paypal.com/cgi-bin/webscr"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="upload" value="1"> <input type="hidden" name="business" value="seller@designerfotos.com"> <input type="hidden" name="currency_code" value="ILS" /> <input type="hidden" name="item_name_1" value="Item Name 1"> <input type="hidden" name="amount_1" value="1.00"> <input type="hidden" name="item_name_2" value="Item Name 2"> <input type="hidden" name="amount_2" value="2.00"> <input type="submit" value="PayPal"> </form> </body> </html>

please help!

 

thanks,

 

Kudos!
06-04-2009 10:31 AM  
Re: Message 3005!   [ Edited ]
Options    Options  
skier
Ace Developer
Posts: 6574
Registered: 06-01-2007


skier

Message 2 of 9

Viewed 1,982 times


One thing that's wrong with your posted example is that you don't have all the  required variables for using the "upload" method.  You're missing the "quantity_x" variable.

 

The required button code items are:

"cmd" with a value="_cart"
"upload" with a value="1"
item_name_x
amount_x
quantity_x

 

That may not solve the error you're getting but should make you code work as intended.

 

Also, just noticed that the error may be from a System Update that was performed last night.  Suggest opening a Support Ticket here.

 

 

Regards,

 

skier

Message Edited by skier on 06-04-2009 11:48 AM

 

JK Quilting™ and the BCES™ Button Code Example Site
Breckenridge, Colorado
Life is Good at 9603 Feet!
Kudos!
06-04-2009 10:46 AM  
Re: Message 3005!
Options    Options  
byair74
Regular Contributor
Posts: 35
Registered: 05-19-2009



Message 3 of 9

Viewed 1,977 times


Hi,

 

still getting the same error see the code below:

 

<html> <body> <form action="https://www.sandbox.paypal.com/cgi-bin/webscr"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="upload" value="1"> <input type="hidden" name="business" value="seller@designerfotos.com"> <input type="hidden" name="currency_code" value="USD" /> <input type="hidden" name="item_name_1" value="Item Name 1"> <input type="hidden" name="amount_1" value="1.00"> <input type="hidden" name="quantity_1" value="5"> <input type="hidden" name="item_name_2" value="Item Name 2"> <input type="hidden" name="amount_2" value="2.00"> <input type="hidden" name="quantity_2" value="10"> <input type="submit" value="PayPal"> </form> </body> </html>

 

please help!

 

thanks,

Kudos!
06-04-2009 10:57 AM  
Re: Message 3005!
Options    Options  
skier
Ace Developer
Posts: 6574
Registered: 06-01-2007


skier

Message 4 of 9

Viewed 1,974 times


Did you see my last comment about the error message?  You should open a Support Ticket here

 

Regards,

 

skier


 

JK Quilting™ and the BCES™ Button Code Example Site
Breckenridge, Colorado
Life is Good at 9603 Feet!
Kudos!
06-04-2009 11:03 AM  
Re: Message 3005!   [ Edited ]
Options    Options  
PP_MTS_Chad Moderator
Moderator
Posts: 5200
Registered: 09-23-2008


PP_MTS_Chad

Message 5 of 9

Viewed 1,962 times


byair74,

 

This is something that we are aware of, and are working to resolve this issue.

Message Edited by PP_MTS_Chad on 06-04-2009 02:02 PM
Kudos!
06-04-2009 11:54 AM  
Re: Message 3005!
Options    Options  
surripui
Newbie
Posts: 1
Registered: 06-04-2009


surripui

Message 6 of 9

Viewed 1,917 times


Is there currently an ETA on a fix for this issue?
Kudos!
06-04-2009 04:42 PM  
Re: Message 3005!
Options    Options  
benoestrada
Visitor
Posts: 2
Registered: 06-04-2009



Message 7 of 9

Viewed 1,904 times


Hi,

 

I second that request. I know you guys are working hard, but would be nice to have news on this subject.

 

 

Kudos!
06-04-2009 05:13 PM  
Re: Message 3005!
Options    Options  
skier
Ace Developer
Posts: 6574
Registered: 06-01-2007


skier

Message 8 of 9

Viewed 1,900 times


It's really up to the System Programmers, not the support Techs here.  If you want to really escalate an issue, you must open a Support Ticket to document the problem.  The behind the scenes logic at PayPal for fixing issues is that the top reported issue gets priority.  Therefore, the more folks who open a Suppor Ticket, the higher up the fix-it list it gets.  If you have not already done so, open a Trouble Ticket here.

 

Regards,

 

skier


 

JK Quilting™ and the BCES™ Button Code Example Site
Breckenridge, Colorado
Life is Good at 9603 Feet!
2
Kudos!
06-04-2009 05:20 PM  
Re: Message 3005!
Options    Options  
benoestrada
Visitor
Posts: 2
Registered: 06-04-2009



Message 9 of 9

Viewed 1,867 times


Hi,

 

I followed your suggestion, received a mail from PP staff and now it works!

 

:smileyvery-happy: 

Kudos!
06-04-2009 08:50 PM  
Jump to Page:   1
Copyright © PayPal. All Rights Reserved. By using this site, you agree to be bound by PayPal's Legal Disclaimer, User Agreement, and Privacy Policy. This site is subject to change without notice. All other products and company names are trademarks of their respective corporations.