DOD_B Exception Error - Please Help!
Permalink
Hello C5 Community. A friend contacted me recently and stated that their site was completely down. When going to the URL, the site is entirely gone and the only thing that remained was the line of code below:
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'milehii6_cnc1.Packages' doesn't exist] in EXECUTE("select pkgID, pkgName, pkgIsInstalled, pkgDescription, pkgVersion, pkgHandle, pkgDateInstalled from Packages where pkgIsInstalled = 1 order by pkgID asc") ' in /home5/milehii6/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home5/milehii6/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'milehii6...', 'select pkgID, p...', false, Object(ADODB_mysql)) #1 /home5/milehii6/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(993): ADOConnection->_Execute('select pkgID, p...') #2 /home5/milehii6/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(761): ADOConnection->Execute('select pkgID, p...', Array) #3 /home5/milehii6/public_html/concrete/libraries/database.php(73): ADOConnection->Query('select pkgID, p...', Array) #4 /home5/milehii6/public_html/concrete/models/pac in /home5/milehii6/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
Does anyone know what this is or how to fix it? I am not a developer by any means and with the site down, business is suffering. Any help is greatly appreciated.
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'milehii6_cnc1.Packages' doesn't exist] in EXECUTE("select pkgID, pkgName, pkgIsInstalled, pkgDescription, pkgVersion, pkgHandle, pkgDateInstalled from Packages where pkgIsInstalled = 1 order by pkgID asc") ' in /home5/milehii6/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home5/milehii6/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'milehii6...', 'select pkgID, p...', false, Object(ADODB_mysql)) #1 /home5/milehii6/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(993): ADOConnection->_Execute('select pkgID, p...') #2 /home5/milehii6/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(761): ADOConnection->Execute('select pkgID, p...', Array) #3 /home5/milehii6/public_html/concrete/libraries/database.php(73): ADOConnection->Query('select pkgID, p...', Array) #4 /home5/milehii6/public_html/concrete/models/pac in /home5/milehii6/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
Does anyone know what this is or how to fix it? I am not a developer by any means and with the site down, business is suffering. Any help is greatly appreciated.
Table 'hooligan_6110.Config' doesn't exist
This means that the Config table doesn't exist in your MySQL database named hooligan_6100
Check your config/site.php and make sure your database credentials are correct. If they are, your database has most likely been damaged and you may need to restore it from a backup.
Contact your hosting provider for more details.
Hope that helps,
John
This means that the Config table doesn't exist in your MySQL database named hooligan_6100
Check your config/site.php and make sure your database credentials are correct. If they are, your database has most likely been damaged and you may need to restore it from a backup.
Contact your hosting provider for more details.
Hope that helps,
John
Crap! No backup. Can I add that table somehow and make it work or do I have to just start from scratch. I am moving from a local server (localhost on xampp) to a live server.
Thanks
Thanks
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'hooligan_6110.Config' doesn't exist] in EXECUTE("select * from Config where uID = 0 order by cfKey asc") ' in /home/hooligan/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/hooligan/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'hooligan...', 'select * from C...', false, Object(ADODB_mysql)) #1 /home/hooligan/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1012): ADOConnection->_Execute('select * from C...', false) #2 /home/hooligan/public_html/concrete/core/models/config.php(190): ADOConnection->Execute('select * from C...') #3 /home/hooligan/public_html/concrete/core/models/config.php(173): Concrete5_Model_ConfigStore->load() #4 /home/hooligan/public_html/concrete/core/models/config.php(48): Concrete5_Model_ConfigStore->__construct() #5 /home/hooligan/public_html/concrete/core/models/config.php(68): Concret in /home/hooligan/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
Did you ever figure this out or get any help?