We want to transfer a NOPCommerce site to our web server from another hosted location but I am having some issues on our test site.

We received the database files and imported them into our SQL database and assigned ownership to the user for that account. However all data coming from the database seems to be broke.

For instance instead of

First Name
Last Name
Gender
Age

It says

account.firstname
account.lastname
account.gender
account.age

It seems to be getting the settings from the DB with no problems(like in the settings everything is correct), but reference data seems to not work; any ideas?