Error Message after Site Transferr

Permalink
I had developed a site on my localhost. I just uploaded it to a live server. This is the message I get:

Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'obc1974_concrete5.Config' doesn't exist] in EXECUTE("select * from Config where uID = 0 order by cfKey asc") ' in /home/obc1974/public_html/conc/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/obc1974/public_html/conc/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'obc1974_...', 'select * from C...', false, Object(ADODB_mysql)) #1 /home/obc1974/public_html/conc/concrete/libraries/3rdparty/adodb/adodb.inc.php(1012): ADOConnection->_Execute('select * from C...', false) #2 /home/obc1974/public_html/conc/concrete/core/models/config.php(182): ADOConnection->Execute('select * from C...') #3 /home/obc1974/public_html/conc/concrete/core/models/config.php(173): Concrete5_Model_ConfigStore->load() #4 /home/obc1974/public_html/conc/concrete/core/models/config.php(48): Concrete5_Model_ConfigStore->__construct() #5 /home/obc1974/public_html/conc/concrete/cor in /home/obc1974/public_html/conc/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78


Does anyone know how to fix this? Here is the URL:www.www.orlandobiblechurch.org/conc/...

Blenderite
 
Blenderite replied on at Permalink Best Answer Reply
Blenderite
Turns out it was there were some database tables that needed renaming. I had transferred from a local Windows server to a Linux server. I found this addon very helpful. It renamed most of the table names, I just had to rename a few.

http://www.concrete5.org/marketplace/addons/database-case-sensitivi...

-Blenderite