Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Orders
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2012 at 15:33 UTC
Updated:
18 Oct 2015 at 01:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
longwavePlease test the attached patch.
Comment #2
jamesoakleyI applied that patch. The "admin->view order" page still loaded fine with PHP 5.3 (so didn't break things for older PHP).
Also, with the patch, I was able to load that page with PHP 5.4 without errors. I can't comment on whether or not there are any other adverse effects, but testing thus far the issue seemed fixed.
RTBC
Comment #3
longwaveCommitted #1
Comment #5
loparr commentedHI, sorry to reopen this, I applied your patch, the error is gone now
Only variables should be passed by reference in ..sites/all/modules/ubercart/uc_order/uc_order.order_pane.inc on line 279.
However on /admin/store/orders/123 I see only "array" inside products and comments pane.
Possible to do something about it? Thank you
Comment #6
loparr commentedafter installing latest dev, errors are gone. closing