Got following popup when i tried to enter a node title into product nid on http://abc/admin/store/settings/node-checkout/project

An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: http://abc/uc_node_checkout/autocomplete
StatusText: Service unavailable (with message)
ResponseText:

I'm using all uc core modules, paypal and uc-node-checkout.

Or when I'm trying to add a view instead of a node nid i get following node body content:
"The website encountered an unexpected error. Please try again later." Other vice the page has a title of "error" and the page has nothing else. Title and error messege only.

CommentFileSizeAuthor
#1 uc_node_checkout-2234303-1.patch2.31 KBjamestombs
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jamestombs’s picture

Status: Active » Needs review
FileSize
2.31 KB

Patch attached which fixes the autocomplete which is causing the HTTP 500 error as well as allowing empty Product NID to be submitted if using a View.

bisonbleu’s picture

Status: Needs review » Reviewed & tested by the community

Works for me, thanks!