close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PayPal Payments Advanced - Field format error: Request is too large to process

Thread began 12/09/2016 7:16 pm by randy153228 | Last modified 12/21/2016 1:45 pm by Ray Borduin | 5365 views | 18 replies |

randy153228

PayPal Payments Advanced - Field format error: Request is too large to process

I just encountered an error with eCart. It only appears to happen when there is a significant number of items in my cart. In my case (8) items will trigger the error. After much research found the error "Field format error: Request is too large to process". I sent an attachment with the complete response message for your reference. Is there a way to NOT send them the complete list of items? Would that help, or would that screw up what I want to insert into the database after the transaction completes? IE. Thumbnail URL, Description, Etc.

Sign in to reply to this post

Ray BorduinWebAssist

It looks like you can process transactions without passing the itemized list to paypal in order to resolve this problem. If you give me FTP access I can look at it and let you know what lines you can edit to test.

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

randy153228

Sent you a PM

Sign in to reply to this post

Ray BorduinWebAssist

It looks like you can just update line 63 of cart/confirm.php

It currently reads:
$WAGatewayResponse = PP_PayAdv_Post($vars,$dragboatsdotcom,$test=false);

Try updating it to:
$WAGatewayResponse = PP_PayAdv_Post($vars,false,$test=false);

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

randy153228

Not sure the error is the same, but it is still giving me the "Transaction Not Completed" response message, but now I seem to get it even if there is only 1 item in the cart.

Sign in to reply to this post

Ray BorduinWebAssist

Can you send me the full error like you had before? I'll see if I can spot it that way. I couldn't check out on the site to test on my own. Is there a way for me to do that now?

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

randy153228

I deleted that code right after I uploaded and tested the page due to security issues. What code do I use in order to post that response again?

Sign in to reply to this post

Ray BorduinWebAssist

Just add:

php:
<?php

@session_start();
var_dump($_SESSION);
?>
Sign in to reply to this post
Did this help? Tips are appreciated...

randy153228

Where and on what page should I place that code.

Sign in to reply to this post

Ray BorduinWebAssist

On any page after you have the error. It can be on the failure page, or even create a separate page you can visit after and it will display the information needed.

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...