White screen after site migration

Permalink
Hi

I've just moved a site from one domain to another. Both are linux servers (i think?). Everything seems to have gone smoothly apart from that i get a white screen. Chrome shows (internal server error 500).

I'm really puzzled as to what to do.

Only difference i can see in setup is this from the phpMyAdmin page, Database server info:
Old server:
Server: cust-mysql-123-04 via TCP/IP

New Server:
Server: Localhost via UNIX socket


Any help appreciated.

thanks

 
ahhaweb99 replied on at Permalink Reply
Ahhh, i've just found this in the logs:

PHP Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'asap_production.Config' doesn't exist] in EXECUTE("select * from Config where uID = 0 order by cfKey asc")\n' in /home/asap/domains/asap-digital.com/public_html/production/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78\nStack trace:\n#0 /home/asap/domains/asap-digital.com/public_html/production/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'asap_pro...', 'select * from C...', false, Object(ADODB_mysql))\n#1 /home/asap/domains/asap-digital.com/public_html/production/concrete/libraries/3rdparty/adodb/adodb.inc.php(1012): ADOConnection->_Execute('select * from C...', false)\n#2 /home/asap/domains/asap-digital.com/public_html/production/concrete/core/models/config.php(182): ADOConnection->Execute('select * from C...')\n#3 /home/asap/domains/asap-digital.com/public_html/production/concrete/core/models/config.php(173): Concrete5_Model_ConfigStore->load()\n#4 /home/asap/domains/ in /home/asap/domains/asap-digital.com/public_html/production/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78

Obviously this is the problem, but not sure how to fix.
eldios replied on at Permalink Reply
Hi,
same here, do you have a solution yet?
Cheers
hutman replied on at Permalink Reply
hutman
If you look in your database do you have that table (tables are case sensitive)?
eldios replied on at Permalink Reply
I have this table:

cust-mysql-123-19 -> data1
hutman replied on at Permalink Reply
hutman
Sorry I guess I have to be more specific. In your asap_production database do you have a table called Config?
eldios replied on at Permalink Reply
Yes, I have!
hutman replied on at Permalink Reply
hutman
Well the error that you're getting indicates that the table doesn't exist. So either this error has already been resolved or the table doesn't exist in the database that the site is pointed to.
eldios replied on at Permalink Reply
Hello,

the datebase exits! And concrete is conected to the database!
I don't know, what is wrong!
eldios replied on at Permalink Reply
I am sorry, but I don´t know what you mean!
Can you please help me again?
The site is still white!
adwlabs replied on at Permalink Reply
adwlabs
I have the same probleme. But in my case the backend work well, I'm having problem only on the frontend: blank page.
Any suggestions?

thank you.