Error Occuring While move C5 from local server to online server
Permalink
Hi,
I was configured and setup my site in my local server , then I moved db and project to my godaddy server and Made db connection and cleared the tmp, cache folder.
But I am getting this error,
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysqlt error: [1146: Table 'devodb.Config' doesn't exist] in EXECUTE("select * from Config where uID = 0 order by cfKey asc") ' in /home/content/69/11045469/html/dev/hongkong/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/content/69/11045469/html/dev/hongkong/concrete/libraries/3rdparty/adodb/adodb.inc.php(1074): adodb_throw('mysqlt', 'EXECUTE', 1146, 'Table 'devodb.C...', 'select * from C...', false, Object(ADODB_mysqlt)) #1 /home/content/69/11045469/html/dev/hongkong/concrete/libraries/3rdparty/adodb/adodb.inc.php(1049): ADOConnection->_Execute('select * from C...', false) #2 /home/content/69/11045469/html/dev/hongkong/concrete/core/models/config.php(182): ADOConnection->Execute('select * from C...') #3 /home/content/69/11045469/html/dev/hongkong/concrete/core/models/config.php(173): Concrete5_Model_ConfigStore->load() #4 /home/content/69/11045469/html/dev/hongkong/concrete/core/models/config.php(48): Concrete5_Model_Con in /home/content/69/11045469/html/dev/hongkong/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
In my db all tables are there, and I noticed table name First letter is Caps in errors (Config) but in db it is lower case(config).
How To solve this problem, Please help me
I was configured and setup my site in my local server , then I moved db and project to my godaddy server and Made db connection and cleared the tmp, cache folder.
But I am getting this error,
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysqlt error: [1146: Table 'devodb.Config' doesn't exist] in EXECUTE("select * from Config where uID = 0 order by cfKey asc") ' in /home/content/69/11045469/html/dev/hongkong/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/content/69/11045469/html/dev/hongkong/concrete/libraries/3rdparty/adodb/adodb.inc.php(1074): adodb_throw('mysqlt', 'EXECUTE', 1146, 'Table 'devodb.C...', 'select * from C...', false, Object(ADODB_mysqlt)) #1 /home/content/69/11045469/html/dev/hongkong/concrete/libraries/3rdparty/adodb/adodb.inc.php(1049): ADOConnection->_Execute('select * from C...', false) #2 /home/content/69/11045469/html/dev/hongkong/concrete/core/models/config.php(182): ADOConnection->Execute('select * from C...') #3 /home/content/69/11045469/html/dev/hongkong/concrete/core/models/config.php(173): Concrete5_Model_ConfigStore->load() #4 /home/content/69/11045469/html/dev/hongkong/concrete/core/models/config.php(48): Concrete5_Model_Con in /home/content/69/11045469/html/dev/hongkong/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
In my db all tables are there, and I noticed table name First letter is Caps in errors (Config) but in db it is lower case(config).
How To solve this problem, Please help me
Use this: http://www.concrete5.org/marketplace/addons/database-case-sensitivi...
Rony