Hi everyone,
I'm performing a query that returns up to 569 records grouped by three different criteria.
Despite the message "loading" appears during 70 or so seconds, the grid won't show any result, it remains empty.
Any help will be appreciated. I'm working with Server2Go Version 1.8.2, which uses mysql and php.
Thanks in advance
Hello
Try checking the faq question1 on website for blank display fix.
Also let me know if issue persist.
Regards
Sorry If I'm been naive but I couldn't find the how to set
//ini_set("display_errors","on");
Even when I checked the file jqgrid_dist.php from beginning to end
Sorry
No issues, just review the firebug response. It will tell the exact story.
In case if it taking too much time, email me the code for review at [email protected]
Thanks
Hi Abu,
Issue solved.
The problem was the "max_execution_time" from php.ini.
I extended the maximum execution time and it worked fine.
Thanks for your help.