Data not loading after

When I add container above and existing container that had a dynamic table that is working the data stops loading?

Do they have different IDs? Or are any errors displayed?

2019-10-10_20-45-55

No error, shout the id’s be different?

It appears to happen when I add a server side include (nav bar) to one of the columns.

You may have duplicate IDs. Do you have a live link you can share with us?

1 Like

http://imd.franklin.edu/admin/adminStudentGallery.php?sort=projectLink&dir=asc
it happens when I add the nav bar with SSI and PHP include

You have two id=“asg01” and two id=“serverconnect1”. Those need to be changed. You can’t have two IDs the same. That may or may not be the problem but it is the first place to look.

Ok, I fixed that issue, but it still happens when I add a serverside include before the container with the form. Could it be that the SSI is not compatible?

You still have your gallery recordset and your logout actions with the same ID ‘serverconnect1’

I see you have changed your gallery recordset to servconnect2, which is fine. But your table is still looking for serverconnect1. Select your table and in the properties panel change serverconnect1 to serverconnect2

i think I did that now

1 Like

Yep, looks like it. Always remember that IDs must be unique. :wink:

ok thank you

Happy to hear you resolved your issue! :slight_smile: