Fatal Error
Permalink
Hello, I have 5 websites I am working on locally using the current version of Concrete 5 (and 2 completed using a previous version). Two of the five have been fine and haven't been touched for several weeks and the third was fine the last time I looked at it a week ago. This week I went to the third website and got the below fatal error. I check my other sites and 2 others had the same error. The error displays immediately when I open the site. I cannot get to the dashboard. And the error message is identical for the other 2 (except for the name). Any thoughts?
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysqlt error: [1146: Table 'kpie.logs' doesn't exist] in EXECUTE("insert into Logs (logType, logText, logIsInternal, logUserID) values ('exceptions', 'Exception Occurred: /Users/Sandy/Sites/KPie/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 mysqlt error: [1146: Table \'kpie.config\' doesn\'t exist] in EXECUTE("select * from Config where uID = 0 order by cfKey asc")\n (1146)\n\n#0 /Users/Sandy/Sites/KPie/concrete/libraries/3rdparty/adodb/adodb.inc.php(1074): adodb_throw(\'mysqlt\', \'EXECUTE\', 1146, \'Table \'kpie.con...\', \'select * from C...\', false, Object(ADODB_mysqlt))\n#1 /Users/Sandy/Sites/KPie/concrete/libraries/3rdparty/adodb/adodb.inc.php(1049): ADOConnection->_Execute(\'select * from C...\', false)\n#2 /Users/Sandy/Sites/KPie/concrete/core/models/config.php(182): ADOConnection->Execute(\'select * from C...\')\n#3 /Users/Sandy/Sites/KPie/concrete/core/models/config.php(173): Concrete5_Model_ConfigStore->load()\n# in /Users/Sandy/Sites/KPie/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysqlt error: [1146: Table 'kpie.logs' doesn't exist] in EXECUTE("insert into Logs (logType, logText, logIsInternal, logUserID) values ('exceptions', 'Exception Occurred: /Users/Sandy/Sites/KPie/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 mysqlt error: [1146: Table \'kpie.config\' doesn\'t exist] in EXECUTE("select * from Config where uID = 0 order by cfKey asc")\n (1146)\n\n#0 /Users/Sandy/Sites/KPie/concrete/libraries/3rdparty/adodb/adodb.inc.php(1074): adodb_throw(\'mysqlt\', \'EXECUTE\', 1146, \'Table \'kpie.con...\', \'select * from C...\', false, Object(ADODB_mysqlt))\n#1 /Users/Sandy/Sites/KPie/concrete/libraries/3rdparty/adodb/adodb.inc.php(1049): ADOConnection->_Execute(\'select * from C...\', false)\n#2 /Users/Sandy/Sites/KPie/concrete/core/models/config.php(182): ADOConnection->Execute(\'select * from C...\')\n#3 /Users/Sandy/Sites/KPie/concrete/core/models/config.php(173): Concrete5_Model_ConfigStore->load()\n# in /Users/Sandy/Sites/KPie/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
yikes!
I did a quick google search and saw this:
http://www.concrete5.org/community/forums/installation/fatal-error-...
the last person on the thread said they went into their PHPMyAdmin and clicked on repair tables. but read that whole thread first to see if the error is the same..
I did a quick google search and saw this:
http://www.concrete5.org/community/forums/installation/fatal-error-...
the last person on the thread said they went into their PHPMyAdmin and clicked on repair tables. but read that whole thread first to see if the error is the same..
Looks like you have a virus or something similar on your PC as you say you are working on the sites "locally".
Hi there,
Thanks for your response. I think that might have been the problem. I'm rebuilding the affected databases and in the meantime am backing up the others.
Thanks, Sandy
Thanks for your response. I think that might have been the problem. I'm rebuilding the affected databases and in the meantime am backing up the others.
Thanks, Sandy
Hello,
I was able to rebuild the database of one of my apps from a backup (the repair table didn't work since all but 3 of the tables had disappeared). However, now I have the weirdest anomaly: When I navigate to any page other than the homepage, even though it is pointing to the correct page, I am directed to my local xampp site. I've cleared the cache but that hasn't helped and am now clueless as to how to fix this. Any thoughts? I've provided a couple screenshots. You can see at the bottom left that I am selecting the Resource page; what I am directed to is the second screenshot.
Thanks, Sandy
I was able to rebuild the database of one of my apps from a backup (the repair table didn't work since all but 3 of the tables had disappeared). However, now I have the weirdest anomaly: When I navigate to any page other than the homepage, even though it is pointing to the correct page, I am directed to my local xampp site. I've cleared the cache but that hasn't helped and am now clueless as to how to fix this. Any thoughts? I've provided a couple screenshots. You can see at the bottom left that I am selecting the Resource page; what I am directed to is the second screenshot.
Thanks, Sandy
So it seems that for the websites that are failing all the tables have disappeared except for three: FileVersions, PageSearchIndex, and PageStatistics. Do you have any idea what could have caused this? And should I be backing up my DB daily??