Hi
I hope someone can point me in the right direction. I am building an appgini application using my local environment and then copy the code via FTP to an internet host.
I am not getting the 'sub tables' to load on the internet host, but they work fine in my local environment.
I did go through a process where I had to rename my tables, as my local php database environment was not case sensitive, but my internet php database is case sensitive, so that is something I ended up doing after my project was initially created.
I've attached a picture of what I see locally and what I see on the host.
This issue is occurring for every table where I have these child relationships - there are quite a few of them. I just need to know where to look for the problem and can do any necessary coding to fix it.
Local server vs. internet based server issues
Re: Local server vs. internet based server issues
I actually found the solution to this while waiting for admin approval for this post:)
Because I run my local machine on Windows, file names are not case sensitive. My web host is Linix and is case sensitive -
The children files under \templates were named with the old table names - ie
"children-Classes.php" vs "children-classes.php"
Once I changed the case of the filename, everything started working.
Because I run my local machine on Windows, file names are not case sensitive. My web host is Linix and is case sensitive -
The children files under \templates were named with the old table names - ie
"children-Classes.php" vs "children-classes.php"
Once I changed the case of the filename, everything started working.
Re: Local server vs. internet based server issues
Thanks for reporting how this issue was resolved ... maybe we'll add to future releases of AppGini a warning about this when a table has upper-case letters.

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.