Curious behavior:
In a my script I use PHPExcel to retrieve data that subsequently I use to populate a detail subgrid.
Once the read the data I close PHPExcel with:
$objPHPExcel->disconnectWorksheets();
unset($objPHPExcel);
(i tried also with:
$objPHPExcel->__destruct();
unset($objPHPExcel);)
If there is a content (through the data acquisition) not correct I use the phpgrid_error(…) to show an error msg.
Nothing.
Via xDebug + notepad++ dbgp I discovered that jqgrid, before the die(msg) instruction, tries to close PHPExcel obj and leaves the focus on the error msg, that doesn't show anymore.
Where is the trouble?
Have you some suggestion?
Thanks in advance
Massimo Gagliardi
Please send full code for review, and the screenshot of the issue you are facing.
You can email me at [email protected]