Website Migration Problems

Permalink
Hello Everyone,

I'm having issues with my website after migration from one server to another and I'm trying to figure out what went wrong. After extensive searching I really couldn't come up with a fix. So I'm going to try to reach out to the Concrete 5 community.

I exported the DB and all the files/directories/etc.

I imported the database into my new server, and uploaded all the files/directories need.

I then updated the correct database information on my config/site.php file

define('DB_SERVER', 'XXX');
define('DB_USERNAME', 'XXX');
define('DB_PASSWORD', 'XXX');
define('DB_DATABASE', 'XXX');
define('BASE_URL', 'http://' . $_SERVER['HTTP_HOST']);
define('DIR_REL', '/jardinmagico2');

At first I was getting 'file not found database errors'. After some research it seems the table names needed proper capitalization. After taking care of that (presumably) the site started to show me something different.

When I navigate to the directory where concrete 5 resides I just get an:

An unexpected error occurred.
An error occurred while processing this request.

http://www.flamerosedale.com/jardinmagico2/...

Page come up, with no error to followup on.

If I try to navigate to the admin section. the page looks like it wants to load but only displays two social media icons, the proper favicon, and the proper background color but the page is blank other wise:

http://www.flamerosedale.com/jardinmagico2/index.php/login...

Is there any way I can find out whats going on? Or does anyone have any suggestions where to start? thanks in advance.

 
tallacman replied on at Permalink Reply
tallacman
The login page should not be showing any theme icons.
And it stalls on: <div id="google-translate">

with maybe a js error.
The other page looks like your db may not be hooked up correctly.

Also, these two statements:

define('BASE_URL', 'http://' . $_SERVER['HTTP_HOST']);
define('DIR_REL', '/jardinmagico2');

arent used anymore. try getting rid of those first.