#Server Site & Localhost Site Dispecrpency

5 messages · Page 1 of 1 (latest)

unreal loom
#

Our localhost site has a table that populates data from a local MySQL database. On localhost, the site populates this data correctly, but once we upload our site and database to our server the table has a few columns that are missing data. The photos attached show this issue. The Localhost.png shows the checkbox on the left, the Station, and the Owner columns properly (these can be seen highlighted in green), but the Server.png shows those 3 columns empty (these can be seen highlighted in red).

The database on localhost is exactly the same as the database on the server (I've recently made sure it was a perfect copy)

The only thing that I can think may be causing the issue is a package difference, but I can't find what.

unreal loom
#

Help me!

ashen vine
#

That said, I think nobody can really answer that, as we have no idea how your app works. Usually you wouldn't copy a database from local to production, you'd use migrations. And then we don't know how those columns are supposed to be populated, perhaps there's something wrong in your code in how you populate those rows

unreal loom
#

Thank you.