Page 1 of 1
Child Table loading problem
Posted: 2018-05-23 11:39
by mysh_eireannach
Hi All.
Use AppGini Version 5.71 revision 1026
I have some problem with loading Child Tables at detail view of record.

- Untitled-2.png (8.87 KiB) Viewed 4818 times
If I open detail view of record, Loading sign can hanging for one hour, and nothing happen. If I reload page few times, then records could appear.
Try on few browsers as Firefox and Chrome, all same.
Could anyone help me to sort this issue please.
Re: Child Table loading problem
Posted: 2018-05-23 13:45
by mysh_eireannach
Information from my Console:
Code: Select all
jquery-1.12.4.min.js:4 POST https://MyDomaine.com/parent-children.php 500 (Internal Server Error)
send @ jquery-1.12.4.min.js:4
ajax @ jquery-1.12.4.min.js:4
post @ common.js.php:571
(anonymous) @ VM5112:15
i @ jquery-1.12.4.min.js:2
add @ jquery-1.12.4.min.js:2
n.fn.ready @ jquery-1.12.4.min.js:2
n.fn.init @ jquery-1.12.4.min.js:2
n @ jquery-1.12.4.min.js:2
(anonymous) @ VM5112:2
(anonymous) @ jquery-1.12.4.min.js:2
globalEval @ jquery-1.12.4.min.js:2
Ha @ jquery-1.12.4.min.js:3
append @ jquery-1.12.4.min.js:3
(anonymous) @ jquery-1.12.4.min.js:3
Y @ jquery-1.12.4.min.js:3
html @ jquery-1.12.4.min.js:3
success @ common.js.php:580
i @ jquery-1.12.4.min.js:2
fireWith @ jquery-1.12.4.min.js:2
y @ jquery-1.12.4.min.js:4
c @ jquery-1.12.4.min.js:4
XMLHttpRequest.send (async)
send @ jquery-1.12.4.min.js:4
ajax @ jquery-1.12.4.min.js:4
post @ common.js.php:571
(anonymous) @ Daily_site_log_view.php:744
i @ jquery-1.12.4.min.js:2
fireWith @ jquery-1.12.4.min.js:2
ready @ jquery-1.12.4.min.js:2
K @ jquery-1.12.4.min.js:2
jquery-1.12.4.min.js:4 POST https://MyDomaine.com/parent-children.php 500 (Internal Server Error)
send @ jquery-1.12.4.min.js:4
ajax @ jquery-1.12.4.min.js:4
post @ common.js.php:571
(anonymous) @ VM5112:13
i @ jquery-1.12.4.min.js:2
add @ jquery-1.12.4.min.js:2
n.fn.ready @ jquery-1.12.4.min.js:2
n.fn.init @ jquery-1.12.4.min.js:2
n @ jquery-1.12.4.min.js:2
(anonymous) @ VM5112:2
(anonymous) @ jquery-1.12.4.min.js:2
globalEval @ jquery-1.12.4.min.js:2
Ha @ jquery-1.12.4.min.js:3
append @ jquery-1.12.4.min.js:3
(anonymous) @ jquery-1.12.4.min.js:3
Y @ jquery-1.12.4.min.js:3
html @ jquery-1.12.4.min.js:3
success @ common.js.php:580
i @ jquery-1.12.4.min.js:2
fireWith @ jquery-1.12.4.min.js:2
y @ jquery-1.12.4.min.js:4
c @ jquery-1.12.4.min.js:4
XMLHttpRequest.send (async)
send @ jquery-1.12.4.min.js:4
ajax @ jquery-1.12.4.min.js:4
post @ common.js.php:571
(anonymous) @ Daily_site_log_view.php:744
i @ jquery-1.12.4.min.js:2
fireWith @ jquery-1.12.4.min.js:2
ready @ jquery-1.12.4.min.js:2
K @ jquery-1.12.4.min.js:2
jquery-1.12.4.min.js:4 POST https://MyDomaine.com/parent-children.php 500 (Internal Server Error)
send @ jquery-1.12.4.min.js:4
ajax @ jquery-1.12.4.min.js:4
post @ common.js.php:571
(anonymous) @ VM5112:14
i @ jquery-1.12.4.min.js:2
add @ jquery-1.12.4.min.js:2
n.fn.ready @ jquery-1.12.4.min.js:2
n.fn.init @ jquery-1.12.4.min.js:2
n @ jquery-1.12.4.min.js:2
(anonymous) @ VM5112:2
(anonymous) @ jquery-1.12.4.min.js:2
globalEval @ jquery-1.12.4.min.js:2
Ha @ jquery-1.12.4.min.js:3
append @ jquery-1.12.4.min.js:3
(anonymous) @ jquery-1.12.4.min.js:3
Y @ jquery-1.12.4.min.js:3
html @ jquery-1.12.4.min.js:3
success @ common.js.php:580
i @ jquery-1.12.4.min.js:2
fireWith @ jquery-1.12.4.min.js:2
y @ jquery-1.12.4.min.js:4
c @ jquery-1.12.4.min.js:4
XMLHttpRequest.send (async)
send @ jquery-1.12.4.min.js:4
ajax @ jquery-1.12.4.min.js:4
post @ common.js.php:571
(anonymous) @ Daily_site_log_view.php:744
i @ jquery-1.12.4.min.js:2
fireWith @ jquery-1.12.4.min.js:2
ready @ jquery-1.12.4.min.js:2
K @ jquery-1.12.4.min.js:2
Re: Child Table loading problem
Posted: 2018-05-30 05:13
by R Tammam
Hello mysh_eireannach ,
the child table is loaded using ajax request , so you need to inspect you network , it's so easy just choose the netweork tab in your console it's on XHR tab
here's an example
https://www.screencast.com/t/sVZWMZSS
Re: Child Table loading problem
Posted: 2018-05-30 13:56
by mysh_eireannach
Hi R Tammam
Thanks for reply!
I have page with 19 Child Tables, and only few randomly loaded.
My print screen with XHR tab.

- Untitled-123434.png (238.43 KiB) Viewed 4756 times
Do you think problem from my side? Or server configuration? Or Network problem?
Thanks
Re: Child Table loading problem
Posted: 2018-06-02 20:05
by pbottcher
Hi,
can you click on one of the "bad" requests and show the header and response information pls.
Re: Child Table loading problem
Posted: 2019-03-29 02:26
by AEmpeno
Were you able to find the solution for this issue?
I'm experiencing this issue right now. Any direction here, please?