gavinsweet - 2015-11-21

Hi - Not sure whether this is still an active project, but hopefully someone can help.

We are using v1.5.0-beta3, we have several hundred entries in db, functions work all ok, except export.

The export function seems to do nothing (no file or contents sent to browser), and I get no errors in apache logs.

I've experimented with the "export" section in the process_action.php and tried to put file contents locally, and also looked at other branches here, where you have different code for line 221:
$set = $db->out_result_object("call get_all_from_wallet();");
$set = $db->out_result_object("select * from wallet;");

but neither of these work.

Any ideas?

Thanks
Gavin