Hello,
The hook code associated to the CSV button is not executed anymore since 5.3.
Dos anyone face this?
Thx,
Philippe
CSV hook in 5.3
Re: CSV hook in 5.3
We discovered a bug in the latest release that causes this behavior. We'll be fixing it in the next release. For now, please open the generated "datalist.php" file in a text editor, find this line: and modify it to: Please accept my deep apologies for any inconvenience caused by this issue.
Code: Select all
$mq = call_user_func_array($this->TableName . '_csv', $csvQuery, $mi, array(&$args));
Code: Select all
$mq = call_user_func_array($this->TableName . '_csv', array($csvQuery, $mi, &$args));

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.