Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2012 at 01:30 UTC
Updated:
3 Sep 2012 at 13:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
damienmckennaFYI I discovered this by having error_reporting set to E_ALL and adding this to my settings.php file:
Comment #2
damienmckennaThis resolves the error by first checking if $order->quote['method'] is available; it also improves the logic in the trinary operator to avoid another NOTICE error.
Comment #3
damienmckennaRelated: #1740944: Use error_level=2 for all local development
Comment #4
longwaveCommitted, thanks for the patch.