fatal config error... I think
Permalink
I had two different websites running concrete 5, I deleted one of them and the next time I tried to access the other I received this long error message: Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'tplaggen_cnc1.Config' doesn't exist] in EXECUTE("select cfValue from Config where cfKey = 'ENABLE_CACHE'") ' in /home1/tplaggen/public_html/tplagge.com/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home1/tplaggen/public_html/tplagge.com/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'tplaggen...', 'select cfValue ...', false, Object(ADODB_mysql)) #1 /home1/tplaggen/public_html/tplagge.com/concrete/libraries/3rdparty/adodb/adodb.inc.php(993): ADOConnection->_Execute('select cfValue ...') #2 /home1/tplaggen/public_html/tplagge.com/concrete/libraries/3rdparty/adodb/adodb.inc.php(1605): ADOConnection->Execute('select cfValue ...', Array) #3 /home1/tplaggen/public_html/tplagge.com/concrete/libraries/database.php(73): ADOConnection->GetRow('select cfValue ...', Array) #4 [internal function]: Database->__call(Array, Array) #5 /home1/tplaggen/public_html/t in /home1/tplaggen/public_html/tplagge.com/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
My files are still on the server, just can't seem to access them! Any help is appreciated.
Thanks
My files are still on the server, just can't seem to access them! Any help is appreciated.
Thanks
I deleted what I thought were just the files, as I selected that directory (disdge330.com) and deleted it. I wasn't aware that it would affect a database in another directory (tplagge.com). I reinstalled concrete 5 in the directory I want (tplagge.com) and was able to access the site (just a blank opening page... none of the original website), however when I changed the config.php to the original information to access my files I recieved the fatal error message. I can change the .php file back and access the site. Is there a way to upload the old database files (from tplaggen_cnc1) into the newly created database (tplaggen_cnc3)? If this is just to convoluted I'll rebuild it, but I'd prefer not to. Thanks for your help.
The error simply states that "Table 'tplaggen_cnc1.Config' doesn't exist".
You're saying your files are still on the server, but are those for the site you need?
If yes, my best guess is you deleted the wrong DB, and that's why the site can't find the config information stored in Config table.