Child Table loading problem

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
mysh_eireannach
Veteran Member
Posts: 35
Joined: 2016-02-16 22:31

Child Table loading problem

Post by mysh_eireannach » 2018-05-23 11:39

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
Untitled-2.png (8.87 KiB) Viewed 3521 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.

mysh_eireannach
Veteran Member
Posts: 35
Joined: 2016-02-16 22:31

Re: Child Table loading problem

Post by mysh_eireannach » 2018-05-23 13:45

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

R Tammam
Veteran Member
Posts: 113
Joined: 2017-08-26 15:35

Re: Child Table loading problem

Post by R Tammam » 2018-05-30 05:13

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

mysh_eireannach
Veteran Member
Posts: 35
Joined: 2016-02-16 22:31

Re: Child Table loading problem

Post by mysh_eireannach » 2018-05-30 13:56

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
Untitled-123434.png (238.43 KiB) Viewed 3459 times
Do you think problem from my side? Or server configuration? Or Network problem?

Thanks

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: Child Table loading problem

Post by pbottcher » 2018-06-02 20:05

Hi,

can you click on one of the "bad" requests and show the header and response information pls.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

AEmpeno
Veteran Member
Posts: 72
Joined: 2018-01-04 18:48

Re: Child Table loading problem

Post by AEmpeno » 2019-03-29 02:26

Were you able to find the solution for this issue?

I'm experiencing this issue right now. Any direction here, please?

Post Reply