When I use PayPal Website Payments Standard to checkout, and I go to PayPal to pay and return to my site, to the order complete page, I get an error message:

Notice: Undefined index: uc_ssl_post in uc_ssl_http_request() (line 194 of /home/mysite/public_html/sites/all/modules/uc_ssl/uc_ssl.module).

Comments

john harvey’s picture

Yes I've just had a user report this error. I'm getting increasingly displeased with uc_ssl, there are rather too many issues that are unresolved.

crystaldawn’s picture

Status: Active » Closed (fixed)
bdornbush’s picture

It may be fixed in another issue: http://drupal.org/node/1104542
I have moved on to securepages.

crystaldawn’s picture

This is indeed fixed yes. It's not really a bug so much as server configuration though. Most live sites have errors off completely. These notices are nothing more than php coding standard informational messages than anything else. I've replaced all the instances I could found with empty() so as to avoid these types of messages showing up on servers that do not hide error messages properly.