-- HikaShop version -- : 4.6.0
-- Joomla version -- : 3.10.9
-- PHP version -- : 7.49
-- Browser(s) name and version -- : any
-- Error-message(debug-mod must be tuned on) -- : 0 Class 'dbug' not found
If we go to Orders, and select an order (we are trying to select all monthly orders for the previous month, etc. but it doesn't matter what you filter on).
Then select items (all, or a single order).
Then Select Actions + Export as CSV File
Sometimes I can get results by unselecting specific fields, but it would be nice to trap this error to know what the cause is.
For example, on some orders I can select all fields without a problem. Then when I try to add fields to the selection list, the system throws this error.
I am trying to create a monthly sales detail report. This used to work when just using the EXPORT button, but now we lose order details...it only exports the order header information--not the order details. So I found this error while trying to find an alternative reporting scheme for the users.