Missing pages and content from a newly moved site

Permalink
Hi all,
I created a site on a test domain and now wanted to move it live (where a a recent installation of C5 already existed). So I followed the information in this guide.http://www.concrete5.org/documentation/installation/moving_a_site...

I backed up the database and imported it using phpMyAdmin into the new host. Copied the relevant directories as suggested.

Once it was complete I had to manually change the theme to the custom theme and activate it. However, I'm missing all the content and pages I had created earlier in the old host.

I had a quick look at few data tables. In table btcontentlocal for example I could recognise some of the custom text I have added, but they are not showing up when you browse the site as user or admin.

Any ideas what might be going on?
Thanks

 
johnpaulb replied on at Permalink Reply
johnpaulb
Hello artois,

Make sure you are connecting to the database you imported the content into:

In the config folder, open and edit the site.php file:

It should look something like this:
define('DB_SERVER', 'localhost');
define('DB_USERNAME', 'mysite9_concrete');
define('DB_PASSWORD', 'af654*B$#2^79lK';);
define('DB_DATABASE', 'mysite9_concrete5');

Make sure the correct database is named in that last line.

Hope this helps,
-John-Paul