Error in Deploying Concrete5 on Live from local server
Permalink
I have developed a site in Concrete5 well, it is on my local server and have no problem. I tried to put it on the Client Domain (to host it) from my local sever, i have copied all the documents into the domain server, restored the database with my local database, so that i can have the same data, and edited my /config/site.php file to match the host addresses and server credentials.
but when i try to access the site from live host server, i get this message:
------------------------------
.Config' doesn't exist] in EXECUTE("select cfValue from Config where cfKey = 'ENABLE_CACHE'") ' in /home1/---/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: /concrete/libraries/3rdparty/adodb/adodb.inc.php(1042): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'user...', 'select cfValue ...', false, Object(ADODB_mysql)) #1 concrete/libraries/3rdparty/adodb/adodb.inc.php(998): ADOConnection->_Execute('select cfValue ...') #2 /concrete/libraries/3rdparty/adodb/adodb.inc.php(1610): ADOConnection->Execute('select cfValue ...', Array) #3 /concrete/libraries/database.php(73): ADOConnection->GetRow('select cfValue ...', Array) #4 /concrete/models/config.php(68): Database->__call(Array, Array) #5 /concrete/ in /concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
------------------
Please assist me with this, thanks.
but when i try to access the site from live host server, i get this message:
------------------------------
.Config' doesn't exist] in EXECUTE("select cfValue from Config where cfKey = 'ENABLE_CACHE'") ' in /home1/---/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: /concrete/libraries/3rdparty/adodb/adodb.inc.php(1042): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'user...', 'select cfValue ...', false, Object(ADODB_mysql)) #1 concrete/libraries/3rdparty/adodb/adodb.inc.php(998): ADOConnection->_Execute('select cfValue ...') #2 /concrete/libraries/3rdparty/adodb/adodb.inc.php(1610): ADOConnection->Execute('select cfValue ...', Array) #3 /concrete/libraries/database.php(73): ADOConnection->GetRow('select cfValue ...', Array) #4 /concrete/models/config.php(68): Database->__call(Array, Array) #5 /concrete/ in /concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
------------------
Please assist me with this, thanks.
Here is a free tool that worked well for me for the camelcase issue:
https://github.com/ahukkanen/c5_db_case_sensitivity...
https://github.com/ahukkanen/c5_db_case_sensitivity...
try this:http://www.lukaswhite.com/blog/post/2011/migrating-concrete5-site-w...