Closed (fixed)
Project:
Ubercart SSL
Version:
7.x-1.01
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2012 at 23:32 UTC
Updated:
30 Nov 2012 at 23:19 UTC
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
Comment #1
john harvey commentedYes 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.
Comment #2
crystaldawn commentedComment #3
bdornbush commentedIt may be fixed in another issue: http://drupal.org/node/1104542
I have moved on to securepages.
Comment #4
crystaldawn commentedThis 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.