Hill,
I am using the kartik Gridview in my yii apps and I use the builtin menu configuration for data export.
The export on the backend app works fine for all kind of data: xls,csv,json,text and pdf producing nice export.
In the frontend all work but not PDF for which I get a division by Zero error.
My investigation on the various forum did not provide any solution.
I just notice the attempt of the software to open small SVG file in the runtime folder under frontend/runtime that kooks as genuine SVG image. Is there a solution or any work around to fix this issue, other than excusing PDF export, that is not an option for me?
The configuration if the kartik export in the backend and frontend are identical.
Thanks for the support
Andrea