Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error:

Permalink
I just moved my site to a new hosting site under a subdomain and now Im getting this error message:
------------------
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'neuroali.Pages' doesn't exist] in EXECUTE("select cParentID, cPointerID, cPath, Pages.cID from Pages left join PagePaths on (Pages.cID = PagePaths.cID and PagePaths.ppIsCanonical = 1) where Pages.cID = 1") ' in /home/content/29/10023029/html/ionm/main/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/content/29/10023029/html/ionm/main/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'neuroali...', 'select cParentI...', false, Object(ADODB_mysql)) #1 /home/content/29/10023029/html/ionm/main/concrete/libraries/3rdparty/adodb/adodb.inc.php(993): ADOConnection->_Execute('select cParentI...') #2 /home/content/29/10023029/html/ionm/main/concrete/libraries/3rdparty/adodb/adodb.inc.php(761): ADOConnection->Execute('select cParentI...', Array) #3 [internal function]: ADOConnection->Query('select cParentI...', Array) #4 /home/content/29/10023029/html/ionm/mai in /home/content/29/10023029/html/ionm/main/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
---------------------------------------------
I tried adding the line:
<?php define('DIR_APP_UPDATED', '5.4.1.1'); ?>
to the bottom of my site.php page and then the page loads with no errors but the screen is blank. Any assistance is much appreciated.
Thanks.

 
jero replied on at Permalink Reply
jero
It looks to me as if the database you're connecting to is empty.

I'm unsure what "moved" means in this context, but did you make a backup of your database, and then import it onto the new site?