Slight update: The OrdersProducts report was being run with filters on the "Orders ID" and, unfortunately, that resulted in the error:
Code:
PHP Fatal error: 1052:Column 'orders_id' in where clause is ambiguous
The correction is to properly "alias" that orders_id field. Along the way, I also found that the OrdersProducts report wasn't passing its output information through the encoding process (so that non-ASCII characters could get "mangled" in the output file), so that's been corrected as well.
I've got the update staged for DbIo's next version (most likely in early January):
https://raw.githubusercontent.com/la...ctsHandler.php