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.