White Page After Database import!!!

Permalink
I am very new to the Concrete 5 CMS, so struggling to get my companies website back up.
The website ishttp://sanyachinatravel.com and is returning only a blank white screen.
I have tried fixing it first on my local: installing a new copy of C5, uploading the theme then activating it, then importing the current database. However once I've imported the database the website returns only a blank white screen.
My config file is correct I have:

<?php
define('DB_SERVER', '109.109.244.154');
define('DB_USERNAME', 'admin_sanya_user');
define('DB_PASSWORD', 'password');
define('DB_DATABASE', 'admin_sanya_plesk');

So confused why it's going wrong at the database import. If someone could shed some light on this I would be extremely grateful!

 
teknojunkey replied on at Permalink Reply
teknojunkey
Hi, probly best to delete/reset these config details now !

Check there is no space at the end of the config file.
Delete all the cached files /files/cache/*
Confirm all files have been uploade

If this fails setup a fresh install of C5 on the server, get it running then reimport you DB

Hope this helps
shondy replied on at Permalink Reply
shondy
Check to make sure that on the new database the user you set up has full privileges. The usernames have to match exactly (obviously).
exchangecore replied on at Permalink Reply
exchangecore
try adding the following to the top of your .htaccess file. Hopefully you'll get a more meaningful error message.

php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag  log_errors on


Edit: alternatively you could look for an errors.log file in your web root if you are using a host that is running cpanel.
JohntheFish replied on at Permalink Reply
JohntheFish
How many duplicates of this thread are there?
http://www.concrete5.org/community/forums/installation/white-page-a...