Hi,
Why doesn’t subgrid work in PHP8 when it has been implemented in CodeIgniter, usually when expanding it will trigger POST and GET, but this is only GET.
Please help.
Thank You
Hi,
It looks like there is some php level error in subgrid code. To check, referring the image:
- Open this ajax request page in new tab and see the response
- Click on this request and see the response tab
- Check php error log for details.
Hi Abu For the problem above, we only experienced it on the Nginx server, but there was no problem with Apache.
Ok, In order to further analyse the issue, Check following and reply back the output:
- Open this ajax request page in new tab and see the response
- Click on this request and see the response tab
- Check php error log for details.
You can also send me email at [email protected]
- Uncaught ReferenceError: jQuery is not defined
fx_create_grid
grid_init - Blank Json (debug <table id=”list2″></table>)
- No errors/warnings log
Coding subgrid :
echo $g->render(‘list2’)
It looks like the jquery library is not included or it’s URL is incorrect. “jQuery is not defined” shows the same. If you have any online link, I can review it.
Also check the Debug Console > Network for 404.