Needs review
Project:
UberPOS
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 May 2011 at 15:45 UTC
Updated:
6 Feb 2012 at 20:50 UTC
Jump to comment: Most recent file
dblog shows this when trying to access an order:
Argument #2 is not an array in uberpos.module on line 354.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | uberpos.patch | 521 bytes | michaelk |
| #2 | no-info-on-order-1145746.patch | 490 bytes | last call media |
Comments
Comment #1
last call media commentedNew orders work, past orders stop showing product and payment info
Comment #2
last call media commentedComment #3
last call media commentedThat patch is a temp fix at best. I think what may be happening is no order 'completed' column is getting created during install.
Comment #4
michaelk commentedI am also seeing this issue. Here is the actual error message for what is causing this issue:
array_merge() [function.array-merge]: Argument #2 is not an array in \sites\all\modules\uberpos\uberpos.module on line 354.
Comment #5
michaelk commentedHere is an alternative patch that fixes the issue for me.