Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
It seems to me due to the different PHP environment, the handle of $_POST could be different. Please help me to do 1 thing: You go to file "vendor/koolphp/koolreport/koolreport/packages/drilldown/clients/DrillDown.js"
, in the line 32 you will see
partialRender:true,
Change it to:
partialRender:1,
Try the refresh you page by Crtl+F5 then see if it works.
That's strange! Could you please let me know the information of your server? PHP version? OS?
Another test: Before the DrillDown::create() function, please add var_dump($_POST)
<?php
var_dump($_POST);
DrillDown::create(...);
?>
After adding to your server, please let me know.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo