White Page After Database import!!! Help!!!
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.
I'm not even getting the login page at the moment.
My config file is correct I believe, 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');
I am currently moving the website onto a new server as well. I am moving it to Plesk from Pipe10.
So confused why it's going wrong at the database import. If someone could shed some light on this I would be extremely grateful!
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.
I'm not even getting the login page at the moment.
My config file is correct I believe, 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');
I am currently moving the website onto a new server as well. I am moving it to Plesk from Pipe10.
So confused why it's going wrong at the database import. If someone could shed some light on this I would be extremely grateful!
Have you tried to clear the C5 cache?
This is a duplicate of thread
http://www.concrete5.org/community/forums/installation/white-page-a...
http://www.concrete5.org/community/forums/installation/white-page-a...
It's probably because you also copied /files/cache and /files/tmp.
Never copy those when you migrate a site.
If it's not working it's probably the lowercase table names as stated above.
Never copy those when you migrate a site.
If it's not working it's probably the lowercase table names as stated above.