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
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
Hi,
same here, do you have a solution yet?
Cheers
same here, do you have a solution yet?
Cheers
If you look in your database do you have that table (tables are case sensitive)?
I have this table:
cust-mysql-123-19 -> data1
cust-mysql-123-19 -> data1
Sorry I guess I have to be more specific. In your asap_production database do you have a table called Config?
Yes, I have!
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.
Hello,
the datebase exits! And concrete is conected to the database!
I don't know, what is wrong!
the datebase exits! And concrete is conected to the database!
I don't know, what is wrong!
I am sorry, but I don´t know what you mean!
Can you please help me again?
The site is still white!
Can you please help me again?
The site is still white!
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.
Any suggestions?
thank you.
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.