PHPExcel/Jqgrid_dist: instead of my error message jqGrid try closing PHPExcel (already closed by me)

QuestionsPHPExcel/Jqgrid_dist: instead of my error message jqGrid try closing PHPExcel (already closed by me)
Massimo Gagliardi asked 8 years ago

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

2 Answers
Abu Ghufran answered 8 years ago

Please send full code for review, and the screenshot of the issue you are facing.
You can email me at [email protected]

Massimo Gagliardi answered 8 years ago

Probably my phpgrid_dist wasn't update to last version.
Now everything works.
Thank you.

Your Answer

4 + 15 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?